function votar(){
	document.encuesta.action="votar_encuesta.php";
	window.open("#", "votar", "width=300, height=300");
	//document.encuesta.submit();
}
