@charset "utf-8";
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	
    background: url("../img/historias/yarasbeck/overlay-yarasbeck.png") center center no-repeat rgba(0, 0, 0, 0.3);
	background-size: 76%;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
	z-index: 100;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popupBody{
	background: url(../img/lightbox/bg-lightbox.png) center center no-repeat;
    width: 40%;
    min-height: 51%;
    padding: 10% 5%;
    position: relative;
    transition: all 5s ease-in-out;
    margin: 13% auto;
    color: #121110;
    background-size: 100%;
    font-size: 70%;
}

.popupContent { overflow-y:scroll; height: 17vh; }
.cerrar{
    position: absolute;
    top: 20%;
    right: 16%;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
}

audio { margin: 20px }



