/* CSS Document */
.paginador {
  	border            : 1px solid #000000;
  	margin-left       : 4px;
  	padding           : 2px;
  	cursor				    : pointer;
  	background-color	: #ffffff;   
}

.paginador_seleccionado {
  	background-color  : #d76f2c;
  	border            : 1px solid #000000;
  	margin-left       : 4px;
  	padding           : 2px;
  	cursor            : pointer;	
}

.registro_resaltado { background : #ecf333; }

#contenedor_candidatos .label_votar {
    position    : relative !important;
    top         : -80px !important;
    left        : 10px;
    color       : #fff !important;
    font-size   : 16px;
}

#contenedor_candidatos .candidato_seleccionado {
    position    : relative !important;
    top         : -112px !important;
    left        : -40px;
}  