/* This stylesheet is used to style the public view of the plugin. */
.explanatory-dictionary-letter-selected {
	text-decoration: underline;
}

.explanatory-dictionary-entries {
	margin: 10px 0;
}

.explanatory-dictionary-entry-word {
	font-weight: bold;
}

.explanatory-dictionary-highlight {
	cursor: help;
}

.explanatory-dictionary-highlight .explanatory-dictionary-highlight {
	/* Hides definition terms inside definition terms */
	border-bottom: 0;
}

.explanatory-dictionary-highlight .explanatory-dictionary-highlight:hover {
	cursor: pointer;
}

.explanatory-dictionary-highlight .explanatory-dictionary-highlight span {
	display: none !important;
}

#explanatory-dictionary-page-definitions {
	display: none;
}

.explanatory-dictionary-alphabet a,
.explanatory-dictionary-alphabet .explanatory-dictionary-letter-selected {
	text-transform: capitalize;
}

/*Nuevo*/

.explanatory-dictionary-alphabet{
	width: 100%;
   margin-top: 40px;
}

.explanatory-dictionary-alphabet .active {
    background-color: #323F4E;
    color: #FFF;
}

.glosario_termino {
    width: 35px;
    height: 26px;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: #FFF;
    text-align: center;
    padding-top: 8px;
    background-color: #E6E9EE;
}

.glosario_termino:hover{
	background-color: #87ce02;
}

.glosario_termino a{
	color: #656D78;
	font-family: 'Roboto', sans-serif;
   font-weight: 400;
   font-size: 15px;

}
    
.explanatory-dictionary-entry{
	clear: both;
	border-bottom: 1px solid #E6E9EE;
	padding-top: 20px;
   padding-bottom: 20px;
}



