function votar(){
	document.getElementById('submeteu').value = 1;
	document.getElementById('formvoto').submit();
	
}