#popup {
   visibility: hidden;
   opacity: 0;
   margin-top: -500px;
}
#popup:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all O,5s;
}
.popup-contenedor {
   position: relative;
   margin:7% auto;
   padding:30px 30px;
   background-color: transparent;
   color:#333;
   border-radius: 3px;
   width:15%;
   }
   
a.popup-cerrar {
   position: absolute;
   top:3px;
   right:3px;
   background-color: #333;
   padding:7px 10px;
   font-size: 10px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}




#popup1 {
   visibility: hidden;
   opacity: 0;
   margin-top: -500px;
}

#popup2 {
   visibility: hidden;
   opacity: 0;
   margin-top: -500px;
}
#popup3 {
   visibility: hidden;
   opacity: 0;
   margin-top: -500px;
}
#popup4 {
   visibility: hidden;
   opacity: 0;
   margin-top: -500px;
}
#popup5 {
   visibility: hidden;
   opacity: 0;
   margin-top: -500px;
}

#popup1:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all O,5s;
}

#popup2:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all O,5s;
}

#popup3:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all O,5s;
}

#popup4:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all O,5s;
}

#popup5:target {
   visibility:visible;
   opacity: 1;
   background-color: rgba(0,0,0,0.8);
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   margin:0;
   z-index: 999;
   transition:all O,5s;
}