.ggb_contenidoInterno_S{
    background:url("../img/bg_01.png") no-repeat;
    background-size:cover;
}
#info_uno{
    width: 1200px;
    height: 84px;
    position: absolute;
    top: 120px;
    background: url(../img/info_uno.jpg)no-repeat;
}

.pc{
    width:60%;
    left:20%;
    margin-top:8%;
    position:absolute;
}

.btn_play{
    position:absolute;
    width:10%;
    margin-top:20%;
    left:45%;
}

.btn_play:hover{
    cursor:pointer;
    opacity:0.85;
    width:10.5%;
    left:44.75%;
}

.btn_play:active{
    transform:scaleY(0.9);
    -webkit-transform:scaleY(0.9);
    -moz-transform:scaleY(0.9);
    -ms-transform:scaleY(0.9);
}

#yt_player{
    position:absolute;
    top:30%;
    left:24.8%;
    width:50.5%;
    height:54%;
    z-index:3;
    display:none;
}

#preguntas{
    width:11%;
    height:8%;
    position:absolute;
    z-index:5;
    bottom:5%;
    left:5%;
    background:white;
    padding:0 2%;
    border-radius:15px;
}

#preguntas:hover{
    cursor:pointer;
    width:11.5%;
    height:8.5%;

}

#preguntas p{
    text-align:center;
    vertical-align:middle;
    font-size:2em;
    padding:5%;
    margin:0;
    color: rgb(3, 93, 87);
}

.preguntas{
    display:none;
    width:97%;
    height:83%;
    background:rgba(0, 0, 0, 0.5);
    position:absolute;
    z-index:4;
    border-radius:15px;
}

.preguntas div{
    background:white;
    width:92%;
    margin-left:4%;
    margin-top:15%;
    border-radius:20px;
}

.preguntas p{
    margin:0;
    font-size:2.3em;
    padding:2% 2%;
    text-align:justify;
    color: rgb(0, 84, 78);
}
#cerrar_dos{
    position: absolute;
    right: 13px;
    top: -20px;
    width: auto;
    background: none;
}
#cerrar_dos:hover{
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    cursor: pointer;
}