@import url("M_G06_U05_L01.css");
.titulo {
    font-family: 'cabinregular';
    font-size: 30px;
    line-height: 40px;
    color: #575756;
      margin: 2.5% 0 0 8%;

}

.txtQuestionario {
    width: 50px;
    height: 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #F6F6F6;
    padding: 10px;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.3) inset;
    border: 0px;
    text-align: center;
    margin-left: -10px;
}

.txtQuestionario:focus {
    outline: none;
}

#tblPreguntas {
  margin: 1.4% 0 0 8%;
      color: #706F6F;
  font-family: 'cabinregular';
  font-size: 30px;
    line-height: 45px;
}

#tblPreguntas tr td {
    height: 43px;
     border-top: 3.5px solid #fefefe;
  border-bottom: 3.5px solid #fefefe;
      
}

#tblPreguntas tr td:nth-child(1) {
    width: 965px;
    padding-left: 34px;
}

#tblPreguntas tr td:nth-child(2) {
    width: 70px;
}

#tblPreguntas tr:nth-child(3n+1) td:nth-child(1) {
    background-color: #5AF0FF;
}

#tblPreguntas tr:nth-child(3n+2) td:nth-child(1) {
    background-color: #FFC965;
}

#tblPreguntas tr:nth-child(3n+0) td:nth-child(1) {
    background-color: #9CF4AE;
}
.cajaCorrecta {
    color: #2FAC66;
}

.cajaIncorrecta {
    color: #E30613;
}
