/* CSS Document */

/* Capa del Menu */
#Menu {
	width:226px;
}

/* Botón PORTADA */
a#inicio {
    display:block;
    text-indent:-9999em;
    width:226px;
    height:40px;
    background:url(portada.gif) top left no-repeat;
}
a#inicio:hover {
    background-position:0 -40px;
}

/* Botón QUIENES SOMOS */
a#autocaravanas {
    display:block;
    text-indent:-9999em;
    width:226px;
    height:40px;
    background:url(autocaravanas.gif) top left no-repeat;
}
a#autocaravanas:hover {
    background-position:0 -40px;
}

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

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

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