/* 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(../sobre/imgs/bt_sobre_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(../sobre/imgs/bt_sobre_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(../sobre/imgs/bt_sobre_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(../sobre/imgs/bt_sobre_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;
}
