a.btnMenu {
	display: block;
	width: 111px;
	height: 24px;
	background : url(images/normal.gif) no-repeat;
	font-family: Arial;
	padding: 2px 0 0 0;
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

a.btnMenu:hover {
	background : url(images/seleccionando.gif) no-repeat;
	color: #000;
}

#activo {
	background : url(images/activo.gif) no-repeat;
	color: #FF0;
}

.separa { clear: both; }


