#showmap { width: 100%; height: 100%; position:relative; }
#showmap-map { height:100%; width: 100%; }
#showmap-fullbanner-bg{ 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:84%; 
	background: #ffffff;
	opacity:0.7;
	filter: alpha(opacity=70);
	height: 70px;
}
#showmap-fullbanner { 
	position: absolute;
	top: 5px;
	width:100%;
	text-align: center;
	z-index:1000;
}

#showmap-banners-bg{  
	position:absolute; 
	top:0px; 
	right:0px; 
	height:100%;
	width: 120px;
	background: #ffffff; 
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#showmap-banners {
	position: absolute;
	top: 70px;
	right: 0px;
	z-index:1000;
}
#showmap-banners span{ padding: 2px; display:block; }

#showmap-aviso-bg{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%; 
	background: #ffffff;
	opacity:0.3;
	filter: alpha(opacity=95);
	height: 90px;
}
#showmap-aviso {
	position: absolute;
	bottom: 5px;
	width:98%;
	text-align: center;
	z-index:1000;
}
#showmap-aviso span{ font-weight: bold; }
