.headers{
    width: 100%;
    max-width:800px;
}

.headers p{
    padding-left: 0px; !important 
}

#tabla_resultados{
    font-family: 'Roboto', sans-serif;   
}
.headers .instrucciones{
    font-size: 12px;
    text-transform: none;
    color: #3b3b3b;
    text-align: left;
}

.headers .estiloLocacionCandidato{
    font-size: 16px;
    color: #3b3b3b;
    line-height: 26px;
}

.headers .porcentajeLocacionCandidatos{
    font-size: 30px;
    color: dimgrey;
    font-weight: 200;
}

.headers .votosxCandidato{
    font-size: 12px;
    color: dimgrey;
    font-weight: 600;
}

.headers .porcentajeAbsClase{
    font-size: 16px;
    color: dimgrey;
    font-weight: 600;
    text-transform: none;
}

.divisionLine{
    width: 100%;
    display: block;
    height: 1px;
    margin-bottom: 15px;
    background-color: rgba(105, 105, 105, 0.5);
}



/*RESPONSIVE*/


/*
.consultasBoxes{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
*/

.consultaGeneralBoxes{
    width: 100%;
}

.consultaIndividualBox{
    background-color: #e6ebf1;
    border-radius: 5px;
    padding: 10px;
    width: 200px;
    display: inline-block;
    overflow-x: hidden;
    vertical-align: top;
    margin: 5px;
    text-align: center
}
select#cbProvincia, select#cbCanton, select#cbDistrito {
    max-width: 175px;
    overflow: hidden;
}



/*
.CajaGeneralDeRespuestas{
    width: 100%;
    text-align: center;
    display: block;
}
*/

.CajaIndividualDeRespuestas{
    background-color: #d9dfe5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0px;
    display: inline-block;
}   


/*
.seleccionOpcionBox{
    width: 33%;
    min-width: 200px;
    background-color: red;
}
*/


@media screen and (max-width: 500px) {
    .consultaIndividualBox {width: 94%;padding: inherit;margin: inherit inherit 20px inherit;margin-bottom: 20px}
}
@media (min-width: 669px) and (max-width: 749px) {
    #advancedSearch {width: 669px}
    .consultaIndividualBox {width:172px}
}
@media (min-width: 501px) and (max-width: 668px) {
    .consultaIndividualBox {width: 100%
    }
}
    
    
    
    
    
    
    
    
    
    