.user-info {
    float: left;
    position: absolute;
    left: 17px;
    top: 35px;
    z-index: 1000;
    width: 220px;
    background: rgba(43, 39, 37, 0.8);
    border-radius: 4px;
    padding: 5px;
    font-weight: 100!important;
}

.page-title{
    padding-top:10px;
}
.user-header-info{
    padding-top:20px;
    font-size: 14px;
}

.vl {
    border-left: 2px solid #999;
    height: 19px;
    width: 2px;
    top: 0;
    margin-left: 10px;
    /*position: absolute;
    left: 0;
    margin-left: 0px;
    /*top: 0;*/
  }


#titleBanner {
    background-image: url('../img/MesaCalidadAireBg.jpg');
    height: 200px;
    background-repeat: no-repeat;
    /*background-size: auto;*/
    position: relative;
    width: 1120px;
}
#rbanner {
    background-image: url('../img/MesaCalidadAire.jpg');
    height: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 220px;
}
#bannertext {
    position: relative;
    top: 30px;
     /* left: 440px;*/
    color: white;
    font-size: 20pt;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    /*text-align: center;*/
    width: 400px;
    /*border: 1px solid #000;*/
}

.panel { 
    width: 1120px!important;
}

.font-lg{
    font-size: 16px!important;
}

.tooltip-inner{
    font-size: 10px;
    text-align: left;
    font-weight: 100;
    background-color:rgba(27, 26, 26, 0.8);
    border: 1px solid #666;

}