#izq{
	float:left;
	width:13%;
	height:13%;	
	margin-left:5%;
}

#der{
	float:right;
	width:70%;
	height:60%;
	text-align:left;
}


#datos_contacto{
	text-align:left;
	float:left;
    width: 75%;
}

#der #map_canvas{
	height:200px;
	text-align: center;
	margin-bottom:2%;
	border: 1px #098E9D solid;	
}

.mensaje-respuesta-email{
	color:red;
}

.contacto-header{
	clear:both;
	margin-bottom:5%;
	font-size: 110%;
	width:50%;
	
}

label{
	display:block;
	margin-top:2%;
	
}

textarea{
	width:50%;
	height:100%;
}

form{
	margin-top:2%;
}

#enviar{
	font-weight: bold;
	font-size: 100%;
}

input{
	display:block;
	width:75%;
	margin-top:0.25%;
	margin-bottom:2%;	
}

#message{
	width:100%;
	height:100px;
}

#redes{
	text-align:left;
}