function cambioCapaOn(capa){
f = document.getElementById(capa)
f.className="textoMenuLateralOn";
}

function cambioCapaOff(capa){
f = document.getElementById(capa)
f.className="textoMenuLateral";
}

function ir(url){
location.href = url;
}
