@charset "utf-8";

.lineaFondo {
    width: 1247px;
    height: 6px;
    background: #1D70B7;
    border-radius: 750px / 4px;
    box-shadow: 0px 2px 12px 1.5px #575756;
}

.respuesta {
    border: 1px solid #ccc;
    padding: 0 5px 8px;
    font-size: 42px;
    width: 100px;
    text-align: center;
    color: #999;
    -moz-box-shadow:    inset 0 0 10px #999;
    -webkit-box-shadow: inset 0 0 10px #999;
    box-shadow:         inset 0 0 10px #999;
    position: absolute;
    top: 418px;
    left: 907px;
    border-radius:          7px;
    -moz-border-radius:     7px;
    -webkit-border-radius:  7px;
}

.boton {
    width: 100px;
    height: 35px;
    background: #1D70B7;
    position: absolute;
    z-index: 3;
    text-align: center;
    top: 427px;
    left: 1038px;
    padding: 6px 6px 10px;
    font-size: 29px;
    border-radius:          7px;
    -moz-border-radius:     7px;
    -webkit-border-radius:  7px;
    cursor: pointer;
}

.subir {
    display: block;
}

.bajar {
    display: none !important;
}

.correcto {
    width: 466px;
    height: 265px;
    position: absolute;
    top: 303px;
    left: 40px;
    display: none;
}

.incorrecto {
    width: 466px;
    height: 265px;
    position: absolute;
    top: 303px;
    left: 40px;
    display: none;
}

.flechaAtras {
    background-image: url(../img/nav/flechaAtras4.png);
}

.flechaSiguiente {
    background-image: url(../img/nav/flechaSiguiente4.png);
}

.navArrow {
    width: 77px;
    height: 71px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.navBack {
    left: 3%;
    top: 86%
}

.navNext {
    left: 91%;
    top: 86%
}

.ggc_contenido_M {
    background: #D7ECF4;
    border-bottom-color: #1D70B7;
    color: #FFFFFF;
}

.area1{
    background-color: #D7ECF4;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 678px;
    position: absolute;
    left: 0%;
    top: 0%; 
}

.cont1 {
    background-image: url(../img/M_G07_U04_L01_01/M_G07_U04_L01-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1171.55px;
    height: 548.22px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

