/*Estilo del texto de noticias y enlaces*/
.textomasnoti {
	font-family: Arial;
	font-size: 10pt;
	color: #1F3540;
	text-decoration: none;
}
.textomasnoti a {
	font-family: Arial;
	font-size: 10pt;
	color: #1F3540;
	text-decoration: none;
}
.textomasnoti a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #1F3540;
	text-decoration: underline;
}

tr.off {
background: #ffffff; 

}

tr.on {
background: #E3E3E0;}


td.off {
background: #ffffff; 

}

td.on {
background: #E3E3E0;}

#container {
	DISPLAY: block; LEFT: 50%; VISIBILITY: visible; MARGIN-LEFT: -385px; WIDTH: 770px; POSITION: absolute; TOP: 0px;}
}