/* Personalizacion de estilos: mapa_web.htm */

#area_central {
	background-image:url(../../img/fondo_plantilla_mapa_web.jpg);
	background-repeat:no-repeat;
	background-position: 0% 100%;
}

ul#active_menu {
	margin : 0 1em 0 30em;
	background-image : none;
}

ul#active_menu li {
	list-style-image : url(../../img/list_item_idi.jpg);
	font-weight : bold;
	margin : 1em 0 0 2em;
	padding : 0em 0 0 0px;
	color : #6D6D6D;
}

ul#active_menu li a {
	color : #6D6D6D;
	text-decoration : none;
	background-image : none;
}

ul#active_menu li a span {
	color : #6D6D6D;
	text-decoration : none;
	font-weight : bold;
}

ul#active_menu li a:hover span {
	color : #ff6600;
	text-decoration : underline;
}

ul#active_menu li ul li {
	list-style-image : none;
	list-style-type : none;
	margin : 0.5em 0 0 1em;
	padding : 0;
	background-image : none;
	font-weight : normal;
}