@import url("M_G06_U01_L02_03.css");
.I_M_G06_U01_L01_03_13 {
    background-image: url(../img/I_M_G06_U01_L01_03_13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1189px;
    height: 532px;
    display: inline-block;
    position: absolute;
    top: 12%;
    left: 3%;
}

.cntGeneralSistema {
    display: inline-block;
    margin-top: 8%;
    left: 8%;
    position: relative;
    width: 100%;
}

.cntGeneralSistema > div {
    display: inline-block;
    margin-right: 4%;
}

.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: 304px;
    background-color: #a1bf37;
    position: relative;
    margin-top: -4px;
    z-index: 1;
    margin-top: 15px;
    -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: 37px;
    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%);
}

.lineaOperacion {
    height: 2px;
    width: 180px;
    position: absolute;
    background-color: #FEFEFE;
    top: 59%;
    left: 22%;
    display: none;
}