/* bloque mapa */
#mapa{
	width:100%;
	height:auto;
	padding-bottom:5px;
	margin:0px;
}
#mapawebon{
	width:236px;
	height:20px;
	float:left;
	padding-left:4px;
	padding-top:5px;
	font-weight:bold;
	position:relative;
}

#mapaweboff{
	width:236px;
	height:20px;
	float:left;
	padding-left:4px;	
	padding-top:5px;
	background-image: url(../imgctrl/pie.png);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight:bold;
	position:relative;
}

#mapamenucont{
	width:100%;
	height:auto;
	padding-top:10px;
	padding-left:0px;
	padding-bottom:5px;
	display:block;
	float:left;
}

.mapamenu {
	width:110px;
	height:auto;
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	float: left;
	display: block;
	position:relative;
	color:#FFFFFF;
}
*html .mapamenu {
	height:1%;
}
.mapamenu a {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.mapamenudeta {
	height:auto;
	width:auto;
	font-weight:normal;
	}
.mapamenudeta a {
	text-decoration:none;
	font-weight:normal;
	color:#2a2623;
	}
