﻿/*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: #fff;
    height: 38px;
}

#tdMenuContainer, #ctl00_tdMenuContainer {
    border-bottom: 1px solid #003366;
    border-top: 1px solid #003366;
}

.BarraMenu a {
    text-decoration: none !important;
    border: none !important;
}

.mnuStatic {
    color: #036;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px !important;
    min-width: 110px;
    text-align: center;
}

.mnuStaticHover {
    color: #666;
}

.static a:hover {
    background-color: #003366;
    color: white;
    font-size: 12px;
}

.mnuDynamicItem {
    color: #036;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f0f0f0;
    padding: 10px !important;
    margin: 0 3px;
    min-width:110px;
}


.mnuDynamic {
    background-color: #f0f0f0 !Important;
    z-index: 1000;
}

.mnuDynamicHover {
    color: #666;
}

/*CORRIGE LA SUPERPOSICION DEL GRAFICO CON LOS MENÚES*/
ul[role="menubar"] {
    z-index: 9000;
}
