.li-menu-isolucion {
    color: #666666;
    background: #ccc;
    border-color: white;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    vertical-align: top;
    font-size: 8pt;
}

    .li-menu-isolucion:hover {
        color: white;
        background-color: #ef6900;
    }

.li-menu-isolucion-main-header {
    color: #666666;
    background-color: #EAEAEA;
    padding-top: 7px;
    padding-bottom: 7px;
}


.href-menu-isolucion {
    color: inherit;
    text-decoration: none;
}

    .href-menu-isolucion:hover {
        color: inherit;
    }

.div-menu-isolucion {
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: center;
    vertical-align: middle;
}

li.dropdown > a {
    color: #666666;
}

    li.dropdown > a:hover {
        color: #ffffff;
        background-color: #ef6900;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: #ffffff;
    background-color: #ef6900;
}

li.dropdown-main-header > a {
    color: #00728F;
    border-radius: 0;
}

    li.dropdown-main-header > a:hover {
        color: #3c6f9c;
        background-color: #ffffff !important;
        border-radius: 0;
    }

.dropdown-main-header {
    color: #3c6f9c;
    background-color: #ffffff !important;
    border-radius: 0;
}
    .dropdown-main-header:hover {
        color: #3c6f9c;
        background-color: #ffffff !important;
        border-radius: 0;
    }

    .dropdown-main-header .open > a.dropdown-toggle {
        background-color: #FBFBFB !important;
    }

li.dropdown-main-header:hover .open:hover > a.dropdown-toggle:focus {
    background-color: #FBFBFB !important;
}

li.li-menu-isolucion > a {
    text-decoration: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0.5px 0 0 0;
    border-top-color: #ef6900;
    border-top-width: 2px;
    border-top-style: solid;
}

.dropdown-menu-main-header {
    border-radius: 0;
    border: solid #e9e9e9 thin;
}

li.dropdown > a.dropdown-toggle {
    border-radius: 0;
}

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.navbar {
    min-height: 30px !important;
}

a {
    font-size: 11px;
}
