/*-- Imagen mapa y enlaces de desplazamiento --*/
#mapimage {
	position: relative;
	background: #eaeaea;
	color: #2b2b2b;
	height: 100%;
	width: 100%;
	min-height:540px;
}

#mapimage #map {
	height: 540px;
	position: relative;
	background: #fefefe;
	color: #2b2b2b;
	border: 3px solid #fff;
	text-align: center;
}

#mapimg {
	width: 100%;
	height: 100%;
}

#distext
{
	position:absolute;
	top:1px;
	left:50px;
	border: 1px solid Red;
	background: white;
	font-family:Arial;
	font-weight: bold;
	font-size:small;
	z-index:100;
	display: none;
}