@charset "utf-8";
@import url("L_G06_U02_L02_03.css");
/* CSS Document */

.tituloVideo {
    font-family: 'cabinregular';
    font-size: 35px;
    text-align: center;
    line-height: 35px;
    color: #383C49;
    margin: 3% auto -4.5% auto;
}

.numeracion {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 33.5px;
    height: 37px;
    background-color: #FEFEFE;
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    font-family: 'cabinbold';
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    color: #343A49;
    margin-right: 18px;
    display: block;
    width: 21.5px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
}

.enunciadoEjercicio {
    font-family: 'cabinregular';
    font-size: 35px;
    color: #383C49;
    line-height: 37px;
    text-align: left;
    margin: 5px 0 0 10px;
}

.IL_L_G06_U02_L02_03_07_01 {
    background-image: url(../img/usoLetra/IL_L_G06_U02_L02_03_07_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 122px;
    height: 205px;
    display: inline-block;
    position: absolute;
    top: 25%;
    left: 58%;
}

.IL_L_G06_U02_L02_03_07_02 {
    background-image: url(../img/usoLetra/IL_L_G06_U02_L02_03_07_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 262px;
    height: 220px;
    display: inline-block;
    top: 58%;
    left: 59%;
    position: absolute;
}

.IL_L_G06_U02_L02_03_07_03 {
    background-image: url(../img/usoLetra/IL_L_G06_U02_L02_03_07_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 130px;
    height: 198px;
    display: inline-block;
    position: absolute;
    top: 24%;
    left: 69%;
}

.IL_L_G06_U02_L02_03_07_04 {
    background-image: url(../img/usoLetra/IL_L_G06_U02_L02_03_07_04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 279px;
    height: 194px;
    display: inline-block;
    position: absolute;
    top: 61%;
    left: 66%;
}

.IL_L_G06_U02_L02_03_07_05 {
    background-image: url(../img/usoLetra/IL_L_G06_U02_L02_03_07_05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 233px;
    height: 247px;
    display: inline-block;
    position: absolute;
    top: 22%;
    left: 52.5%;
}

.IL_L_G06_U02_L02_03_07_06 {
    background-image: url(../img/usoLetra/IL_L_G06_U02_L02_03_07_06.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 336px;
    height: 244px;
    display: inline-block;
    position: absolute;
    top: 57%;
    left: 56%;
}

.tblFrases {
    line-height: 46px;
    font-size: 35px;
    color: #383C49;
    font-family: 'cabinregular';
    margin: 3.5% 0 0 15%;
}

.tblFrases tr:nth-child(even) td {
    padding-bottom: 110px;
}

.cntPalabraOculta {
    background-color: #383C49;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 166px;
    height: 46.5px;
    position: relative;
    cursor: pointer;
}

.cntPalabraOculta .palabraOculta {
    line-height: 46px;
    font-size: 35px;
    color: #fefefe;
    font-family: 'cabinregular';
    text-align: center;
    display: none;
}

.cntPalabraOculta .clickBtn2 {
    background-image: url(../img/click/clickBtn2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}