@import url("M_G06_U01_L06.css");


.enunciado1 {
color: #707070;
margin: 0;
font-family: 'cabin semibold';
font-size: 38px;
line-height: 36px;
left: 50%;
top: 3%;
transform: translate(-50%);
position: absolute;
white-space: nowrap;
letter-spacing: 0;
}
.pregunta{
font-family: 'Cabin SemiBold';
font-size: 37px;
color: #7f1fdb;
position: absolute;
left: 50%;
transform: translate(-50%);
white-space: nowrap;
line-height: 44px;
letter-spacing: -0.5px;
}

.tblPregunta{
border: 1px solid #5B5B5A;
}

.tblPregunta tr th:nth-child(1) {width: 482px;}
.tblPregunta tr th:nth-child(2) {width: 477px;}
.tblPregunta tr th {
font-family: 'Cabin SemiBold';
font-size: 35px;
color: #757575;
text-align: center;
height: 45px;
border: 1px solid #5B5B5A;
}

.tblPregunta tr td {
height:60px;
border: 1px solid #5B5B5A;
position: relative;
font-family: 'Cabin SemiBold';
font-size: 40px;
color: #dd4419;
padding: 0 60px;
background-color:#e4dcef;
cursor:pointer;
}
.tblPregunta tr td span{display:none;}

.clickObj {
background-image: url(../img/click/clickObj.png);
background-repeat: no-repeat;
background-size: 100% 100%;
width: 40px;
height: 45px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}