/*********Globales ************/
/********* Fin Globales ************/



/*	MENU FABRICANTE */
.floatlf {
    float: left;
}
.floatrg {
    float: right;
}
.desplunomenufabr { float: left; }

#listecosist a {
    display: block;
}
#listecosist a img {
    height: 20px;
    width: 20px;
}
.submenuhdfabr {
    list-style-type: none;
    margin-left: 0px;
}
.content-hero {
    /* background-color: #f8f8f8 !important; */
    background-color: white;
    margin-bottom: 0px;
}

#blocinfofabr {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
#blocinfofabr p {
    margin-bottom: 2px;
}
/* #menuhdfabr a { color: #333333; } */

#menuhdfabr {
    background-color: white;
    margin: 0px;
    padding: 0px;
}
/* #menuhdfabr>ul { 
    border-bottom: 1px solid #ccc;
} */
#menuhdfabr>ul>li>a, #menuhdfabr>ul>li>a>ul>li>a {
    background-color: white;
    margin-bottom: 0px;
}
#menuhdfabr ul li a {
    padding: 6px 26px;
    display: block;    
    margin-bottom: 0px;
}
#menuhdfabr>ul>li>a {
    padding: 6px 26px;
    margin-bottom: 0px;
}
#menuhdfabr>ul>li>a:hover {
    /* background-color: #e6e6e6; */
    border-radius: 4px 4px 0px 0px;
}
#menuhdfabr li {
    position: relative;
}
.submenuhdfabr li:hover {
    background-color: #5f656e;
}
#menuhdfabr>ul>li>ul {
    display: none; 
}
#menuhdfabr>ul>li:hover>ul {
    top: 26;
    right: 0px;
    position: absolute;
    display: block; 
    padding-left: 14px;
    z-index: 100000000;
    /* background-color: white; */
    /* background-color: #e6e6e6; */
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
#menuhdfabr>ul>li:hover>ul.standgdobim {
    width: 260px;
}

/*  NOU    */
#menuhdfabr ul {
    list-style-type: none;
    margin-left: 0px;
}
/* .desplunomenufabr ul, .submenuhdfabr, .despldosmf {
    background-color: #434A54;
    color: #f5f7fa;
}
.desplunomenufabr a { color: #f5f7fa; } */
.desplunomenufabr a .ttldespl { color: #333333; }
#menuhdfabr>ul>.desplunomenufabr:hover>ul {
    top: 26;
    left: 0px;
    position: absolute;
    display: block; 
    padding-left: 14px;
    z-index: 100000000;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
.paredespldosmf {
    position: relative;
}

element.style {
    width: 240px;
    padding-left: 0px;
}
#menuhdfabr>ul>.desplunomenufabr:hover>ul {
    top: 26;
    left: 0px;
    position: absolute;
    display: block;
    padding-left: 14px;
    z-index: 100000000;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
#menuhdfabr>ul>li:hover>ul {
    top: 26;
    right: 0px;
    position: absolute;
    display: block;
    padding-left: 14px;
    z-index: 100000000;
    /* background-color: white; */
    /* background-color: #e6e6e6; */
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
#menuhdfabr>ul>li:hover>ul, .submenuhdfabr, .despldosmf {
    background-color: #434A54;
}
#menuhdfabr .submenuhdfabr a, #menuhdfabr .despldosmf a {
    color: #f5f7fa;
}
/* .paredespldosmf {
    position: relative;
    background-color: #151a20;
} */
/* .paredespldosmf, .despldosmf {
    background-color: #d3d0d0;
} */
.despldosmf {
    display: none; 
}
.paredespldosmf:hover>.despldosmf {
    top: 0;
    left: 240px;
    position: absolute;
    display: block; 
    padding-left: 0px;
    /* padding-left: 0px; */
    z-index: 100000000;
    /* background-color: #e6e6e6; */
    border-radius: 0px 4px 4px 0px;
}
.positiondspl01 { width: 240px; }
.positiondspl02 { width: 310px; }
.standgdobim { width: 260px; }
/*  FI NOU    */


@media (min-width: 480px) {
    .content-hero.content-hero-lg {
        min-height: 180px;
    }
}

@media screen and (max-width: 1600px) {
    #menuhdfabr>ul>li>a {
        padding: 6px 12px;
        margin-bottom: 0px;
    }
}

/*	FIN MENU FABRICANTE */