function buscar_click(form_id){
	var form = $(form_id);
	form.submit();
	return false;
}