#menu {
	height: 54px;
	text-align:right;
	background-image:url(../imagenes/fondo-menu.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 14px;
}

#menu a {
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	float: right;
	height: 32px;
	padding: 5px 0 0 20px;
	text-decoration: none;
	
	
}
#menu a:hover {
	color: #FDD050;
	font-weight: bold;
}
a#menu_activo {
	color: #FDD050;
	font-weight: bold;
	/*background-color: #1e91fe;*/
	height: 32px;
	
}
a:hover#menu_activo {
	color: #FDD050;
}


/*fin cabecera*/

/*inicio contenidos centrales*/


#contenidos {
	height: 1040px;
	font-size:14px;
	
}
/*fin contenidos centrales*/


#contenidos h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:16px;
	color:#591968;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #591968;	
	
}

#contactar {
	float:left;
	width: 910px;
	height: 630px;
	margin: 0 10px;

	
}


#contactar p { 
padding: 10px 5px;

}

#contactar a {
	color:#551166;
	font-weight:bold;

}




#formulario {
	float:left;
	width: 450px;
	height: 200px;
	margin: 10px;
}


#formulario form {
	background-color:#F3F3F5;
}

.titcontacto {
	height: 70px;
	text-align:right;
	padding-left:10px;
	background-image:url(../imagenes/titulo-contacto.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


.celdas_form {
	width: 230px;
	border: 1px solid #fff;
	font-size: 12px;
}

.boton-form {
	background-color:#FFF;
	border: 1px solid #F3F3F5;
	

}

#formulario form p span {
	display: block;
	float: left;
	width: 150px;
	margin: 0; padding: 0;
	line-height: 15px;
}
#formulario form p em {
	font-style: normal;
}


#datos {
	float: right;
	width: 430px;
	height: 230px;
}

#datos p { 
padding: 5px;

}

.big {
	font-size: 16px;
}

#galeria-fotos {
	
}

#galeria-fotos img {
	margin: 0 10px;
}


#map {
	clear:both;
	padding-top: 10px;
	width: 910px;
	height: 300px;
}
