

/*KKKKKKKK*/
.desgblq {
    left: 100px;
    position: relative;
}

#DetalleDes {
    display: block;
    float: none;
    left: 50px;
}

/*
#desglosemenu {
    display: none;
    float: none;
    left: 50px;
}
*/





#UVmenu {
    background: #f1eee5;
    width: 100%;
    height: 30px;
    z-index: 999;
}
 
#blkmenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}


.drop-icon{
    font-size: 1.3em;
    /* top: 0px; */
    padding: 0px 2px;
    position: absolute;
}




#Color_Canal{
    width: 120px;
    height: 3px;
    background: aqua;
    position: absolute;
    z-index: 999;
    top: 0px;
}


.Cuadrado-Menu{
    display: none;
}











.Mntgt > li > ul {
   top:100%;
}

.Mntgt > li > ul > li > ul {
   left: 100%;
   top:0;
   position:absolute;
   z-index: 999;
   padding: 0 40px;
   /*background: grey;*/

}







/*Strip the ul of padding and list styling*/
ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    z-index: 999;
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float: left;
    margin-right: 1px;
    z-index: 999;
}


/*Style for menu links*/
li a {
    display:block;
    /*min-width:100px;*/
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #06376b;
    background: #f1eee5;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}
/*Hover state for top level links*/
li:hover a {
    background: #b2b2b2;
}
/*Style for dropdown links*/
li:hover ul a {
    background: #f1eee5;
    color: #06376b;
    height: 30px;
    line-height: 30px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
    background: #06376b;
    color: #f1eee5;
    text-transform: none;
    text-align: left;
    width: max-content;

}





/*Hide dropdown links until they are needed*/
li ul {
    display: none;

}






/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
    position:relative;
    z-index: 999;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100%;
    padding: 0 20px;
    text-transform: none;
    text-align: left;
    width: max-content;
    z-index: 999;

}







/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
    z-index: 999;

}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #06376b;
    background: #f1eee5;
    text-align: center;
    padding: 5px 0;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

























/*Responsive Styles*/
@media screen and (max-width : 760px){

 
    #blkmenu {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    #Color_Canal{
        display: none;
        width: 100%;
        height: 3px;
        background: aqua;
        position: absolute;
        z-index: 999;
        top: auto;
    }

    .Cuadrado-Menu{
        display: inline-block;
        width: 12px;
        height: 12px;
        position: absolute;
        top: auto;
        /* padding: 3px; */
        background: aqua;
        margin-left: -20px;
        margin-top: 9px;
    }


    /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
        z-index: 999;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
        z-index: 999;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
        text-align: center;
        padding: 0px;
        z-index: 999;

    }

    /*Prevent text wrapping*/
    li ul li a {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    /*Hover state for dropdown links*/
    li:hover ul a:hover {
        width: 100%;
        text-align: center;
        padding: 0px;
    }


    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
}