/*ALINEACION TITULO HOJA*/ 
.alineacion-enunciado{
	padding: 2%;
	text-align: center;
}

#ficha{
	max-width: 800px;
	height: auto;
	margin:20px auto;
	padding: 30px;
	background: #F6F2E9;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	border: 1px solid #fff;
}

#glosario{
	text-align: center;
	font: 1em sans-serif;
}

#definicion{
	height: 295px;
	overflow: hidden;
}

.item a{
	color: #000;
}

/*MENU ABECEDARIO*/
.item{
	display: inline-block;
	text-align: center;
	margin: 7px;
	color: #000;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	background-color: #E5E7E9;
	padding: 5px 6px;
	border-radius: 3px;
}

.item:hover{
	background-color: #DABF81 ;
}
 

 
 
		