@charset "utf-8";
@import url("L_G06_U02_L02_03.css");
/* CSS Document */
/*titulo y texto generales*/

.cntFondo .titulo {
    font-family: 'cabinbold';
    font-size: 44px;
    color: #343A49;
    line-height: 60px;
    text-align: center;
    margin-top: 0;
}
/*fin titulo y texto generales*/
/*ilustraciones*/
/*cerca de madera*/

.IL_L_G06_U02_L02_03_02_01 {
    background-image: url(../img/diptongo/IL_L_G06_U02_L02_03_02_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 377px;
    height: 507px;
    position: absolute;
    left: 13%;
    top: 21.5%;
}
/*anuncio*/

.IL_L_G06_U02_L02_03_02_02 {
    background-image: url(../img/diptongo/IL_L_G06_U02_L02_03_02_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1058px;
    height: 529px;
    position: absolute;
    left: 7.7%;
    top: 7%;
}
/*fin ilustraciones*/

.tblPalabraDiptongo {
    border: 5px solid #CBE0EC;
    position: absolute;
    left: 53%;
    top: 21%;
    box-shadow: 5px 4px 19px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 5px 4px 19px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 5px 4px 19px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 4px 19px 0px rgba(0, 0, 0, 0.6);
}

.tblPalabraDiptongo tr td {
    background-color: #FEFEFE;
    width: 230px;
    height: 55px;
    border: 2px solid #383C49;
    font-family: 'cabinregular';
    font-size: 39px;
    color: #383C49;
    text-align: center;
}

.tituloCerca {
    font-family: 'cabinbold';
    font-size: 39px;
    text-align: center;
    color: #383C49;
    margin-top: 28px;
}

.lstPalabrasCerca {
    list-style-type: disc;
    font-size: 25px;
    color: #383C49;
    font-family: 'cabinregular';
    margin: 9% 0 0 0;
    padding: 0;
    display: inline-block;
    line-height: 56px;
    position: absolute;
    left: 54%;
    transform: translate(-50%);
}

.lstPalabrasCerca li span {
    font-size: 39px;
}

.textoAnuncio {
    font-size: 44px;
    color: #383C49;
    font-family: 'cabinregular';
    text-align: center;
    margin-top: 16.5%;
    line-height: 51px;
}