function makeVote(valor)
{
	document.getElementById('voto').value = valor;
}