@charset "utf-8";
/* CSS Document */
/*clear float*/
.ajuste {
	width: 100%;
	height: 1px;
	clear: both;
}
.flechaAtras2 {
	background-image: url(../img/flechaAtras2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 67px;
	height: 67px;
}
.flechaSiguiente2 {
	background-image: url(../img/flechaSiguiente2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 67px;
	height: 67px;
}
.cntBordeResumen1 {
	border: 2px dashed #D7D9DD;
	background-color: transparent;
	width: 92%;
	height: 574px;
	padding: 1% 1%;
	margin: -1.5% auto;
}
.cntResumen1 {
	background-color: #3861A6;
	width: 98%;
	height: 96%;
	margin: 0 auto;
	padding: 1%;
}
.cntSubResumen1 {
	border: 6px solid #C3C4CA;
	background-color: #FFFFFF;
	width: 98%;
	height: 97%;
	text-align: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	font-family: 'cabinregular';
	font-size: 38px;
	line-height: 42px;
	color: #253B48;
}
.cntSubResumen1 .texto {
	font-size: 47px;
	line-height: 49px;
	text-align: left;
	padding: 2% 0% 0% 4%;
	letter-spacing: -1px;
}
.tblSubResumen1 {
	margin: 6% 0% 0% 1%;
	position: absolute;
	z-index: 2;
}
.tblSubResumen1 tr td {
	padding-bottom: 2%;
	vertical-align: top;
}
.numeracionR {
	vertical-align: super;
	margin-right: 15px;
	width: 63.37px;
	height: 50.52px;
}

.estudiantes {
	background-image: url(../img/estudiantes.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 257.26px;
	height: 271.68px;
	position: absolute;
	left: 63%;
	top: 39%;

}


.cntResumen2 {
	background-color: #E66113;
	width: 92%;
	height:572px;
	margin: 0 auto;
	padding: 1%;
}
.cntSubResumen2 {
	background-color: #FFFFFF;
	width: 98%;
	height: 97%;
	text-align: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	font-family: 'cabinregular';
	font-size: 38px;
	line-height: 42px;
	color: #253B48;
}
.cntSubResumen2 .texto {
	font-size: 47px;
	line-height: 49px;
	text-align: left;
	padding: 2% 0% 0% 4%;
	letter-spacing: -1px;
}
.tblSubResumen2 {
	margin: 1% 0% 0% 1%;
}
.tblSubResumen2 tr td {
	padding-bottom: 1.5%;
	vertical-align: top;
}
.tituloQuestionarioFV{
	text-align:center;	
	color:#D1392A;
	font-size:53.34px;
	line-height:44px;
	font-family:'cabinbold';
}


.respuestaFV {
	background: url(../img/respuestaFV.png) center no-repeat;
	background-size: 100% 100%;
	width: 61.26px;
	height: 66px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	margin: 0 auto;
}

.fail{
	background: url(../img/respuestaMala.png) center no-repeat;
	background-size: 100% 100%;
	width: 61.26px;
	height: 66px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}
.success{
	background: url(../img/respuestaBuena.png) center no-repeat;
	background-size: 100% 100%;
	width: 61.26px;
	height: 66px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	}