function buscaPaginas(zona,modalidad){
location.replace(zona + '_' + modalidad + '.htm');
}