@charset "utf-8";
/* CSS Document */
/*clear float*/
.ajuste {
	width: 100%;
	height: 1px;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
iframe {
	padding-top: 2%;
	margin: 0 auto;
}
/*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;
}
/*CONTENEDORES*/
.cntIntro {
	background-color: #40519B;
	width: 92%;
	height: 572px;
	padding: 1.5% 1.5%;
	margin: 0 auto;
}
.cntSubIntro {
	background-color: #FFFFFF;
	width: 98%;
	height: 98%;
	text-align: center;
	padding: 1% 1% 1% 1%;
	letter-spacing: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -0.5%;
}
.cntPlanTextual .defTexto {
	font-family: 'alegreya_sansmedium';
	font-size: 40px;
	line-height: 38px;
	color: #5D4E44;
	margin-top: 0%;
	text-align: left;
	margin-left: 2.5%;
}
.numeracionIntro {
	width: 57.56px;
	height: 72.19px;
	display: inline-block;
}
.texto {
	font-family: 'cabinmedium';
	font-size: 42px;
	line-height: 42px;
	margin-top: 0%;
	margin-left: 2%;
	text-align: left;
}
.contPregIntro {
	width: 970px;
	height: 150px;
	max-height: 200px;
	max-width: 100%;
	background-image: url(../img/contPregIntro.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 0px;
	margin: 2% 0% 1.5% 0%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contPregIntroSwap {
	width: 1060px;
	height: 150px;
	background-image: url(../img/contObjSwap.png);
	border: 0px;
	margin: 2% 0% 1.5% 0%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	text-align: left;
}
.contPregIntroSwap .texto {
	color: #666565;
	font-family: 'cabinmedium';
	font-size: 43px;
	line-height: 43px;
	margin-left: 5%;
}
