#mapa {
	margin-top: 20px;
	margin-left: 40px;
}
#mapa .mapas{
	width: 210px;
	margin-right:10px;
	float:left;
	/*background-image: url(../images/mapa/fondillo.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
}
#mapa a{
	color: #006ec6;
	text-decoration: none;
}
#mapa a:hover{
	color: #004d8b;
	text-decoration: underline;
}
#contenedor #zona_central_interior #mapa h3 {
	padding-left: 23px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 13px;
	background-image:none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-weight: bold;
}
#mapa h3 a {
	color:#FFFFFF;
	text-decoration:none;
}
#mapa h3 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#mapa ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mapa li {
	padding-bottom: 7px;
	padding-right: 5px;
}
/* MAPA ROJO */
#contenedor #zona_central_interior #mapa .mapaRojo h3 {
	background-image: url(../images/mapa/rojo.png); !important
}
#mapa .mapaRojo li {
	padding-left: 27px;
	background-image: url(../images/mapa/ruta-rojo.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#mapa .mapaRojo li.ultimo {
	background-image: url(../images/mapa/final-rojo.gif);
	background-repeat: no-repeat;
}
/* MAPA GRIS */
#contenedor #zona_central_interior #mapa .mapaGris h3 {
	background-image: url(../images/mapa/gris.png);
}
#mapa .mapaGris li {
	padding-left: 27px;
	background-image: url(../images/mapa/ruta-gris.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#mapa .mapaGris li.ultimo {
	background-image: url(../images/mapa/final-gris.gif);
	background-repeat: no-repeat;
}
/* MAPA NEGRO */
#contenedor #zona_central_interior #mapa .mapaNegro h3 {
	background-image: url(../images/mapa/negro.png);
}
#mapa .mapaNegro li {
	padding-left: 27px;
	background-image: url(../images/mapa/ruta-negro.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#mapa .mapaNegro li.ultimo {
	background-image: url(../images/mapa/final-negro.gif);
	background-repeat: no-repeat;
}
/* SUBMAPA */
#mapa .submapa {
	font-size: 10px;
	margin-top: 3px;
}
#mapa .submapa li {
	background-image: url(../images/mapa/ruta-sub.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
#mapa .submapa li.ultimo {
	background-image: url(../images/mapa/final-sub.gif);
	background-repeat: no-repeat;
}

