.BoxConsultaCedula{
    font-family: 'Roboto', sans-serif;    
}
.BoxConsultaCedula .headersOneColumn h2{
    max-width: 250px;
}


.headersOneColumn .headersInfoMesa{
   font-size: 16px;
   text-transform: none;
   margin: 2px;
   color: #3b3b3b;
   font-weight: 400;   
}

#nombreJunta{
    font-weight: 800;   
}
#numcedula{
    font-weight: 800;   
}
#numMesa{
    font-weight: 800;   
}

#nombreCompleto{
    font-size: 1.5em;
    padding-bottom: 20px;
}

.bgconsulta{
    background-color: #e6ebf1;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.headersOneColumn .candidatoNombre{
    font-size: 18px;
    color: dimgrey;
    line-height: 20px;
}

.headersOneColumn .porcentajeCandidatos{
    font-size: 30px;
    color: dimgrey;
    font-weight: 200;
}

.headersOneColumn .votosxCandidato{
    font-size: 12px;
    color: dimgrey;
    font-weight: 600;
}

.headersOneColumn .porcentajeAbsClase{
    font-size: 18px;
    color: dimgrey;
    font-weight: 600;
}
.headersOneColumn .votosNulosClase{
    font-size: 14px;
    color: dimgrey;
    font-weight: 600;
}