.menu_he {
    font: 13px/27px Arial, sans-serif;
    color: #3366CC;
    height: 30px;
    background-color: #2f5886;
    border-bottom-style: solid;
    border-top-color: #094f71;
    border-right-color: #094f71;
    border-bottom-color: #094f71;
    border-left-color: #094f71;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    position: fixed;
    width: 100%;
    z-index: 0;
    top: 0px;
}

.menu_he a:hover {
    background-color: #e4ebf8;
    color: black;
}

.menu_he div.pagina {}

.menu_he a span.prom {
    font-size: 12px;
    font-weight: normal;
}

.menu_he a {
    text-decoration: none;
    padding: 6px 8px 7px;
    color: white;
    outline: none;
    font-weight: bold;
}

.menu_he ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.menu_he ul li {
    padding: 0;
    float: right;
}

.menu_he ul li ul li {
    padding: 0;
    float: none;
    margin: 0 0 0 0px;
    width: 100%;
}

.menu_he ul li ul {
    position: absolute;
    border: 1px solid #C3D1EC;
    box-shadow: 0 1px 5px #CCCCCC;
    margin-top: -1px;
    display: none;
    padding: 0px 16px 0px 0;
}

.menu_he ul li.empresa {
    color: #FF0;
}

.active ul {
    display: block !important;
}

.active a {
    background-color: white;
    border: 1px solid #C3D1EC;
    border-bottom: 0;
    box-shadow: 0 -1px 5px #CCCCCC;
    display: block;
    height: 29px;
    padding: 0 8px 0 8px;
    position: relative;
    z-index: 1;
    color: #3366CC;
}

.active a:hover {
    background-color: white;
}

.active ul a:hover {
    background-color: #e4ebf8;
}

.active ul a {
    border: 0 !important;
    box-shadow: 0 0 0 #CCCCCC;
    border: 0;
    width: 100%;
}

.arrow {
    top: 0px;
    background-image: url(../images/bulet_triangulo.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 10px;
    padding-right: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

#herramientas_he {
     
    display: block;
    width: 100%;
    background-color: #4e5152;
    z-index: 900;
    top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

#herramientas_he .page {
    background-color: transparent !important;
}

.menu-flotante {
    top: 37px !important;
}

#herramientas_he div a:hover {
    background-color: #000;
}

#herramientas_he div a.salir {
    float: right;
}

#herramientas_he div a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 36px;
}