@charset "utf-8";
/* CSS Document */
.li_principal {
	list-style-image: url(../ICONOS/flecha2.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: -22px;
}
.li_pdfs {
	list-style-image: url(../img/ico_flecha.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: -24px;
	padding: 2px;
}
.li_tarifas {
	list-style-image: url(../img/ico_flecha.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: -24px;
	padding: 1px;
}
.li_enlaces {
    list-style-image: url(../img/flecha.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: -24px;
	padding: 1px;
}
ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
.cabecera_celdas {
	background-image: url(../plantillas/imagenes/cabecera-celdas.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	height: 26px;
}
.bordecelda {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6F88DC;
	border-left-color: #6F88DC;
	padding-top: 5px;
	padding-left: 7px;
}
.pie_celdas {
	background-image: url(../plantillas/imagenes/pie-celdas.png);
	background-repeat: no-repeat;
	height: 18px;
}
