body {
  /*min-height: 2000px;*/
}

.navbar-static-top {
  margin-bottom: 19px;
}

.navbar-brand {
  padding: 0px;

}
.navbar-inverse .navbar-text {
        color: #fff !important;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.navbar-nav>li>a {
    color: #fff !important;
}
.navbar-nav>li>a:hover {
    color: #9d9d9d !important;
}
.page-header {
    margin-top: 0px !important;
}
.Titulo
        {
            float:left;
            padding-left: 5px;
            padding-top: 10px;
            font-size: 10px !important;
            color: #9d9d9d;
            font-size: 0.90em;
        }

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=65);
    opacity: 0.6;
    height: 100%;
    width: 100%;
    /*position: absolute;*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    vertical-align: middle;
}
       
 /*.DGRM
        {
            width: auto;
            height: 50px;
            margin-bottom: 18px;
            background-color: transparent;
        }
        
        .DGRM .Logo
        {
            float:left;            
            background-image: url('Images/Logo_Rentas.png');
            background-size: contain;
            width: 45px;
            height: 45px;
            background-repeat: no-repeat;
        }

        

        .DGRM .Titulo2
        {
            float:left;
            padding-left: 5px;
            padding-top: 5px;
            font-size: 15px;
            color: #000;
            width: 220px;
            font-size: 1.0em;
            color: #2a63c8;
            font-weight:bold;
        }
        
        .Logo-sistema
        {
            float:right;            
            background-image: url('Images/logo-sistema-mini.png');
            background-size: contain;
            width: 200px;
            height: 45px;
            background-repeat: no-repeat;
        }
*/