@import url("M_G06_U01_L02_03.css");
.I_M_G06_U01_L01_03_20_1 {
    background-image: url(../img/numeroNatural/potenciacion/ejercicio/I_M_G06_U01_L01_03_20_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 384px;
    height: 252px;
    display: inline-block;
    margin-right: 8px;
}

.cntTituloEjercicio {
    width: 980px;
    height: 256px;
    background-color: #e5e0d3;
    font-family: 'cabinbold';
    font-size: 41px;
    color: #556360;
    text-align: center;
    line-height: 46px;
    letter-spacing: 0;
    margin: 1.5% auto 0 auto;
}

.subCntTituloEjercicio {
    width: 980px;
    height: 148px;
    background-color: #69a841;
    font-family: 'cabinbold';
    color: #FEFEFE;
    text-align: center;
    position: relative;
}

.cntTituloEjercicio span {
    margin-top: 25px;
    position: absolute;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.subCntTituloEjercicio:after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 140px;
    border-style: solid;
    border-width: 24px 25px 0;
    border-color: #69a841 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.cntGeneralSistema {
    display: inline-block;
    left: 5%;
    position: absolute;
    width: 91%;
    top: 13%;
}

.cntGeneralSistema > div {
    display: inline-block;
    margin-right: 10px;
}

.headerSistema {
    width: 310px;
    height: 80px;
    background-color: #a1bf37;
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 4px 4px 0px 0px #9b9b9a;
    -moz-box-shadow: 4px 4px 0px 0px #9b9b9a;
    box-shadow: 4px 4px 0px 0px #9b9b9a;
}

.tituloHeaderSistema {
    font-family: 'cabinbold';
    font-size: 36px;
    color: #FEFEFE;
    letter-spacing: 0;
    line-height: 36px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.areaSistema {
    width: 310px;
    height: 394px;
    background-color: #a1bf37;
    position: relative;
    margin-top: -4px;
    z-index: 1;
    margin-top: 10px;
    -webkit-box-shadow: 4px 4px 0px 0px #9b9b9a;
    -moz-box-shadow: 4px 4px 0px 0px #9b9b9a;
    box-shadow: 4px 4px 0px 0px #9b9b9a;
}

.areaSistema .numero {
    font-family: 'cabinregular';
    font-size: 32px;
    color: #FEFEFE;
    letter-spacing: 0;
    line-height: 40px;
    left: 50%;
    top: 50%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.clickBtn {
    background-image: url(../img/click/clickBtn4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 45.33px;
    height: 51.6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.analisis {
    background-image: url(../img/numeroNatural/potenciacion/ejercicio/analisis.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 432px;
    height: 185px;
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
}