.con_estadisticas{
    margin: auto;
    text-align: center;
    padding: 32px;
    padding-bottom: 86px;
    overflow-x: auto;
    user-select: none;
    width: auto;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    box-sizing: border-box;
}
.y_estadistica{
    max-width: 100%;
    min-width:200px;
    height:200px;
    display: inline-block;
    position: relative;
    width: auto;
    font-family: Arial;
    text-align: left;
}
.y_linea{
    width: 100%;
    height: 1px;
    background: #25709a;
}
.y_fila{
    width: 20px;
    height: 100%;
    margin-right: 9px;
    position: relative;
    display: inline-block;
}
.y_fil_valor{
    position: absolute;
    top: 205px;
    right: 15px;
    transform-origin: top right;
    transform: rotate(-45deg);
    color: #666666;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.y_fil_info{
    font-size: 14px;
    width: 100px;
    top: -32px;
    left: -50px;
    padding: 4px 8px;
    position: absolute;
    background: white;
    box-shadow: 2px 4px 8px 1px #515151;
    border-radius: 6px;
    opacity: 0;
    transition: all ease 0.2s;
    color: #25709a;
    text-align: center;
}
.y_fil_info::after{
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    left: 52px;
    position: absolute;
    top: 100%;
}
.y_icono{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
}
.y_icono:hover .y_fil_info{
    opacity: 1;;
}
.y_con_ray{
    width: 100%;
    height: 100%;
    position: absolute;
}
.y_rayado{
    width: 100%;
    height: 12.5%;
    border-top: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.col1{
    background: #25709a;
}
.col2{
    background: #78bced;
}
.col3{
    background: #287eb1;
}
.col4{
    background: #36a7e9;
}
.col5{
    background: #2e8cc2;
}
.col6{
    background: #339ad5;
}



.estad_tit_cent{
    text-align: center;
    font-size: 1.25rem;
}