body         {
	font-size: 11px;
	font-family: Verdana;
	background-color: #231D2C;
	color: #AFACB8;
	scrollbar-face-color: #231D2C;
	scrollbar-highlight-color: #231D2C;
	scrollbar-3dlight-color: #231D2C;
	scrollbar-arrow-color: #AFACB8;
	scrollbar-track-color: #231D2C;
	scrollbar-darkshadow-color: #231D2C;
	scrollbar-base-color : #231D2C;
	scrollbar-shadow-color : #231D2C;
}

td   {
	font-family: Verdana;
	font-size: 11px;
	color: #AFACB8;
}

a:link{
	color: #88829C;
	text-decoration: none;
}
a:hover {
	color: #88829C;
	text-decoration: underline overline;
	cursor: crosshair;
}

.encabezado      {
	color: #AFACB8;
	font-weight: bold;
	 border-bottom: 1px solid #AFACB8;
	font-family: Verdana;
	font-size: 11px;
}

tabla {font: 10px Verdana;}

a:visited {
	color: #88829C;
	text-decoration: blink;
} 