.titulos-seccion {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.texto-cuerpo {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #333333;
}
.texto-chico {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #000000;
}
.texto-noticias {
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	color: #333333;
	text-align: justify;
	font-weight: normal;
}
.tit-noticias {
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.cuadro-naranja {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ED9341;
	border-right-color: #ED9341;
	border-bottom-color: #ED9341;
	border-left-color: #ED9341;
	font-family: "Lucida Sans Unicode";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.cuadro-negro {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

