#contenidos h1 {
	font-size: 16px;
	background-color: #EFEFEF;
	padding: 2px 2px 5px 5px;
	margin: 5px 0 5px 0;
	border-bottom: solid 2px #00195A;
}

#contenidos h2 {
	font-size: 14px;
}

#direcciones {
	clear:both;
	width: 760px;
	height: 320px;
	
}

#direcciones p {
	margin: 10px 0;
}


#direcciones1 {
	width: 32%;
	height: 280px;
	float:left;
	padding: 5px;
}

#direcciones2 {
	width: 32%;
	height: 280px;
	float:left;
	padding: 5px;
	background-color: #EFEFEF;
}

#direcciones3 {
	width: 32%;
	height: 280px;
	float: right;
	padding: 5px;
}

#map {
	width: 758px;
	border: 1px solid #283C82;
	height: 320px;

}

#formulario-contacto {
	width:760px;
	background-color: #EFEFEF;
}

#formulario-contacto p {
	padding: 5px;
}



.casillas {
	width: 250px;
	border: 0;
	color: #00195A;
	background-color:#FFFFFF;
	font-size: 12px;
	
}

#formulario-contacto form textarea {
	width: 720px;
	height: 100px;
	border: 0;
	font-size: 12px;
	color: #00195A;
	background-color: #fff;
	
}

.boton-form{
	background-color: #FFFFFF;
	color: #00195A;
	width: 50px;
	height: 20px;
	font-size: 12px;
	font-weight:bold;
	border: 0;
}
