@charset "utf-8";
@import url("L_G06_U02_L02_03.css");
/* CSS Document */

.cntFondo .titulo2 {
    font-family: 'cabinbold';
    font-size: 40px;
    color: #343A49;
    line-height: 40px;
    text-align: center;
    margin-top: 6%;
}
/*fin titulo y texto generales*/

.tblPalabraSilaba {
    position: relative;
    margin: 4.5% auto 0 auto;
    font-family: 'cabinregular';
    font-size: 35px;
    color: #383C49;
}

.tblPalabraSilaba tr td {
    padding-bottom: 6px;
}

.tblPalabraSilaba tr td:nth-child(1) {
    width: 230px;
    height: 53px;
}

.tblPalabraSilaba tr td:nth-child(2),
.tblPalabraSilaba tr td:nth-child(3) {
    width: 338px;
    height: 53px;
}