$(document).ready(function(){
   $("#ocultar1").click(function(event){
    event.preventDefault();
    $("#capa1").hide("slow");
   });

   $("#mostrar1").click(function(event){
    event.preventDefault();
    $("#capa1").show(1000);
   });
});
$(document).ready(function(){
   $("#ocultar2").click(function(event){
    event.preventDefault();
    $("#capa2").hide("slow");
   });

   $("#mostrar2").click(function(event){
    event.preventDefault();
    $("#capa2").show(1000);
   });
});
$(document).ready(function(){
   $("#ocultar3").click(function(event){
    event.preventDefault();
    $("#capa3").hide("slow");
   });

   $("#mostrar3").click(function(event){
    event.preventDefault();
    $("#capa3").show(1000);
   });
});
$(document).ready(function(){
   $("#ocultar4").click(function(event){
    event.preventDefault();
    $("#capa4").hide("slow");
   });

   $("#mostrar4").click(function(event){
    event.preventDefault();
    $("#capa4").show(1000);
   });
});
$(document).ready(function(){
   $("#ocultar5").click(function(event){
    event.preventDefault();
    $("#capa5").hide("slow");
   });

   $("#mostrar5").click(function(event){
    event.preventDefault();
    $("#capa5").show(1000);
   });
});
$(document).ready(function(){
   $("#ocultar6").click(function(event){
    event.preventDefault();
    $("#capa6").hide("slow");
   });

   $("#mostrar6").click(function(event){
    event.preventDefault();
    $("#capa6").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar101").click(function(event){
    event.preventDefault();
    $("#capa101").hide("slow");
   });

   $("#mostrar101").click(function(event){
    event.preventDefault();
    $("#capa101").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar102").click(function(event){
    event.preventDefault();
    $("#capa102").hide("slow");
   });

   $("#mostrar102").click(function(event){
    event.preventDefault();
    $("#capa102").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar103").click(function(event){
    event.preventDefault();
    $("#capa103").hide("slow");
   });

   $("#mostrar103").click(function(event){
    event.preventDefault();
    $("#capa103").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar104").click(function(event){
    event.preventDefault();
    $("#capa104").hide("slow");
   });

   $("#mostrar104").click(function(event){
    event.preventDefault();
    $("#capa104").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar105").click(function(event){
    event.preventDefault();
    $("#capa105").hide("slow");
   });

   $("#mostrar105").click(function(event){
    event.preventDefault();
    $("#capa105").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar106").click(function(event){
    event.preventDefault();
    $("#capa106").hide("slow");
   });

   $("#mostrar106").click(function(event){
    event.preventDefault();
    $("#capa106").show(1000);
   });
});

$(document).ready(function(){
   $("#ocultar107").click(function(event){
    event.preventDefault();
    $("#capa107").hide("slow");
   });

   $("#mostrar107").click(function(event){
    event.preventDefault();
    $("#capa107").show(1000);
   });
});
$(document).ready(function(){
   $("#ocultar108").click(function(event){
    event.preventDefault();
    $("#capa108").hide("slow");
   });

   $("#mostrar108").click(function(event){
    event.preventDefault();
    $("#capa108").show(1000);
   });
});