/* CSS Document */

/* Capa del Menu */
#Menu {
	height: 53px;
}

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

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

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

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