.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.TITULARES {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #582546;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #582546;
}

a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F223F;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F223F;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #4F223F;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000
	text-decoration: underline;
}
.linea_izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.textoBlanco {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
