function enviaFormulario(url,elemento){
	window.location = url+'/'+elemento.elements[0].value;
}
