/* HOJA DE ESTILOS CLASICO DE TESO */
.CABECERA								/* CABECERA */
{
	background-color: 	#000033;
	height:				75px;
	width:				100%;
}
.CABECERA a
{
  	font-family: Arial,helvetica,sans-serif;
	font-size:	 10px;
	color:		 white;
}
.CABECERA td
{
  	font-family: Arial,helvetica,sans-serif;
	color:		 white;
	padding:	 0pt;
	border:		 0;
}	
.CABECERA img
{
	border:		 0;
}
.CABECERA H1
{
  	font-family: Arial,helvetica,sans-serif;
	font-size:	 18pt;
	color:		 white;
	text-align:	 left;
}
.AVISO									/* AVISOS. SON RECUADROS CENTRADOS EN "CELESTE" */
{
	font-family:      	Arial,helvetica,sans-serif;
	font-size:			10pt;
	background-color: 	#99ccff;
	padding:			3;
	text-align:	 		center;
}
.DEC									/* DESTACADOS en el extracto de conciliacion */
{
	background-color: 	#ffbb55;
	padding:			0;
}
.DE										/* DESTACADOS. SON LAS TABLAS O CELDAS EN "NARANJA" */
{
	font-family:      	Arial,helvetica,sans-serif;
	font-size:			9pt;
	background-color: 	#ffbb55;
	padding:			3;
}
.DE td
{
	font-family:      	Arial,helvetica,sans-serif;
	font-size:			9pt;
	background-color: 	#ffbb55;
}

.DE SELECT
{
	font-family:      	Arial,helvetica,sans-serif;
	font-size:			9pt;
	background-color: 	white;
}
.EXT									/* ESTILO DE LA TABLA DE EXTRACTOS */
{
	font-family:      	Arial,helvetica,sans-serif;
	font-size:			9pt;
	border:			0;
	padding:		4;
}
.par
{
	background-color:	#cccccc;
}
.impar
{
	background-color:	white;
}
.menu									/* ESTILO DEL MENU DROP-DOWN */
{
	background-color: 	#000033;
}
.menu a 		{font-family: Arial,helvetica,sans-serif;font-size: 12px;color: white;text-decoration:none;}
.menu a:hover	{color:#606060}
.submenu
{
	font-family: Arial,helvetica,sans-serif;
	font-size: 12px;
	color: white;
	background-color: 	#000033;
	position:absolute;
	visibility:hidden;
}
H1										/* TITULOS DE PRIMER NIVEL */
{
  	font-family: Arial,helvetica,sans-serif;
	font-size:	 14pt;
	color:		 #006699;
	font-weight: bold;
}
H2										/* TITULOS DE SEGUNDO NIVEL */
{
	font-family: Arial,helvetica,sans-serif;
	font-size:	 12pt;
	font-weight: bold;
	color:		 black;
}
p										/* PARRAFOS DE TEXTO */
{
	font-family: Arial,helvetica,sans-serif;
	font-size:	 11pt;
}
.subs									/* LETRA PEQUEÑA */
{
	font-family:	Arial,helvetica,sans-serif;
	font-size:		9px;
	color:			gray;
	line-height:	11px;
}
body									/* Estilo del cuerpo */
{
  color: black;
  background-color: white;
}
TD
{
	font-family:    	Arial,helvetica,sans-serif;
	font-size:			9pt;
}
TH
{
	font-family:    	Arial,helvetica,sans-serif;
	font-size:			10pt;
	font-weight:		bold;
	background-color: 	white;
	text-align:			center;
}
.campotexto								/* ESTILOS DE LOS CAMPOS DE ENTRADA Y BOTONES */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  background-color: white;
  border: 1 solid gray;
}
.campogris
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  text-align: right;
  background-color: #cccccc;
  border: 1 solid gray;
}
.camponum
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  text-align: right;
  background-color: white;
  border: 1 solid gray;
}
.boton
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px ridge #006699;
  cursor: hand;
}
.bmenu									/* SE USA PARA EL BOTON QUE, EN LOS EXTRACTOS, PERMITE ACCEDER AL MOVIMIENTO */
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  cursor: hand;
}