
/*inicio contenedor*/

#fondo-contenidos { background-color:#FFFFFF;}

#contenidos {
	border-left: 1px solid  #24336C;
	border-right: 1px solid  #24336C;

}

#contenidos h1 {
	font-size: 22px;
	color: #F1B523;
	border-bottom: 1px solid  #24336C;
	margin-right: 10px;
	
}

#columna1 {
	width:920px;
	height: 270px;
	padding: 10px;
}




#form-contacto {
	width: 910px;
	height: 230px;
	margin-top: 10px;
	border: 1px solid  #24336C;
	background-color:#F0F0F0;

}



#form-contacto p {
	line-height: 22px;
	font-weight:bold;
	padding: 8px 4px;
}

#form-contacto form p span {
	width: 85px;
	margin: 0 15px;
	padding: 0;
	line-height: 22px;
}
#form-contacto form p em {
	font-style: normal;
}

.celdas_form {
	width: 300px;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid  #24336C;
	
}

#form-contacto form textarea {
	background-color: #fff;
	font-size: 12px;
	width: 705px;
	margin-left: 20px;
	border: 1px solid  #24336C;
	
}



.boton-form{
	background-color: #24336C;
	color:#FFFFFF;
	width: 50px;
	font-size: 12px;
	border: 0;
	margin-left: 20px;
}


#columna2 {
	width:920px;
	height: 700px;
	padding: 10px;
}

#map {
	width: 910px;
	height: 300px;
	margin-top: 10px;
}

#map2 {
	width: 910px;
	height: 300px;
	margin-top: 10px;
}





