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