/**
 * @author daniel
 */
function mostra_tabela(uf_sigla){
	window.location = '/beneficiados/#'+uf_sigla
}

