.borders {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #66A3D1;
	border-right-color: #66A3D1;
	border-bottom-color: #66A3D1;
	border-left-color: #66A3D1;
}
.bordersR {
	border: 1px solid #ABCFE2;
}
.letras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 8px;
	white-space: normal;
	text-align: center;
	text-transform: none;
	font-variant: normal;
	font-weight: lighter;
}
.links {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ABCFE2;
	border-right-color: #ABCFE2;
	border-bottom-color: #ABCFE2;
	border-left-color: #ABCFE2;
}
.noticias {
	border: 1px solid #ABCFE2;
}
.bordersDOWN {
	border-top: 1px solid #ABCFE2;
	border-right: 1px none #ABCFE2;
	border-bottom: 1px solid #ABCFE2;
	border-left: 1px none #ABCFE2;
}
.bordersgrey {
	border: 1px solid #E4E4E4;
}
