.menu_interior{
	margin-top: 0.5em;
	width: 100%;
	height: 2em;
	margin-bottom:25px;
}

a{
	color: #000;
}
a:hover{
	color:#000;
}

.menu_interior_lista{
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #a5bc4b;
}

.menu_interior_lista_elemento{
	width: 24%;
	height: 2em;

	padding-top: 0.3em;

	display: inline-block;
	vertical-align: top;

	cursor: pointer;
	text-align: center;
}

.invisible{
	display: none;
}

.seleccionado{
	background: #bad25a;
}


.menu_interior_lista_elemento:hover{
	background: #bad25a;
}

.tabla_remuneraciones{
	text-align: center;
}

.letra_small{
	font-size: 0.6em;

}

.fondo8{
	background: red;
}

.fondo6{
	background: blue;
}

.fondo12{
	background: green;
}