.DivTablas{
    width: 100%;
    overflow-x: auto;
    border: 0px solid red;

}

table {
    border-collapse: collapse;
    width: 80%;
}

th, td {
    text-align: left;
    padding: 8px;

}

tr:nth-child(even){
    background-color: #f2f2f2
}

th {
    background-color: #4CAF50;
    color: white;
}

.Estadisticas_table_tr:nth-child(even) {
    background-color: #f2f2f2
}


.Estadisticas_table {
    border-collapse: collapse;
    width: 100%;

}

.new_th {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 2px;
    

}

.new_tr {
    
}

.new_td {
    
    text-align: left;
}


.TablaEspecial {
    table-layout: fixed;
    border: 0px solid blue;
}

._50px{
    width: 50px;

}
._100px{
    width: 100px;
    float: left;
}
._200px{
    width: 200px !important ;
    padding: 5px ;
    word-wrap:break-word ;
}
._250px{
    width: 250px;
}
.CeldaTD{
    border:1px solid gray;
    padding: 1px;
}

.ContenedorTablas_Full{
    padding: 2px;
    width: 99%;
    overflow-x: auto;
    border : 0px solid blue;
}



.TablaEspesores {
    table-layout: fixed;
    width: auto;
    white-space: nowrap;
    /*overflow-x: auto ;*/
    border: 1px solid red;
    border-collapse : separate;
    border:1px;
}


.FondoCeldaNumero{
    text-align: center;
    font-weight: bold;
}

.FondoDeColorAmarillo{
    background-color: yellow;
    color: #000;
    text-align: center;
}

.FondoDeColorRojo{
    background-color: #f60e0e;
    color: #FFF;
    text-align: center;
}

.FondoDeColorNaranja{
    background-color: #ff9900;
    color: #FFF;
    text-align: center;
}

.FondoDeColorVerde{
    background-color: green;
    color: #FFF;
    text-align: center;
}

.FondoDeColorBlanco{
    background-color: white;
    color: black;
    text-align: center;
}


.CeldaEspecialPadding{
    padding: 0px;
    border-radius: 10px;
} 