#contenedor_mapa_espana {
	position:relative;
	float:left;
	height:600px;
	width:400px;
	margin: 0;
	top:0px;
	left:0px;
	z-index:5;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	float:left;
	height:500px;
	width:400px;
	margin-top:0px;
	background-image: url("../imagenes/espana_plano.png");
}

dl.map.on dt {
	list-style:none;
	display:inline;
		z-index:10;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:#222 1px solid;
	background:#666;
	filter: alpha(opacity=85);
	opacity: 0.85;
	color:#fff;
	-moz-border-radius:8px;	
	border-radius:8px;
	z-index:15;

}
dl.map.on dd img {
	position:relative;
	float:right;
	/* border:#000 1px solid;*/
	z-index:11;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../imagenes/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../imagenes/point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
	z-index:10;
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:172px;
	left:145px;
}
dl.map.on a#location02 {
	top:210px;
	left:115px;
}
dl.map.on a#location03 {
	top:170px;
	left:230px;
}
dl.map.on a#location04 {
	top:210px;
	left:160px;
}
dl.map.on a#location05 {
	top:200px;
	left:195px;
}
dl.map.on a#location06 {
	top:205px;
	left:145px;
}




