.imagenesFlayers{
    padding: 10px 20px;
}

.flayer_nuevo1{
    width: 240px;
    height: 450px;
}

.flayer_nuevo2{
    width: 240px;
    height: 450px;
}
.flayer_nuevo3{
    width: 240px;
    height: 450px;
}
.flayer_nuevo4{
    width: 240px;
    height: 450px;
}
.flayer_nuevo5{
    width: 240px;
    height: 450px;
}

.ventanaFlotante{
    background: rgb(163, 162, 162);
    width: 95%;
    height: 150%;
    color: honeydew;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 33px;
    min-width: 250px;
    border-radius: 22px;
    left: 2%;
    top: 10%;
    display: none; 
    position: absolute;
    overflow-y:scroll;
    z-index: 100px;
}

.TituloVentana{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(14, 13, 13);
    font-style: italic;
}

#cerrar{
    position: fixed;
    width: 40px;
    right: 16%;
    top: 5%;
}
#cerrar b{
    display: none;
}
