function impostaPag(pag) {
    document.filtro.Pagina.value = pag;
    document.filtro.submit();
}
