@import url("M_G06_U02_L07.css");
.tarea {
    background: url(../img/M_G06_U02_L07_05/tarea.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1247px;
    height: 679px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.campo {
    cursor: pointer;
    background-color: transparent;
    width: 920px;
    height: 238px;
    position: absolute;
    top: 51%;
    left: 8%;
}

.campo .texto {
    color: #343A49;
    font-family: 'cabinregular';
    line-height: 58px;
    font-size: 37px;
    position: absolute;
    left: 10%;
    top: 8%;
}

.fraccionario {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0;
    margin: 1.5% 0 0 40%;
    line-height: 20px;
    text-align: center;
}

.fraccionario .linea {
    display: inline-block;
    border: 1px solid #343A49;
    width: 100%;
    vertical-align: middle;
}

.fraccionario li:nth-child(3) {
    line-height: 26px;
}

.clickTexto9 {
    width: 45px;
    height: 49px;
}