
/* Mapa */

#map_canvas {
	width: 100%;
	height: 725px;
	position: absolute;
	display: block;
}

#map_img {
	width: 100%;
	height: 725px;
	position: absolute;
	display: block;
}

#loading_map{
	width: 200px;
	height: 40px;
	left : 20px;
	top : -700px;
	position: relative;
	background : rgba(0,0,0,0.6);
	display: block;
	text-align : center;
	border-radius: 5px;
}

#over_map{
	width: 100%;
	height: 30px;
	left : 0px;
	top : 690px;
	position: relative;
	background : rgba(0,0,0,0);
	display: block;
}

.control_container {

	background: rgba(255,255,255,0);
	
	display: block;
	position: absolute;
	width: 180px;
	height: 35px;
	border: none;
	float: none;
	cursor: none;
	
}.control {
	
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	/*text-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/

	/*background: #000;*/
	background: rgba(0,0,0, 0.7);
	

	display: block;
	width: 160px;
	height: 30px;
	border: none;
	position:absolute;
	left:50%;
    top:50%;
    margin:-15px 0 0 -80px;
	text-align:center;
	font-size: 25px;
	cursor: pointer;
	border-radius: 5px;

}

.info {
 color: black;
}
.info  h1{
font-size: 120%;
 color: blue;
 padding: 0px 0px 10px 0px;

}





