@charset "utf-8";

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.obli {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:  #CD0707;
	font-weight: bold;
	text-decoration: none;
}
.t_ms {
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: none;
	background-color: #FFEEEE;
	border: 1px solid #660;
}



.bg_rojo01 {
	background-color: #CD0707;
}

.t {
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	border-collapse:collapse;
}

.t td{
	border: 1px solid #EAEAEA;

}

.t_titulo {
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	background-color: #EAEAEA;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CD0707;
	text-decoration: none;
}

.t_enca {
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: none;
	text-align: center;
}
.t_pie {
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	background-color: #CD0707;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.t_campos {
	background-color: #CCC;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #013A81;
	text-decoration: none;
	text-align: center;
}
.t_error {
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	background-image: url(../images/fondo_error.png);
	text-align: center;
}
.t_etiquetas {
	background-color: #CCC;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #013A81;
	text-decoration: none;
	text-align: right;
}
.t_formulario {
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}
.gris12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

.negro12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.negro14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
.blanco14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}


.negro18 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
}

.input_text 
{
	width: 250px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #000;
	height: 25px;
}

.menu_sucursal
{
   width:100%;
   height:23.5%;
   position:relative;
}
.menu_sucursal:hover
{
   cursor:pointer;
}
.menu_sucursal:hover h3
{
   text-decoration:underline;
}
.menu_sucursal h3
{
   padding:0px;
   margin:0px;
   position:absolute;
   bottom:5px;
   width:100%;
   color:#013A81;
}
.menu_sucursal h3.activa
{
   padding:0px;
   margin:0px;
   position:absolute;
   bottom:5px;
   width:100%;
   color:#CD0707;
   text-decoration:underline;
}
.banco
{
   background:url(../images/banco.png) no-repeat center top #CCCCCC;
}
.dep
{
   background:url(../images/deposito1.png) no-repeat center top #CCCCCC;
}
.caja
{
   background:url(../images/caja_reg.png) no-repeat center top #CCCCCC;
}
.user
{
   background:url(../images/user.png) no-repeat center 2px #CCCCCC;
}
.telf
{
   background:url(../images/telefono.gif) no-repeat center 5px #CCCCCC;
}
.celular
{   
}
.fijo
{
}
.oculto
{
   display:none;
}

.error
{
   padding:0px;
   margin:0px;
   width:100%;
   height:50px;
   text-align:center;
   background-color: #FFEBE8;
   border:1px solid #CC0000;
}
.error span
{
   color: red;
   display:block;
   padding-top:20px;
}

.sombra_tilde {
	background-color: #EAEAEA;
}
