@charset "utf-8";
/* CSS Document */

.ajuste {
    width: 100%;
    height: 1px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.popCC {
    margin: 0;
}
/*fondo*/

.cntFondoBorde {
    border: 2px dashed #383C49;
    width: 1125px;
    height: 594px;
    padding: 8px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    display: table;
}

.fondo2 {
    background-color: #008B91;
    width: 1125px;
    height: 594px;
    letter-spacing: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
}

.titulo {
    position: absolute;
    top: 1%;
    color: #585757;
    font-family: 'cabinregular';
    font-size: 35px;
    left: 9%;
}

#tblCrucigrama {
    position: absolute;
    top: 10%;
    left: 18%;
    z-index: 1;
}

#tblCrucigrama tr td {
    width: 42px;
    height: 38px;
}

#tblCrucigrama tr td.cuadro {
    border: 2px solid #fefefe;
    text-align: center;
}

#tblCrucigrama tr td.cuadro span {
    color: #fefefe;
  font-family: 'cabinbold';
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  display: none;
  position: relative;
  padding-top: 3px;
}

.cuadroLleno {
    background-color: #fefefe;
}

.btnCrucigrama {
    width: 60px;
    height: 45px;
    background-color: #E7AF43;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.btnCrucigrama .click {
    background-image: url(../img/click/clickObj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 32px;
    position: absolute;
    top: 15%;
    right: 10%;
    display: inline-block;
}

.btnCrucigrama .texto {
    color: #383C4A;
    font-family: 'cabinbold';
    font-size: 28px;
    line-height: 45px;
    margin-left: 8px;
}

.popPista {
    width: 698px;
    height: 166px;
    background-color: #E7AF43;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 8px solid #fefefe;
}

.closePopup2 {
    background-image: url(../img/closePopup/closePopup2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 68px;
    height: 68px;
    position: absolute;
    top: -50px;
    right: -45px;
    cursor: pointer;
}

.popPista .texto {
    left: 50%;
    position: absolute;
    top: 50%;
    font-family: 'cabinbold';
    font-size: 50px;
    color: #383C4A;
    line-height: 41px;
    letter-spacing: 0;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}