body{
	overflow-x: hidden;
    overflow-y: hidden;
}

#MAPA{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	height: 444;
	margin-top: -222px;
	width: 680;
	margin-left: -340px;
	background: #fff;
	color:#fff;
	font-weight:bold;
	padding:0px;
	display:none;
}

#IMAGEN{
	position: absolute;
	top:150px;
	z-index: 1;
	background: #fff;
	color:#fff;
	font-weight:bold;
	padding:0px;
	display:none;
	width:100%;
	text-align:center;
	padding:30px;
}

#CONTENIDO_IMAGEN img{
	border:2px solid #ccc;
}

#BAJO_MAPA{
 display: block;
 position: absolute;
    left: 0;
 top: 0;
    z-index: 1;
 height: 100%;
    width: 100%;
    background: #fff;
    color:#fff;
    font-weight:bold;
    padding:0px;
 filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
 display:none;
}
#CONTENEDOR_MAPA{
	background-color:#fff;
	
	width:679px;
	color:#000;
}
#CONTENEDOR_MAPA input{
	vertical-align:bottom;
}
#FONDO_MAPA{
	padding-top:20px;
	background:url("imaxes/fondo_mapa.jpg") no-repeat top left;
	width:679px;
	height:443px;
}
#CERRAR_MAPA{
	margin:0;
	padding:5px 5px 0 0;
	text-align:right;
	color:#000;
}
#map_canvas{
	margin:0 0 0 5px;
	width:639px;
	height:423px;
}