#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 {
	font-size:14px;
	text-align:justify;
	
}
/*fin contenidos centrales*/


#contenidos h1 {
	
	padding-top: 5px;
	padding-bottom: 15px;
	font-size:16px;
	color:#591968;
	background-image:url(../imagenes/linea-inferior.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
	
}

#ficha-feines {
	float:left;
	width: 900px;
	margin: 0 10px;
	font-size:12px;
	
}


#ficha-feines h2 {
	color:#000;
	font-weight:bold;
	font-size:14px;
}


#ficha-feines h3 {
	color:#000;
	font-weight:normal;
	font-size:12px;
	border-bottom: 1px solid #CCC;
}


#ficha-feines a {
	color:#000;
	font-weight:bold;
	font-size: 14px;

}

#ficha-feines a:hover {
	text-decoration:none;

}


#ficha-feines table {
	width: 900px;
}



#ficha-feines table td {
	font-size: 12px;
	padding: 5px 0;
	border-bottom: solid #ccc 1px;
	text-align: left;
}
.fondo {background-color: #F0EBF2;}
#galeria {
	margin-top: 10px;
	float:left;
	width: 350px;
	height: 550px;
	background-color:#f0f0f0;
	
}

#galeria h1 {
	margin-bottom:0;
	padding-bottom:0;
	padding-left: 15px;
	height: 20px;
	font-size: 12px;
	background-image:url(../imagenes/cabecera-fotos.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	
}

#foto-big {
	padding-top: 5px;
	height:350px;
	
	
}


#foto-big p {
	text-align:center;
	
}

#foto-mini {
	margin-left: 10px;
	padding-top: 10px;
	height:160px;
	overflow:auto;
	
	
}

#foto-mini img {
	padding: 5px;
}




	
#textos {
	margin-top: 10px;
	float:right;
	width: 540px;
	
}


#textos p {
	padding: 5px;
	
}

#mas-info {
	border-top: 1px solid #ccc; 
	padding-top:10px;
	margin-top: 10px;
	padding-bottom:10px;
}


