.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;
}

.cntBordeResumen2 {
    border: 3px dashed #A1E1FF;
	width: 1175px;
	height: 610px;
    padding: 1%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cntResumen2 {
	background-color: #35A8E0;
	width: 98%;
	height: 96%;
	margin: 0 auto;
	padding: 1%;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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: 'alegreya_sansmedium';
	font-size: 38px;
	line-height: 36px;
	color: #6F6F6E;
}
.cntSubResumen2 .texto {
	font-size: 47px;
	line-height: 49px;
	text-align: left;
	padding: 2% 0% 0% 4%;
	letter-spacing: -1px;
}
.tblSubResumen2 {
	margin: 1% 0% 0% 3%;
}
.tblSubResumen2 tr td {
	padding-bottom: 1.5%;
	vertical-align:top;
}
.tituloQuestionarioFV{
	text-align:center;	
	color:#D1392A;
	font-size:53.34px;
	line-height:22px;
	font-family:'cabinbold';
}


.respuestaFV {
	background: url(../img/respuestaFV.png) center no-repeat;
	background-size: 100% 100%;
	width: 69px;
	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: 69px;
	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: 69px;
	height: 66px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	}
	
	
.numeracion{
	width:23px;
	height:58px;
}