.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background: rgb(34,89,131);
    background: linear-gradient(180deg, rgba(34,89,131,1) 0%, rgba(35,122,190,1) 100%);
    background-repeat: repeat-x;
    border-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}


.modal-open .modal .dropdown-menu {
    z-index: 2050;
}

.modal-open .modal .dropdown.open {
    *z-index: 2050;
}

.modal-open .modal .popover {
    z-index: 2060;
}

.modal-open .modal .tooltip {
    z-index: 2080;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1001;
    margin-bottom: 0;
}

/*Letra Empresa no Nav_Bar*/
.letraempresa{
    color: #FFFF00
}
