@charset "utf-8";
/* CSS Document */
.ajuste {
	width: 100%;
	height: 1px;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}


/*contenedores*/
.cntSemanaJuan {
	background-color:#009DE0;
	width: 85%;
	height: 572px;
	padding: 1.5% 1.5%;
	margin: 0 auto;
}
.cntBordeSemanaJuan {
	background-color:#009DE0;
	border: 2px solid #FEFEFE;
	width: 98%;
	height: 98%;
	text-align: center;
	padding: 1% 1% 0% 1%;
		-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;

}

/*FLECHAS*/
.flechaAtras {
	background-image: url(../img/flechaAtras.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 67px;
	height: 67px;
}
.flechaSiguiente {
	background-image: url(../img/flechaSiguiente.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 67px;
	height: 67px;
}
.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;
}
.flechaAtras3 {
	background-image: url(../img/flechaAtras3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 67px;
	height: 67px;
}
.flechaSiguiente3 {
	background-image: url(../img/flechaSiguiente3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 67px;
	height: 67px;
}
.flechaAtras4 {
	background-image: url(../img/flechaAtras4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 90px;
	height: 89px;
}
.flechaSiguiente4 {
	background-image: url(../img/flechaSiguiente4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 90px;
	height: 89px;
}

.pregunta1 {
	background-image: url(../img/pregunta1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 980px;
	height: 233px;
	margin: 0 auto;
	cursor: pointer;
	border: 0px;
}
.pregunta1Swap {
	background-image: url(../img/pregunta1Swap.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 980px;
	height: 233px;
	margin: 0 auto;
	cursor: pointer;
	border: 0px;
}
.pregunta2 {
	background-image: url(../img/pregunta2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 980px;
	height: 198px;
	margin: 0 auto;
	cursor: pointer;
	border: 0px;
}
.pregunta2Swap {
	background-image: url(../img/pregunta2Swap.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 980px;
	height: 198px;
	margin: 0 auto;
	cursor: pointer;
	border: 0px;
}