@import url("M_G06_U04_L01.css");
.tituloEjercicio {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #575756;
    line-height: 42px;
    text-align: center;
    margin-top: 16px;
}

.tituloEjercicio2 {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #575756;
    line-height: 42px;
    text-align: center;
    margin-top: 16px;
    text-align: left;
    margin: 6px auto 0 auto;
    display: table;
}
/*manzanas*/

.IL_M_G06_U04_L01_03_02_01 {
    background-image: url(../img/M_G06_U04_L01_03_02/IL_M_G06_U04_L01_03_02_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 318px;
    position: absolute;
    z-index: 2;
}

.manzanas2 {
    background-image: url(../img/M_G06_U04_L01_03_02/manzanas2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 318px;
    position: absolute;
    z-index: 2;
}

.cntPregunta1 {
    background-image: url(../img/M_G06_U04_L01_03_02/cntPregunta1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 704px;
    height: 272px;
    position: absolute;
    top: 58%;
    left: 20%;
    z-index: 1;
}


.textoHeaderPregunta {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
}

.textoRespuestaPregunta {
    font-family: 'cabinregular';
    font-size: 45px;
    color: #ffffff;
    line-height: 38px;
}

#pregunta1 {
    top: 16%;
    position: relative;
    width: 620px;
    height: 105px;
}

#pregunta1 .textoHeaderPregunta {
    margin-top: 14px;
}

#pregunta1 .textoRespuestaPregunta {
    position: absolute;
    top: 160px;
}

#pregunta1 .clickPregunta {
    left: 50%;
    top: 104px;
}

#tbl1 {
    background-image: url(../img/M_G06_U04_L01_03_02/tbl1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1012px;
    height: 396px;
    position: absolute;
    left: 11%;
    top: 34%;
}

#tbl1>div {
    background-color: #F6F6F6;
    width: 445px;
    height: 72px;
    margin-bottom: 3px;
    position: absolute;
}

#tbl1>div:nth-child(1) {
    top: 39.1%;
    left: 1.1%;
}

#tbl1>div:nth-child(2) {
    top: 58.3%;
    left: 1.1%;
}

#tbl1>div:nth-child(3) {
    top: 77.7%;
    left: 1.1%;
    height: 80px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#tbl1>div:nth-child(4) {
    left: 47.8%;
    top: 39.1%;
    width: 517px;
}

#tbl1>div:nth-child(5) {
    left: 47.8%;
    top: 58.3%;
    width: 517px;
}

#tbl1>div:nth-child(6) {
    width: 517px;
    top: 77.7%;
    left: 47.8%;
    height: 80px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}