/* CSS Botonera */

#listaBotonera{
	list-style: none;
	margin: 0;
   padding: 0;
}
#listaBotonera>LI{
	float: right;
	margin: 0;
   padding: 0;
	height: 21px;
	max-height: 21px;
	text-align: center;
	line-height: 19px;
}
#listaBotonera a:hover{
	color: #ffffff;
}
.separacionBotonera{
	width: 36px;
	max-width: 36px;
	height: 21px;
	max-height: 21px;
	background-image: url(../img/fondos/fondo_botonera_separacion.png);
	background-repeat: no-repeat;
	background-position: center;
}
.botoneraFin{
	width: 20px;
	max-width: 20px;
	height: 21px;
	max-height: 21px;
	background-image: url(../img/fondos/fondo_botonera_fin.png);
	background-repeat: no-repeat;
}
.botoneraInicio{
	width: 20px;
	max-width: 20px;
	height: 21px;
	max-height: 21px;
}

