/* CSS Document */
/* /////////////////////////////////// at clientes ////////////////////////////////// */
.divisor { /**********linea divisoria gris************/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}
.divisor2 { /************linea divisoria bordo**************/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #90000A;
}
.tablagris {
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
.tablagris2 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-left-color: #CDCDCD;
}
/****************************link con flecha hacia arriba***********************************/
.linksubir {
	padding-left: 15px;
	background-image: url(../atencion/imgs/flechatop_out.gif);
	background-repeat: no-repeat;
	color:#6f767e;
	background-position: left center;
}
.linksubir:hover {
	padding-left: 15px;
	background-image: url(../atencion/imgs/flechatop_in.gif);
	background-repeat: no-repeat;
	color:#83001B;
	background-position: left center;
}
/*******************************************************************************************/
/******************************link con flecha hacia a bajo*********************************/
.linkd {
	padding-left: 20px;
	background-image: url(../atencion/imgs/flechad_out.gif);
	background-repeat: no-repeat;
	color:#6f767e;
	background-position: 8px center;
}
.linkd:hover {
	padding-left: 20px;
	background-image: url(../atencion/imgs/flechad_in.gif);
	background-repeat: no-repeat;
	color:#83001B;
	background-position: 8px center;
}
/********************************************************************************************/
/*****************************estilos de tablas de impuestos*********************************/
.tablatop {
	border: 1px solid #8E001C;
	font-size: 9px;
}
.tablamid {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8E001C;
	border-bottom-color: #CFCFCF;
	border-left-color: #8E001C;
	font-size: 9px;
}
.tablabot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8E001C;
	border-bottom-color: #8E001C;
	border-left-color: #8E001C;
	font-size: 9px;
}
#bt_sobre_on{
background:url(../institucional/imgs/bt_on.gif) no-repeat;
width:263px;
height:22px;
padding-left:30px;
margin-right:-30px;
margin-bottom:-4px;
padding-top:4px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}
#bt_sobre_off{
background:url(../institucional/imgs/bt_off.gif) no-repeat;
width:263px;
height:22px;
padding-left:30px;
margin-right:-30px;
margin-bottom:-4px;
padding-top:4px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
#bt_sobre_solo_on{
background:url(../institucional/imgs/bt_solo_on.gif) no-repeat;
width:263px;
height:22px;
padding-left:30px;
margin-right:-30px;
margin-bottom:-4px;
padding-top:4px;
text-align:left;
color:#83001B;
cursor:pointer;
text-decoration:none;
}
#bt_sobre_solo_off{
background:url(../institucional/imgs/bt_solo_off.gif) no-repeat;
width:263px;
height:22px;
padding-left:30px;
margin-right:-30px;
margin-bottom:-4px;
padding-top:4px;
text-align:left;
color:#6f767e;
text-decoration:none;
}
.grisarojom {text-decoration: none; color:#6f767e;}
.grisarojom:link {text-decoration: none; color:#6f767e;}
.grisarojom:hover {text-decoration: none; color:#83001B;}
.paginador {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}
.rojo_bold3{
	color:#89001B;
	font-weight:bold;
	font-size: 11px;
	padding-top:20px;
	padding-bottom:10px;
}
.image {
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	text-align:center;
}
.borde_celda_blanca {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #970222;
}
.celda_blanca {
	padding: 3px;
}
.borde_celda_gris {
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #970222;
}
.celda_gris {
	padding: 3px;
}
.encabezado_blanco {
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align:top;
	text-align:left;
}
.encabezado_blanco2 {
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	vertical-align:top;
	
}
.encabezado_blanco_div {
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	vertical-align:top;
	text-align:left;
}
.borde {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #970222;
	height:2px;
}