
a 
	{
    color: #000000;
    text-decoration: none;
    border-collapse: collapse;
    table-layout: auto;
    empty-cells: show;
	}

H1, H2, H3, H4, H5, H6
	{
  	color: #333333;
	}

a:visited
	{
    color: #000000;
	}

a:hover
	{
    color: #00FFFF;
    text-decoration: underline;
	}

.ENCABEZADO_TABLA
	{
	background-color: #999999;
	color: #000000;
	height: 30;
	font-size: 11px;
	}

$strClase=""; }

.RENGLON_FFFF99
	{
	background-color: #FFFF99;
	color: #000000;
	height: 30;
	font-size: 10px;
	}
	
.RENGLON_009966
	{
	background-color: #009966;
	color: #000000;
	height: 30;
	font-size: 10px;
	}

.RENGLON_66FFCC
	{
	background-color: #66FFCC;
	color: #000000;
	height: 30;
	font-size: 10px;
	}

.RENGLON_TABLA
	{
	background-color: #FFFFFF;
	color: #000000;
	height: 30;
	font-size: 10px;
	}

.RENGLON_TABLA_ROJO
	{
	background-color: #999999;
	color: #000000;
	height: 30;
	font-size: 10px;
	}

<!-- ********** PARA LA ETIQUETA QUE PONE EN NEGRITAS EL TEXTO ********** -->
.NAV 
	{
	background-color: #782535;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	}

.TEXTOERROR
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color:#FF0000;
	font-weight: bold;	
	}

.FORMULARIOS
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#06193F;
	font-weight: bold;
	}
.FORMULARIOS1
	{
	font-family: Georgia, "Arial", Verdana;
	font-size: 15px;
	color:#06193F;
	font-weight: bold;
	}

.FORMULARIOS_NOTA
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FF0000;
	font-weight: normal;
	}

.FORMULARIOS_NORMAL
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#06193F;
	font-weight: normal;
	}
	
.FORMULARIOS_NORMAL_ROJO
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#FF0000;
	font-weight: normal;
	}

.FORMULARIOS_GUIAS
	{
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px;
	}
.CONTROLESFORMULARIOS
	{
	border-color: #DFDFDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}
.CHICO
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color:#06193F;
	font-weight: bold;	
	}
.DOCUMENTOS
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#06193F;	
	}

  .textbox
  {
  border: 1px solid #DBE1EB;
  font-size: 15px;
  font-family: Arial, Verdana;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  background: #FFFFFF;
  background: linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
  color: #2E3133;
  }
  
  .textbox:focus
  {
  color: #2E3133;
  border-color: #FBFFAD;
  }
