@charset "utf-8";
body {
	background-image: url(../images/back_web.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-position: top;
	margin: 0px;
}
.back_matriz {
	color: #FFF;
	background-image: url(../images/back_matriz.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
}


.back_menu {
	background-image: url(../images/back_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}
.subrayado {
	text-decoration: underline;
}

.margen {
	padding: 5px;
}

.borde_tabla {
	border: 1px solid #dedbd1;
}
.borde_texto_central {
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dedbd1;
	border-left-color: #dedbd1;
	text-align: justify;
}
.ul_area {
	list-style-type: square;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-top: 2px;
	padding-top: 2px;
}

.back_sucursales {
	color: #FFF;
	background-image: url(../images/back_sucursales.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
}
.link_seleccionado {
	color: #FFF;
	background-image: url(../images/flecha.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
}
.div_detalle {
	background-color: #FFF;
	display: block;
	border: 1px solid #CCC;
	padding: 3px;
}


.footer {
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.link_corobori {
	font-weight: normal;
	color: #666;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
}
.celda_celeste {
	background-color: #d8e9f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdcefc;
}
.txt_azul {
	color: #069;
}


.link_corobori:hover {
	font-weight: normal;
	color: #F60;
	font-family: Tahoma;
	font-size: 9px;
}
.id1 {
	width: 200px;
	float: left;
}

.menu_seleccionado {
	color:#e2eeff;
	background-image: url(../images/flecha.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:block;
	}
#navigation a {
	color: #FFF;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:6px 0px 10px 0px;
	}
	
#navigation a:hover {
	color:#e2eeff;
	background-image: url(../images/flecha.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.id2 {
	width: 200px;
	float: right;
}
.borde_central {
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dedbd1;
	border-left-color: #dedbd1;
}
.celda_gris {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/gris.jpg);
}
.txt_naranjo {
	color: #F00;
}
.txt_naranjo_light {
	color: #F90;
}
