
    /* Regresivo */
    .regresivost{
        /*border: 1px solid #f0f;*/
        text-align: center;
    }
    .regresivost #eo{
        display: inline-block;
        color: #821f21;
        font-size: 26pt;
        margin-right: 50px;
        
        /*border: 1px solid #821f21;
        background-color: #0f0;*/
    }
    /*SE AGREGO UN DIV 22 DE ABRIL DEL 2022 */
       .regresivost #ed{
        display: inline-block;
        color: #821f21;
        font-size: 20pt;
        margin-right: 50px;
        white-space: nowrap; 
        overflow: hidden;
        
        /*border: 1px solid #821f21;
        background-color: #0f0;*/
    }

    .regresivost #f{
        display: inline-block;
        color: #555;
        font-size: 20pt;
        margin-right: 6px;

        white-space: nowrap; 
        overflow: hidden;
    }
    .regresivost #dhms{
        display: inline-block;
        border: 2px solid #666;
        border-radius: 6px;
        width: 80px;height: 65px;
        background: rgba(130,31,33,.1);
        margin-right: 6px;
    }
    .regresivost #dhms span{
        display: block;
        font-size: 30pt;
        color: #821f21;
        line-height: 28pt;
    }
