html, body {
    color: #c7c7c7;
    font-size: 1em;

    position: relative; 
    height: 100%;
    font-family: 'TrebuchetMS-Bold';

    background-color: #3b3b3b; 
}

.clear{
    clear: both;
}
.eContenedor{
    width: 100%;
    padding-top: 10px;	
    display: block;
    position: relative;
    margin: 0 auto;   
    max-width: 1200px;
    height: auto;
   
}



.eContenedorSupBg{
	margin: auto;
background-color: #bd002e;
padding: 10px 0px;
width: 300px;
float: left;
}
.imgLogo{
    margin-left: 80px;
}
.eContenedorLeft{
   
	width: 50%;
    margin: auto;
   
    float: left;
	
}

.eContenedorCenter{
   
	width: 100%;
    	
}

.eContenedorRight{
   
	width: 50%;
    margin: auto;
   
    float: right;
	
}

.eConten{
    padding-top: 5px;
}
/* */
.eTabla{
    width: 100%;
}
.eTabla td{
    padding: 7px;
    position: relative;
    vertical-align: top;
}
.eTabla .eTablaColumPerfil{
    width: 30%;
    text-align: center;
    vertical-align: central;
}
/* fondo */
.eTablaBg{
    width: 100%;
}
.eTablaBg,
.eTablaBg tbody,
.eTablaBg tbody tr,
.eTablaBg tbody tr td  {
    height: 100%; 
}
.eTablaBg td{
    background-color: #484848;
}
.eTablaBgGrupo{ 
    color: #fff;
    font-size: 50px;
    width: 20%;
    vertical-align: middle !important;
    text-align: center;
    background-color: #bd002e !important;
}
/* */
.textFila{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #595959;
}
.textFilaSinBorde{
    border:0px; 
} 
.textFila b{
    color: #f00;
    font-weight: bold;
    font-family: 'TrebuchetMS-Bold';   
	font-size:25px;
    font-style: normal;
}
/**/
.usuarioImg{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #3b3b3b;
    overflow: hidden;
}

/* */
.barBoxBg{
    display: block; 
    padding: 4px 35px 4px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 12px 0px; 
    background: #595959 url(../img/cuadro.png) 100% 0px repeat-y;
}
.barBoxBg2{
    display: block; 
    padding: 4px 35px 4px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 8px 0px; 
    background: #2C2C2C  url(../img/cuadro.png) 100% 0px repeat-y;
}
.barBox{
    width: 100%;
    display: table;
    position: relative;
}
.barBoxRow{
    display: table-row;
}
.barBoxCell{
    display: table-cell;
    vertical-align: middle;
}
.barBoxNumero{
    color: #c7c7c7;
    width: 25px;
    font-size: 22px; 
}
.barBoxBarra{

}
.barBoxBarraProgreso{
    display: block;
    color: #fff;
    text-align: center;
    background-color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    padding: 6px; 
    text-decoration:none;	
    text-shadow:0px 1px 0px #2f6627;
}
.barBoxBarraProgreso b{
    color: #fff;
    font-weight: bold;
    font-size:20px;
}
.barBoxImg{
    width: 80px;
}
.barBoxImg a{
    display: inline-block;
}
.barBoxImg img{
    width: 60px;
    height: 60px;
    height: auto;
    border: 2px solid #3b3b3b;
}
.eReporte{
    padding:0px 0px;
}
.eReporteBg{
    background-color: #484848;
    padding: 10px;

}
.eReporteTabla{
    width: 100%;
    border: 1px solid #595959;
}
.eReporteTabla td{
    padding: 10px;
    border-bottom: 1px solid #595959;
    border-left:  1px solid #595959; 
    	font-size:20px;
}
.eReporteTabla td b{ 
    color: #f00;
	font-size:22px;
	font-weight: bold;
}
