/* menú disciplinas */
.menu {
	margin: 19px 0 0 0;
	padding: 0 16px 0 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 16px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 16px;
	background-repeat: no-repeat;
}
#btnGuia {background-image: url(../imagenes/btn-guiaproductos-over.gif); width: 112px; margin-right: 10px;}
#btnGuia a {background-image: url(../imagenes/btn-guiaproductos.gif);}
#btnGuia a#current{background-image: url(../imagenes/btn-guiaproductos-over.gif); width: 112px;}

#btnContactaAsesor {background-image: url(../imagenes/btn-contactaconunasesor-over.gif); width: 141px; margin-right: 14px;}
#btnContactaAsesor a {background-image: url(../imagenes/btn-contactaconunasesor.gif);}
#btnContactaAsesor a#current {background-image: url(../imagenes/btn-contactaconunasesor-over.gif); width: 141px;}

#btnEmpresa {background-image: url(../imagenes/btn-empresa-over.gif); width: 61px; margin-right: 12px;}
#btnEmpresa a {background-image: url(../imagenes/btn-empresa.gif);}
#btnEmpresa a#current {background-image: url(../imagenes/btn-empresa-over.gif); width: 61px;}

#btnOfertas {background-image: url(../imagenes/btn-ofertas-over.gif); width: 54px; margin-right: 12px;}
#btnOfertas a {background-image: url(../imagenes/btn-ofertas.gif);}
#btnOfertas a#current {background-image: url(../imagenes/btn-ofertas-over.gif); width: 54px;}

#btnTarjetaCliente {background-image: url(../imagenes/btn-tarjetacliente-over.gif); width: 90px;  margin-right: 12px;}
#btnTarjetaCliente a {background-image: url(../imagenes/btn-tarjetacliente.gif);}
#btnTarjetaCliente a#current {background-image: url(../imagenes/btn-tarjetacliente-over.gif); width: 90px;}

#btnContacto {background-image: url(../imagenes/btn-contacto-over.gif); width: 63px;  margin-right: 0px;}
#btnContacto a {background-image: url(../imagenes/btn-contacto.gif);}
#btnContacto a#current {background-image: url(../imagenes/btn-contacto-over.gif); width: 63px;}


#btnGuia a:hover, #btnContactaAsesor a:hover, #btnEmpresa a:hover, #btnOfertas a:hover, #btnTarjetaCliente a:hover, #btnContacto a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
