body {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #000000;
	
	background-color: #FFFAF0;
	letter-spacing:1px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.fechas {
	font-family: "Trebuchet MS";
	font-size: 9pt;

}
.tituloNoticia {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:0px;
	color: #000000;
	padding-left:22px;
}
.tablaContenido {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #000000;
	padding-left:10px;
}
.enlaceBlanco {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.enlaceBlanco a:hover {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.enlaceBlanco a:active {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.enlaceBlanco a:link {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.enlaceBlanco a:visited {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.margenesTabla{
 	 padding-left:10px;
	 padding-bottom:10px;
	 padding-right:10px;
	 padding-top:10px;
}
.rojo {
color: #FF0000
}

/* Estilos de enlaces*/
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #94A018;
	text-decoration: none;
}
a:link {
	color: #94A018;
	text-decoration: none;
}
a:visited {
	color: #94A018;
	text-decoration:  none;
}
