﻿/*FIX: Para que el menú se vea siempre horizontal*/
#ctl00_mnuSite ul li ul {
    display: none;
}

#ctl00_mnuSite ul li {
    position: relative;
    float: left;
    list-style: none;
}


.BarraMenu {
    background-image: url(../appimg/back_tlb.jpg);
    height: 38px;
}

.static, .mnuStatic {
    color: White;
    font-family: "Open Sans", sans-serif;
    padding: 0 10px;
    font-size: 10pt !important;
}

    .static a:hover, .mnuStaticHover {
        background-position: center;
        color: rgb(189, 234, 53);
    }

.dynamic, .mnuDynamicItem {
    color: Gray;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    background-color: #f0f0f0;
    font-size: 10pt !important;
    width: 175px;
    z-index: 1000 !important;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.li.dynamic a, .mnuDynamic {
    background-color: #f0f0f0 !Important;
}

a.dynamic:hover, .mnuDynamicHover {
    color:  RGB(206,56,79)
}

/*CORRIGE LA SUPERPOSICION DEL GRAFICO CON LOS MENÚES*/
ul[role="menubar"] {
    z-index: 9000;
}
