BODY {
	SCROLLBAR-FACE-COLOR: #0088C3;
	SCROLLBAR-HIGHLIGHT-COLOR: #3EC0F9;
	SCROLLBAR-SHADOW-COLOR: #005A81;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
.titulos          {
	font-size:11px;
	font-family:Arial;
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
.texto_gris_medio {
	font-size:11px;
	font-family:Arial;
	color:#484848;
	text-decoration:none;
}
.texto_gris_claro {
	font-size:11px;
	font-family:Arial;
	color:#9A9A9A;
	text-decoration:none;
}
.texto_gris_claro_bold {
	font-size:11px;
	font-family:Arial;
	color:#9A9A9A;
	text-decoration:none;
	font-weight: bold;
}
.texto_azul       {
	font-size:11px; 
	font-family:Arial; 
	color:#0088C3; 
	text-decoration:none; 
}
.texto_azul:link {
	text-decoration: underline;
}
.texto_azul:hover {
	color:#00A5ED;
}


