

/*********************** GOOGLE MAPS *****************/
#google_map_mapa{
	width:100%;
	height:450px;
	float:left;
	margin:10px 0 10px 0;
	font-weight:normal;
}
#google_map iframe{
 	-moz-box-shadow: 0px 0px 7px #ddd;
	-khtml-box-shadow: 0px 0px 7px #ddd;
	-webkit-box-shadow: 0px 0px 7px #ddd;
	box-shadow: 0px 0px 7px #ddd;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ccc;
	padding:5px;
	background:#fff;
}

div.google_map_buscador{
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#formu_google_map{
	width:98%;
	height:auto;
	float:left;
	margin:0;
	padding:1%;
	background:#ddd;
}
	#formu_google_map label{
		width:auto;
		height:auto;
		float:left;
		margin:0 3% 0 0;
		padding:0;
	}
	#formu_google_map input{
		width:30%;
		height:auto;
		float:left;
		margin:0;
		padding:2px;
		border:1px solid #ccc;
	}
	#formu_google_map input.enviar{
		width:auto;
		height:auto;
		float:left;
		margin:0;
		padding:1px;
		cursor:pointer;
	}