a:link {
	text-decoration: none;
	color: #003A5F;
}
a:visited {
	text-decoration: underline;
	color: #003A5F;
}
a:hover { text-decoration: underline overline; color: #FFFFFF }

BODY         {
	FONT-SIZE: 10;
	COLOR: #033253;
	FONT-FAMILY: Verdana;
	scrollbar-track-color: #A6CFEB;
    scrollbar-face-color: #5EA3D3;
    scrollbar-highlight-color: #45ABED;
    scrollbar-3dlight-color: #034068;
    scrollbar-darkshadow-color: #498FBF;
    scrollbar-shadow-color: #034068;
    scrollbar-arrow-color: #000000;
}
TD           {
	FONT-SIZE: 10;
	COLOR: #033253;
	FONT-FAMILY: Verdana
}

.encabezado      {
	color: #C9DDF7;
	font-weight: bold;
	 border-bottom: 1px solid #C9DDF7;
	font-family: Verdana;
	font-size: 10px;
}

.title      {
	color: #BFDBE2;
	font-weight: bold;
	border: 1px solid #144755;
	font-family: Verdana;
	font-size: 10px;
	background : #278FD3;
}

.contenido   {
	color: #0E7DC9;
	font-weight: bold;
	border: 1px solid #144755;
	font-family: Verdana;
	font-size: 10px;
	background : #89CEFE;
}

