.encabezadorojo {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.subencabezado {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #003366;
}
.txtrelleno {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.txtresaltado {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
.enlace {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.enlacesinferior {
	font-family: "Times New Roman";
	font-size: 9px;
	color: #666666;
}

.txtformulario {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
}

body
{
 scrollbar-face-color: #cccccc; /* fontral del scroll posterior y cuadros inf y sup*/
 scrollbar-shadow-color: #ffffff;/* color de contorno de toda la barra y contornos interiores*/ 
 scrollbar-highlight-color: #C4C4E1;
 scrollbar-3dlight-color: #996600; 
 scrollbar-darkshadow-color: #cccccc; 
 scrollbar-track-color: #666666;
 scrollbar-arrow-color: #666666;
} 
