#izq {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.direccion_contacto{
	background-color: #D5DFEA;
	padding: 20px;
	color: #024282;


}
.tipo_altura a {
	text-decoration: none;
	font-weight: bold;
	color: #024282;
}


/*----formulario----*/

#formulario {
	padding: 20px;
}

label{
	color: #024282;	
}

.fila {
	margin-top: 10px;
	color: #FF0000;
}

.margen_inf {
	padding-bottom: 15px;
}


.borde {
	border: 1px solid #024282;
}
.fila label {
   float:left;
   width:100px;
}
.caja_texto  {
   border:1px solid #CCCCCC;
   font-size:11px;
   width:75%;
}
.caja_comentario  {
   border:1px solid #CCCCCC;
   font-size:11px;
   height:150px;
   width:75%;
}
.politica  {
   color:#534E3A;
   font-size:10px;
   text-decoration:none;
}
.cancela_envia  {
   clear:both;
   float:right;
   margin-right:14px;
   padding-bottom:20px;
   padding-top:20px;
   width:200px;
}
.envia  {
   float:right;
   text-align:right;
   width:80px;
   cursor: pointer;
   background-color: #FFFFFF;
   border: none;
   color: #024282;
}

/*----mapa---*/
#derecha_mapa {
	float: right;
	width: 46%;
	margin-bottom: 30px;
	margin-top: 30px;
	height: 575px;
	margin-right: 10px;
}
.derecha_direccion {
	float: right;
	width: 40%;
	text-align: right;
}
.izq_direccion {
	float: left;
	width: 40%;
}

