OCULTO="none";
VISIBLE="block";



function mostraAsturias(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('asturias').style.display=VISIBLE;
}

function mostraVizcaya(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('vizcaya').style.display=VISIBLE;
}

function mostraAlava(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('alava').style.display=VISIBLE;
}

function mostraBurgos(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('burgos').style.display=VISIBLE;
}

function mostraZaragoza(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('zaragoza').style.display=VISIBLE;
}

function mostraBarcelona(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('barcelona').style.display=VISIBLE;
}

function mostraGuadalajara(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('guadalajara').style.display=VISIBLE;
}

function mostraMadrid(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('madrid').style.display=VISIBLE;
}




function mostraValencia(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('valencia').style.display=VISIBLE;
}



function mostraHuelva(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('huelva').style.display=VISIBLE;
}

function mostraSevilla(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('sevilla').style.display=VISIBLE;
}

function mostraCordoba(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('cordoba').style.display=VISIBLE;
}

function mostraJaen(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('jaen').style.display=VISIBLE;
}

function mostraMalaga(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('malaga').style.display=VISIBLE;
}

function mostraGranada(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('granada').style.display=VISIBLE;
}

function mostraAlmeria(blo) {
  document.getElementById('cerrar').style.display=VISIBLE;
  document.getElementById('almeria').style.display=VISIBLE;
}

function ocultar(blo) {
  document.getElementById('cerrar').style.display=OCULTO;
  document.getElementById('asturias').style.display=OCULTO;
  document.getElementById('vizcaya').style.display=OCULTO;
  document.getElementById('alava').style.display=OCULTO;
  document.getElementById('zaragoza').style.display=OCULTO;
  document.getElementById('barcelona').style.display=OCULTO;
  document.getElementById('guadalajara').style.display=OCULTO;
  document.getElementById('madrid').style.display=OCULTO;
  document.getElementById('valencia').style.display=OCULTO;
  document.getElementById('huelva').style.display=OCULTO;
  document.getElementById('sevilla').style.display=OCULTO;
  document.getElementById('cordoba').style.display=OCULTO;
  document.getElementById('jaen').style.display=OCULTO;
  document.getElementById('malaga').style.display=OCULTO;
  document.getElementById('almeria').style.display=OCULTO;
  document.getElementById('granada').style.display=OCULTO;
  document.getElementById('burgos').style.display=OCULTO;
}