    body{
        background-color: #FFF;
    }
    #cabeceraIndicadores h1{
        color: #FFF;
        letter-spacing: 0px;
        font: normal normal bold 40px/34px Gotham;
    }
    
    #cabeceraIndicadores .parrafo-indicadores{
        font-family: "GothamRnd-Light",sans-serif;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    .bg_white {
        background-color: #FFF;
    }
    
    #reporte {
        color: #2F2B5E;
        font-family: "Gotham", sans-serif;
    }
    
    #reporte .estilo1{
        font-size: 33px;
    }
    #reporte .estilo2{
        font-size: 16px;
    }
    #reporte .estilo3{
        font-size: 16px;
    }
    #reporte .info-indicadores{
        line-height: 18px;
    }
    #reporte .titulo{
        font-size: 44px;
        letter-spacing: -3px;
        font-family: 'GothamRnd-Light';
        text-transform : capitalize;
    }
    
    #reporte table thead tr th{
        background-color: #2F2B5E;
        color: #FFF;
        text-align: center;
        font-family: 'GothamRnd-Light';
        text-transform:none;
        letter-spacing: -0px;
        vertical-align: middle;
        font-size: 16px;
        padding: 0px;
    }
    
    #reporte table tbody tr td{
        vertical-align: middle;
    }
    
    #reporte table thead tr .bg-white{
        background-color: #FFF;
        color: #2F2B5E; 
    }
    
    #reporte tbody tr:nth-child(odd) {
        background-color: #EFEEF2;
    }
    
    #reporte .titulo strong{
        font-family: "GothamBold";

    }
    
    #reporte .borde-izquierdo{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-left: solid 2px #fff;
    }
    
    #reporte .borde-derecho{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: solid 2px #fff;
    }
    #reporte .borde-derecho-genero-td{
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #reporte strong {font-weight: bold;}
    
    #reporte .arrow-up{ color: #00B200; font-size: 18px; }
    #reporte .arrow-down{ color:#FF0000;  font-size: 18px;}
    #reporte .equal{ color: #FFC200; font-size: 18px;}
    #reporte .number-top { color: #2F2B5E; font-size: 18px;  }
    #reporte .huella-text { font-family: 'GothamRnd-Light'; color: #2F2B5E; font-size: 16px;}
    /*#reporte hr { border: solid 0.1px #2F2B5E; }*/
    #reporte .pie{
        background-color: #D3D2DD;
         border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        font-family: 'GothamRnd-Light';
        font-size: 13px; line-height: 13px;
        padding-top: 6px; padding-bottom: 5px;
        margin-top: 20px;
        
    }
    #reporte .acciones {
        font-family: 'GothamRnd-Light';
        font-size: 12px; line-height: 12px;
    }
    #reporte .acciones span{
        margin-right: 10px; margin-left: 10px;
    }