/* Estilos para el mapa web */

@import "informacion_theme.css";

#mapa {
	margin-top: 25px;
	margin-bottom: 20px;
	width: 100%;
}

#mapa h3 {
	display: block;
	clear: both;
	margin: 0;
	padding: 0 0 3px 0;
	color: #333333;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}

#mapa h4 {
	margin: 20px 0 10px 0;
	padding: 0;
}

#mapa h4 a:link, #mapa h4 a:active, #mapa h4 a:visited {
	margin: 0 20px 15px 0;
	padding: 5px 10px 5px 0;
	background-image: url('../img/ico_a_mapa.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

#mapa h4 a:hover {
	color: #990000;
	text-decoration: none;
}

#mapa a {
	text-decoration: none;
}

#mapa a.mapa:link, #mapa a.mapa:active, #mapa a.mapa:visited {
	float: left;
	display: inline;
	margin: 0 20px 25px 0.3%;
	padding: 10px 10px 10px 0;
	background-image: url('../img/ico_a_mapa.jpg');
	background-repeat: no-repeat;
	background-position: center right;
	/*color: #666666;*/
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#mapa a.mapa:hover {
	color: #990000;
	text-decoration: none;
}

#mapa ul.gene, #mapa ul.tema, #mapa ul.perf {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
	height: 40px;
}

.inicio {
	padding: 0 0 3px 20px;
	background-image: url('../img/ico_inicio.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.callejero {
	padding: 0 0 3px 20px;
	background-image: url('../img/ico_callejero.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.ov {
	padding: 0 0 3px 20px;
	background-image: url('../img/ico_ov.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.tramites {
	padding: 0 0 3px 20px;
	background-image: url('../img/ico_tramites.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.noticias {
	padding: 0 0 3px 20px;
	background-image: url('../img/ico_noticias.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.agenda {
	padding: 0 0 3px 20px;
	background-image: url('../img/ico_agenda.png');
	background-repeat: no-repeat;
	background-position: center left;
}

.muni {
	color: #0066CC; 
}

.ayun {
	color: #990000;
}

.depo {
	color: #FF6600;
}

.cult {
	color: #660000;
}

.bsoc {
	color: #006666;
}

.urba {
	color: #333366;
}

.mamb {
	color: #009900;
}

.juve {
	color: #CC33CC;
}

.fest {
	color: #999900;
}

.rtmi {
	color: #342B84;
}

.ayun_bloq {
	color: #990000;
	/*color: #003399;*/
}

.ciud_bloq {
	color: #003399;
	/*color: #D42B01;*/
}

.vivi_bloq {
	color: #006633;
}

.jove_perf {
	color: #990066;
}

.empr_perf {
	color: #666666;
}

.muje_perf {
	color: #FF0000;
}

.tere_perf {
	color: #663300;
}

#mapa ul {
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}

#mapa ul li {
	display: inline;
	margin-right: 20px;
	font-size: 11px;
	line-height: 1.5;
}

#mapa ul a {
	padding: 0;
	color: #666666;
	background-image: none;
}

#mapa ul a:hover {
	text-decoration: underline;
}
