@charset "utf-8";

.overlay:target {
    visibility: none;
    opacity: 3;
}
#popupBody{
    width: auto;
	height:auto;
    padding: 1%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #0000;
    position: relative;
    
     
}
#cerrar{
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 15000ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #0000;
}