#formulario_contacto {
	width: 90%;
	padding-top: 25px;
	padding-right: 10%;
	padding-bottom: 25px;
	padding-left: 10%;
}




#datos_contacto {
	float: left;
	width: 100%;
	color: #B18C54;
	height: auto;
	clear: both;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	line-height: 17px;
	font-size: 14px;
	background-color: #DDCCB3;
	text-align: center;
}

#mapa_contacto {
	float: left;
	height: 250px;
	margin-top: 0px;
	border: 3px solid #B18C54;
	width: 99%;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	color: #000000;
}
#datos_contacto_titulo {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #DDCCB3;
	background-color: #B18C54;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B18C54;
	border-left-color: #B18C54;
	margin-top: 0px;
}





