/*////////////////////////MAPA DO GOOGLE////////////////////////*/
#map_canvas{ /*DIV DO MAPA*/
	position: relative;
	border: 1px solid #AAAAAA;
	float: left;
	height: 400px;
	width: 100%;
}

.direcaoMap{ /*ROTAS AO TRACAR*/
	border: 1px solid #AAAAAA;
	clear: both;
	display: none;
	font-size: 80%;
	height: 300px;
	margin-top: 5px;
	overflow-y: scroll;
	width: 100%;
}

#enderecoMap{
	float: left;
	width: 100%;
}

#botaoMap{
	float: right;
	max-width: 150px;
	width: 100%;
}

.adp-text{text-indent: 30px;}
.adp-placemark,.adp-directions{width: 100%;}
.adp-legal{clear: both; width: 100%;}