#map{ 
	width:98.5%; 
	height: 500px; 
	max-height: 1000px;
}

.map{ 
	width:98.5%; 
	height: 500px; 
	max-height: 1000px;
}

.boton-gmap {
	text-align: center;
}

.botones-gmap {
	margin-bottom: 15px;
}
#floating-panel {
	top: 10px;
	left: 25%;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
	padding-left: 10px;
}

.mapButton {
	text-decoration: none;
	background-color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;

}
.mapButton .active,
.mapButton:hover{
	background-color: #1b3c6f;
	color: #FFF;

}