@charset "utf-8";



.ggc_contenedorGeneral{
   background-color: #F39972 !important;
}


.ggc_titulo{
    font-size: 45.31px;
    font-size: 45.31px;
    font-family: cabin;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 17px;
    letter-spacing: 0.5px;
}

.video_u03_u03_01{
    border: 2px solid #F39972;
    border-style: dashed;
    border-radius: 10px;
    width: 80%;
    padding: 16px;
}

.videoContenedor2{
    border: 2px solid #F39972;
    border-style: dashed;
    border-radius: 10px;
    position: relative;
    width: 835px;
    padding: 16px 0px 16px 0px;
 }
video{
    width: 800px;
    height: 450px;
}


.flechaAtras {
    background-image: url(../img/flechaAtras.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
    position: absolute;
    left: 50%;
    top: 81%;
    transform: translate(-50%);
}

.flechaSiguiente {
    background-image: url(../img/flechaSiguiente.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 67px;
    height: 67px;
    position: absolute;
    left: 50%;
    top: 81%;
    transform: translate(-50%);  
}

.Alinear_FlechaSiguiente{
    left: 40%;
    position: relative;
}

.Alinear_FlechaAtras{
    right: 49.5%;
    position: absolute;
    top: 81%;
}

.ContenedorIntro{
        border: 2px solid #F39972;
        border-style: dashed;
        border-radius: 10px;
        position: relative;
        width: 81%;
        height: 485px
}

.letter_style{
    font-size: 38.65px;
    font-family: "cabinregular";
    line-height: 39.79px
}
.fondo_libro{
    background-image: url(../img/img_libros.png);
    width: 515px;
    height: 488px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}
.log_cc{
    background-image: url(../img/imgLicencia_cc.png);
    width: 50px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 94%;
    position: absolute;
    top: 87%;
    cursor: pointer;
}

.titleCC{
    width: 85% !important;
}
.listCC{
    width: 585px !important;
}

.letter_style li{
   margin: 5px 0px 33px 0px;
}

ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #393C4A;
    float: left;
    margin: 28px 12px 0px -17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}