/* Tabla 1 Movil - Detalle Distritos*/
.t1th{
    padding: 10px;
}

.t1td{
    padding: 10px;
}

.t1head{
    background: #fdf4f6;
    border-bottom: solid 2px #e7398c;
}

.t1tr:nth-child(even) {
    background-color: #f2f2f2;
}
.t1tr:last-child {
     border-bottom: solid 2px #e7398c;
}
/* Parcial */
.t1trPar:nth-child(odd) {
    background-color: #f2f2f2;
}

.totalVotos{
     margin-top: 10px;
     font-size: 20px;
}
.distros{
    margin-top: 10px;
    text-align: center;
    color: #808180;
    font-size: 20px;  
}
.porcentaje{
     margin-top: 10px;
    text-align: center;     
    font-size: 20px;  
    color: #e53b8b;
}
.col1{
    font-size: 25px;
    margin-left: 15px;
}
.col2{
    margin-top: 10px;
    margin-left: 10px;
}
.col3{
    margin-top: 20px;
}
.col3Over{
    font-size: 14px;
    
}

/* Tabla Movil - Votos por partido*/
.progBack{
    background: #d6d9db;
    margin-left: 5px;

}
.progOn{
    height: 10px;
    background: #e53b8b;
}
.movCol3{    
    font-size: 12px;
}
.textoTotal{
    font-size: 13px;
    font-weight: bold;
}
/*  */

.letraChica{
    font-size: 15px;
    color: #582EA5;    
}