function openlegal (){
   window.open('cartas_mapas/legal.htm','ventana1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=396,height=550,top=50, left=50')
} 
function openpromo (){
   window.open('b4recovery/promocion/index.html','promo','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=770,height=680,top=50, left=50')
} 
function mostrar(nombreCapa){
document.getElementById(nombreCapa).style.display="block";
}
function ocultar(nombreCapa){
document.getElementById(nombreCapa).style.display="none";
} 

