OCULTO="none";
VISIBLE="block";

function mostraViana(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('viana').style.display=VISIBLE;
}
function mostraBraga(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('braga').style.display=VISIBLE;
}
function mostraVillareal(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('villareal').style.display=VISIBLE;
}
function mostraBraganca(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('braganca').style.display=VISIBLE;
}
function mostraPorto(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('porto').style.display=VISIBLE;
}
function mostraAveiro(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('aveiro').style.display=VISIBLE;
}
function mostraViseu(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('viseu').style.display=VISIBLE;
}
function mostraGuarda(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('guarda').style.display=VISIBLE;
}
function mostraCoimbra(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('coimbra').style.display=VISIBLE;
}
function mostraCastelobranco(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('castelobranco').style.display=VISIBLE;
}
function mostraLeiria(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('leiria').style.display=VISIBLE;
}
function mostraSantarem(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('santarem').style.display=VISIBLE;
}

function mostraPortalegre(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('portalegre').style.display=VISIBLE;
}
function mostraLisboa(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('lisboa').style.display=VISIBLE;
}
function mostraEvora(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('evora').style.display=VISIBLE;
}
function mostraSetubal(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('setubal').style.display=VISIBLE;
}
function mostraBeja(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('beja').style.display=VISIBLE;
}
function mostraFaro(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('faro').style.display=VISIBLE;
}





function ocultar(blo) {
  document.getElementById('cerrar').style.display=OCULTO;
  document.getElementById('viana').style.display=OCULTO;
  document.getElementById('braga').style.display=OCULTO;
  document.getElementById('villareal').style.display=OCULTO;
  document.getElementById('braganca').style.display=OCULTO;
  document.getElementById('porto').style.display=OCULTO;
  document.getElementById('aveiro').style.display=OCULTO;
  document.getElementById('viseu').style.display=OCULTO;
  document.getElementById('guarda').style.display=OCULTO;
  document.getElementById('coimbra').style.display=OCULTO;
  document.getElementById('castelobranco').style.display=OCULTO;
  document.getElementById('leiria').style.display=OCULTO;
  document.getElementById('santarem').style.display=OCULTO;
  document.getElementById('portalegre').style.display=OCULTO;
  document.getElementById('lisboa').style.display=OCULTO;
  document.getElementById('evora').style.display=OCULTO;
  document.getElementById('setubal').style.display=OCULTO;
  document.getElementById('beja').style.display=OCULTO;
  document.getElementById('faro').style.display=OCULTO;
}
