/* CSS Document */

/* Botón Inicio */
a#inicio {
	margin-bottom:1px;
    display:block;
    text-indent:-9999em;
    width:49px;
    height:101px;
    background:url(inicio.gif) top left no-repeat;
	margin-right:8px;
}
a#inicio:hover {
    background-position:0 -101px;
}

/* Botón DESTACADOS */
a#destacados {
	margin-bottom:1px;
    display:block;
    text-indent:-9999em;
    width:79px;
    height:101px;
    background:url(destacados.gif) top left no-repeat;
	margin-right:8px;
}
a#destacados:hover {
    background-position:0 -101px;
}

/* Botón MAS VALORADOS */
a#mas-valorados {
	margin-bottom:1px;
    display:block;
    text-indent:-9999em;
    width:69px;
    height:101px;
    background:url(mas-valorados.gif) top left no-repeat;
	margin-right:8px;
}
a#mas-valorados:hover {
    background-position:0 -101px;
}

/* Botón PACKS A MEDIDA */
a#packs-a-medida {
	margin-bottom:1px;
    display:block;
    text-indent:-9999em;
    width:59px;
    height:101px;
    background:url(packs-a-medida.gif) top left no-repeat;
	margin-right:8px;
}
a#packs-a-medida:hover {
    background-position:0 -101px;
}

/* Botón CONTACTAR */
a#contactar {
    display:block;
    text-indent:-9999em;
    width:64px;
    height:101px;
    background:url(contactar.gif) top left no-repeat;
}
a#contactar:hover {
    background-position:0 -101px;
}