/* At-Rules */
@charset "iso-8859-1";

a:link,a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: blue;
	text-decoration: none;
}
a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}

.csstexto {
	FONT: normal 10px/normal verdana;
	text-transform: none;
	text-decoration: none;
}

BODY {
	SCROLLBAR-FACE-COLOR: #6655aa;
	SCROLLBAR-HIGHLIGHT-COLOR: #88aaaa;
	SCROLLBAR-SHADOW-COLOR: white;
	SCROLLBAR-ARROW-COLOR: white;
	SCROLLBAR-3D-LIGHT-COLOR: blue;
	SCROLLBAR-BASE-COLOR: #6655ff;
	SCROLLBAR-DARK-SHADOW-COLOR: green;
	background-color: white;
}
.csstextoRojo {FONT: bold 12px verdana;      COLOR: red}
.cssTextoCabeceraTablaNoticia {
	FONT: bold 10px/normal verdana;
	COLOR: #000000;
	background: blue url(imagenes/fondocabeceranotica.gif) no-repeat; 
	text-align: center;
	text-transform: none;
	text-decoration: none;
}
.csstextoBlanco {FONT: bold 14px verdana;      COLOR: white}
