function pinta(){
  document.getElementById('menu').rows[2].cells[1].innerHTML = '<hr style="color: rgb(50,51,23); width: 100%; height: 1px;">';
  document.getElementById('menu').rows[3].cells[1].innerHTML = '<a href="Villanueva.html"><span class="texto_luz" onmouseover="this.className=\'texto_sombra\'" onmouseout="this.className=\'texto_luz\'">Villanueva de Alcardete</span></a>';
  document.getElementById('menu').rows[4].cells[1].innerHTML = '<hr style="color: rgb(50,51,23); width: 100%; height: 1px;">';
  document.getElementById('menu').rows[5].cells[1].innerHTML = '<a href="Herencia.html"><span class="texto_luz" onmouseover="this.className=\'texto_sombra\'" onmouseout="this.className=\'texto_luz\'">Herencia</span></a>';
}

