/* STYLE MENU */


.menuli {
    display: inline;
    /* padding: 0px 55px; */

}

.containermenu {
    display: flex;
    width: 100%;
    justify-content: center;

}

.containermenu .subcantainer {
    width: 100%;
    max-width: 1140px;
    max-height: 38px;

}

ul.menupad {
    padding: 0;
    display: flex;

}

.divmenu {
    background-image: url('../images/boton_menu.png');
    max-width: 143px;
    width: 100%;
    background-repeat: no-repeat;
    padding: 8px 54px 0;
    display: flex;
    justify-content: center;
}

.divmenuactive {
    background-image: url('../images/boton_lego_2.png');
    max-width: 143px;
    width: 100%;
    background-repeat: no-repeat;
    padding: 8px 54px 0;
    display: flex;
    justify-content: center;
}

ul a div li span {
    color: white;
}

.divmenu:hover {
    background-image: url('../images/boton_lego_2.png') !important;
}

.divmenu1 {
    background-image: url(../images/boton_menu.png);
    max-width: 143px;
    width: 100%;
    background-repeat: no-repeat;
    padding: 8px 54px 0;
    display: flex;
    justify-content: center;
}







/* FIN STYLE MENU */