#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: 630px;
	font-size:12px;
	text-align:justify;
	
}



#contenidos h1 {
	
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:14px;
	color:#591968;
}

#contenidos p { 
padding: 10px 5px;

}

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

}

.textes {
	height: 470px;
	line-height: 14px;
	
}
.columna {
	float:left;
	width: 300px;
	height: 620px;
	margin: 0 5px;
	
	
}

#columna02 {
	float:left;
	width: 310px;
	height: 620px;
	margin: 0 5px;
	border-left: 1px solid #551166;
	border-right: 1px solid #551166;
	
}

.boton-feines {
	text-align:center;
}

/*fin contenidos centrales*/
