﻿/*FIX: Para que el menú se vea siempre horizontal*/
#ctl00_mnuSite ul {
    margin-top:10px !important;
}

#ctl00_mnuSite ul li ul {
    display: none;
}

#ctl00_mnuSite ul li {
    position: relative;
    float: left;
    list-style: none;
}


.BarraMenu {
    background: #e1e1e1;
    height: 24px;
}

#tdMenuContainer, #ctl00_tdMenuContainer {
    background-color: #1a3144;
    border: none;
}

.BarraMenu a {
    text-decoration: none !important;
    border: none !important;
}

.static, .mnuStatic {
    color: #fff;
    font-family: Helvetica;
    font-size: 14px;
    padding: 2px 5px  5px 0 !important;
    min-width: 110px;
    text-align: center;
    }

.mnuStaticHover {
    color: #cc0033;
}

.static a:hover {
    background-color: transparent !important;
    color: #cc0033;
    font-size: 14px;
}

.mnuDynamicItem {
    color: #222;
    border: none;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 14px;
    background-color: #e1e1e1;
    padding: 10px !important;
    margin: 0 3px;
}


.mnuDynamic {
    margin-top: 0px;
    border-top: 3px solid #cc0033;
    background-color: #e1e1e1 !Important;
    z-index: 1000;
}

.mnuDynamicHover {
    color: #cc0033;
}

/*CORRIGE LA SUPERPOSICION DEL GRAFICO CON LOS MENÚES*/
ul[role="menubar"] {
    z-index: 9000;
}


/*Sobreescribo el header*/
TABLE.HB { 
    margin:0 !important;
    width:100% !important;
}