.flechaSiguiente1 {
    background-image: url(../img/nav/flechasSiguienteRoja.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 92%;
    top: 87%
}

.flechaAtras1 {
    background-image: url(../img/nav/flechaAtras1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 60px;
    position: absolute;
    left: 3%;
    top: 87%
}

.imgFondo {
    background-image: url(../img/M_G07_U04_L04_01/imgFondo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 679px;
}

.lineaFondo {
    width: 1247px;
    height: 4px;
    background: #1D70B7;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 750px / 3px;
    -moz-box-shadow: 0px 2px 12px 1.5px #575756;
    -webkit-box-shadow: 0px 2px 12px 1.5px #575756;
    box-shadow: 0px 2px 12px 1.5px #575756;
}

.imgIlustracion1 {
    background-image: url(../img/M_G07_U05_L01_01/imgIIlustracion1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 917.67px;
    height: 506.97px;
    left: 39%;
    top: 49%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.imgClickPregunta {
    background-image: url(../img/click/clickPregunta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24.89px;
    height: 27.54px;
    left: 48.5%;
    top: -63%;
    position: absolute;
}

.itemShow {
    cursor: pointer;
    position: absolute;
    top: 107px;
    left: 54px;
    width: 400px;
    height: 118px;
}

.itemShow > div:nth-child(1) {
    position: absolute;
    top: 130px;
    left: 3px;
    width: 393px;
    height: 72px;
    background-color: #ED782B;
}

.ggc_contenido_M {
    border-bottom-color: #149891;
}