#submenu_mapas{
	width: 930px;
}

#texto_mapas{
	float: left;
	clear: both;
	padding: 25px 10px;
	padding-bottom: 0;
	margin-top: 10px;
	font-size: 11pt;
	line-height: 15pt;
	color: #999;
}

#menuNav_mapas li{
	float: left;
	padding: 5px;
}
#menuNav_mapas li:last-child{
	border-right: none;
}

#menuNav_mapas li a{
	padding: 2px 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 14pt;
	color: #777;
}

#menuNav_mapas li a:hover, 
ul#menuNav_mapas li a.sel{
	background: #a10d59;
	color: #fff;
}


#mapa_Main{
	position: relative;
	width: 700px;
	height: 458px;
}

#mapa_Wrapper{
	position: relative;
	width: 900px;
	height: 458px;
	overflow: hidden;
	background: #fff;
}

#mapa{
	position: absolute;
	width: 800px;
	height: 458px;
	left: -60px;
	top: 0;
}


.espania polygon{
	fill: #ddd;
	stroke-width: 1px;
	stroke: #555;
}

.borde_mapa{
	stroke-width: 1.5;
	stroke: #555;
}

#datos_mapa_nombre {
	display: none;
	position: absolute;
	width: 280px;
	top: 360px;
	right: 0;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;
	cursor: default;
	text-align: center;
	background: #a10d59;
}

#datos_mapa_numero{
	display: none;
	position: absolute;
	width: 278px;
	top: 392px;
	right: 0;
	padding: 3px;
	color: #777;
	font-weight: normal;
	font-size: 13pt;
	line-height: 18pt;
	cursor: default;
	text-align: center;
	border: solid 1px #ddd;
}

.caja_islas{
	stroke-width: 0.35;
	stroke: #000;
}

#marruecos {
	fill: #ccc;
}

#mapa_Datos {
	position: absolute;
	top: 10px;
	left: 10px;
}
#mapa_Datos ul li{
	float: left;
	clear: left;
	width: 200px;
	padding: 5px;
}

#mapa_Datos ul li a{
	float: left;
	width: 155px;
	color: #777;
}
#mapa_Datos ul li a:hover{
	color: #000;
}

#mapa_Datos ul li div.color_menu{
	float: left;
	width: 18px;
	height: 18px;
	margin-top: -3px;
	margin-right: 8px;
	border: solid 1px #777;
	border-radius: 3px;
}

#caja_festivales_Wrapper {
	display: none;
	position: absolute;
	top: 370px;
	left: 250px;
	width: 500px;
	
}
#caja_festivales {
	position: relative;
	float: left;
	width: 500px;
	box-shadow: 5px 5px 10px #666;
}

#b_cerrar_festivales_mapa {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	
	opacity: 0.75;
	-webkit-opacity: 0.75;
}
#b_cerrar_festivales_mapa:hover{
	opacity: 1;
	-webkit-opacity: 1;
}



/*########### JR POR EL MUNDO ############*/

/*------ ESPAÑA -------*/
#mapa_spain{
	height: 650px;
}

#mapa_spain #mapa{
	position: absolute;
	width: 940px;
	height: 700px;
	left: 0;
	top: 0;
}

#mapa_spain #mapa_Wrapper{
	position: relative;
	width: 940px;
	height: 650px;
	overflow: hidden;
	background: #fff;
}

#mapa_spain #datos_mapa_nombre{
	position: absolute;
	width: 245px;
	right: 20px;
	top: 573px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;
	cursor: default;
	text-align: center;
	background: #a10d59;
}


/*------ EUROPA -------*/
#mapa_europa{
	height: 750px;
}

.trazado_europa polygon, .trazado_europa path{
	fill: #ddd;
	stroke-width: 0.05em;
	stroke: #999;
}

#mapa_europa #mapa{
	position: absolute;
	width: 940px;
	height: 700px;
	left: 0;
	top: 0;
}

#mapa_europa #mapa_Wrapper{
	position: relative;
	width: 940px;
	height: 750px;
	overflow: hidden;
	background: #fff;
}

#mapa_europa #datos_mapa_nombre_europa{
	display: none;
	position: absolute;
	width: 245px;
	right: 20px;
	top: 710px;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;
	cursor: default;
	text-align: center;
	background: #a10d59;
}

/*------ AMÉRICA -------*/
#mapa_america{
	height: 1000px;
}

.trazado_america polygon, .trazado_america path{
	fill: #ddd;
	stroke-width: 0.05em;
	stroke: #999;
}

#mapa_america #mapa{
	position: absolute;
	width: 1000px;
	height: 1000px;
	left: 0;
}

#mapa_america #mapa_Wrapper{
	position: relative;
	width: 940px;
	height: 870px;
	overflow: hidden;
	background: #fff;
	margin-top: 100px;
}

#mapa_america #datos_mapa_nombre_america{
	display: none;
	position: absolute;
	width: 245px;
	height: 24px;
	right: 0;
	bottom: 0;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;
	cursor: default;
	text-align: center;
	background: #a10d59;
}

/*------ CENTROAMÉRICA -------*/
#mapa_centroamerica{
	height: 600px;
}

.trazado_centroamerica polygon, 
.trazado_centroamerica path{
	fill: #ddd;
	stroke-width: 0.025em;
	stroke: #555;
}

#mapa_centroamerica #mapa{
	position: absolute;
	width: 1000px;
	height: 500px;
	left: 0;
}

#mapa_centroamerica #mapa_Wrapper{
	position: relative;
	width: 940px;
	height: 500px;
	overflow: hidden;
	background: #fff;
	margin-top: 100px;
	margin-left: 50px;
}

#mapa_centroamerica #datos_mapa_nombre_centroamerica{
	display: none;
	position: absolute;
	width: 245px;
	height: 24px;
	left: 0;
	bottom: 0;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;
	cursor: default;
	text-align: center;
	background: #a10d59;
}
