.bloqueMain {
  background: #ffffff url("/image/suma/tarjetas/fondo-tarjeta-linea-directa.jpg") no-repeat 0 0/100% auto;
  background-size: cover;
  width: 100%;
  height: 367px;
  display: block;
}
	@media screen and (min-width: 891px){
		.bloqueMain {
			background: #ffffff url("/image/suma/tarjetas/fondo-tarjeta-linea-directa.jpg") no-repeat center -105px;	
			height: 340px;
		}
	}
	@media screen and (min-width: 891px) and (max-width: 1100px) {
		.bloqueMain {
		   height: 330px;
		}
	}
	@media screen and (max-width: 768px) {
		.bloqueMain {
			background: #ffffff url("/image/suma/tarjetas/fondo-tarjeta-linea-directa.jpg") no-repeat center -105px;	
			background-color: #cc3333;
			margin-left: 0;
			height: auto;
			overflow: hidden;
			background-size: 200% 128%;
		}		
	}

.tabsTarjetas{
	width:100;
	height:45px;	
}
.tabSuma, .tabLDA{
	z-index: 999;
	float: left;
	width: 50%;
	height:61px;
	text-align: center;
	margin: 0;	
}
.tabSuma a, .tabLDA a{
	white-space: nowrap;
	display: block;
	font-family: AvertaLight, Arial, Verdana, sans-serif;
	font-size: 1.85em;
	background: rgba(204, 51, 51, 0.6);
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	height: 30px;
}
.tabSuma a span{
	position: relative;	
}
.tabLDA a{
	background: rgba(255, 255, 255, 0.1);	
	line-height: 24px;
}
.tabSuma a .negrita, .tabLDA a .negrita{
	font-family: AvertaBold, Arial, Verdana, sans-serif;
	font-weight: lighter;
}	

	@media screen and (min-width: 481px) and (max-width: 768px){
		.tabSuma{
			width: 43%;
			font-size: 0.87em;
		}
		.tabLDA{
			width: 57%;
			font-size: 0.87em;
		}
	}

	@media screen and (max-width: 480px) {
		.tabSuma, .tabLDA {
			display: block;
			width: 100%;   
		}
	}


.bloqueTexto {	
	top: 25px;
}
	.bloqueImagen{
		height: 0;
		position: relative;
		top: 0;
		right: 0;
		float: right;
		width: 360px;	
	}
		.bloqueImagen img{
			height: auto;	
			width: 98%;
			
		}
		@media screen and (min-width: 891px) and (max-width: 1100px) {			
			.bloqueTexto {
				top: 36px;
			}
			.bloqueImagen {
				width: 340px;
				top: 10px;
				right: -80px;
			}
			.bloqueImagen img {
				width: 90%;
				height: auto;
				right: 50px;
			position: relative;
			}			
		}	

		@media screen and (min-width: 769px) and (max-width: 890px) {
			.bloqueTexto {
				top: 40px;
				margin-left: 40px;
			}
			.bloqueImagen {
				width: 355px;
				top: 20px;
				right: 0;
				left: 130px;
			}
			.bloqueImagen img {
				width: 95%;
				height: auto;
			}
		}

		@media screen and (max-width: 768px) {
			.bloqueTexto {	
				top: 0;
				text-align: center;
			}
			.bloqueImagen{
				display: block;
				float: none;
				height: auto;
				width:100%;
				max-width: 330px;
				top: 0;
				right: 0;
				margin: 0 auto;
			}
			.bloqueImagen img{
				height: auto;	
				width: 95%;
			}
		}
		@media screen and (max-width: 600px) {
			.bloqueImagen img{
				width: 100%;
				height: auto;
			}
		}

	.bloqueTexto h1{
		font-family: AvertaLight, Arial, Verdana, sans-serif;
	}
		@media screen and (min-width: 769px) and (max-width: 980px){
			.bloqueTexto h1{font-size: 2.6em;}
		}
	.bloqueTexto strong{
		font-family: AvertaBold, Arial, Verdana, sans-serif;
		font-weight: lighter;
		font-size: 1.2em;
		letter-spacing: -2px;
	}
	.bloqueTexto p{
		font-family: AvertaLight, Arial, Verdana, sans-serif;
		font-size: 1.7em;
		letter-spacing: -0.5px;
		position: relative;
		left: 2px;
	}
	.bloqueTexto .botonVideo{
		background-image: url(/image/suma/tarjetas/ico-play.png);
		background-repeat: no-repeat;
		background-position: 125px 2px;
		clear: both;
		display: block;
		margin-top: 1em;
		margin-bottom: 2em;
		text-align: center;		
		height: 46px;
		width: 172px;
		margin: 15px 0;		
	}
	.bloqueTexto .botonVideo a{
		display: block;
		font-family: FuturaStdBook, Arial, Verdana, sans-serif;
		font-size: 1.48em;
		font-weight: lighter;
		background: rgba(204, 51, 51, 0.7);
		padding: 0.8em 0.5em;
		text-decoration: none;
		position: relative;
		color: #ffffff;
		border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		-o-border-radius:25px;
	}
	.bloqueTexto .botonVideo a span{
		position: relative;
		left: -10px;
	}
	

		@media screen and (max-width: 768px) {
			.bloqueTexto .botonVideo{
				margin: 25px auto 40px;
				background-position: 198px 10px;
				height: 55px;
				width: 254px;
			}
			.bloqueTexto .botonVideo a{
				font-size: 2em;
				background: rgba(204, 51, 51, 0.6);
				border-radius:35px;
				-moz-border-radius:35px;
				-webkit-border-radius:35px;
				-o-border-radius:35px;
			}			
		}


.textoTarjetas {
    margin: 10px auto 30px;
    text-align: center;
    font-family: FuturaStdBook, Arial, Verdana, sans-serif;
    font-size: 1.7em;
}
.textoTarjetas .negritaR {
    font-family: FuturaStdBold, Arial, Verdana, sans-serif;
	color: #cc3333;
}



/* BLOQUE CONDICIONES //////////////////////////////////////////////////////////// */
.barraMovil{
	margin: 0 auto;
	height: 5px;
	width:24%;
	border-bottom: 1px solid #b0b0b0;
}
.bloqueCondiciones {
    display: block;
    position: relative;
    height: 150px;
}
.condiciones{
	width: 30%;
  	float: left;
	margin-top: 15px;
	border-right: 1px solid #b0b0b0;
	padding: 10px;
}
.condiciones:last-child {border-right: none;}
	
	@media screen and (max-width: 768px) {
		.condiciones {
			padding: 5px;
			min-height: 133px;
		}
	}
	@media screen and (max-width: 478px) {
		.barraMovil{
			display:block;
		}
		.condiciones {		
			border-right: none;			
			width: 100%;
			margin-left: 8px;
			padding: 5px 0 5px 0;
			min-height: auto;
		}
	}
	@media screen and (min-width: 479px) {
		.barraMovil{
			display:none !important;
		}
	}
	

.norauto{border-right: none;}
	.imgCondiciones{
		width: 61px;
		min-height: 55px;
		margin: 0 auto;
	}
	
@media screen and (max-width: 768px) { 
	.imgCondiciones{
		width: 100%;
		text-align: center;
	}
	.imgCondiciones img{max-width: 96%}
}

	.textoCondiciones {
		margin: 10px auto 20px;
		text-align: center;
		font-family: FuturaStdBook, Arial, Verdana, sans-serif;
		font-size: 1.5em;
	}



/* ESTILOS PARA EL BLOQUE INFERIOR //////////////////////////////////////////////////////// */

.TarjetaLDA{
	padding-top: 35px;
	width: 100%;	
	height: 284px;
	background-color: #f1f1f1;
	margin-bottom: 20px;
}
	@media screen and (min-width: 769px) and (max-width: 890px) {
		.TarjetaLDA{height: 239px;}
	}
	@media screen and (max-width: 768px){	
		.TarjetaLDA {
			padding-top: 0;
			height: auto;
			min-height: 440px;
		}
	}
	@media screen and (max-width: 690px){	
		.TarjetaLDA {min-height: 420px;}
	}
	@media screen and (max-width: 600px){	
		.TarjetaLDA {min-height: 383px;}
	}
	@media screen and (max-width: 480px){	
		.TarjetaLDA {min-height: 358px;}
	}

.TarjetaLDAContenido {
  max-width: 948px;
  padding: 0 10px;
  margin: 0 auto;
}
	@media screen and (max-width: 768px){
		.TarjetaLDAContenido {
			min-width: 380px;
			padding-bottom: 10px;
		}	
	}
.imgTarjetaLDA{		
	float: left;
	width: 65%;
}
.imgTarjetaLDA img{	
	width: 100%;
}
	@media screen and (min-width: 769px) and (max-width: 890px) {			
		.imgTarjetaLDA {
			float: left;
			width: 420px;
			position: relative;
			left: 8px;
		}
		.imgTarjetaLDA img{width: 100%;}
	}
	@media screen and (max-width: 768px){			
		.imgTarjetaLDA{
			width: 80%;
			float:none;
			margin: 0 auto;
		}
		.imgTarjetaLDA img{	
			width: 100%;
		}
	}


.flechaEscritorio{
	float: left;
	position: relative;
	top: 170px;
	left:4px;
}
.brMovil, .flechaMovil{display:none;}
	@media screen and (min-width: 769px) and (max-width: 890px) {	
		.flechaEscritorio {
    		top: 109px;
			left: 21px
		}
	}
	@media screen and (max-width: 768px){
		.flechaEscritorio {display:none;}
		.flechaMovil {
			display:block;
			margin: 0 auto 5px;
			position: relative;
			left: 35px;
		}
		.brMovil{display: block;}
	}
	@media screen and (max-width: 600px){
		.flechaMovil {			
			left: 68px;
		}
	}
	@media screen and (max-width: 480px){
		.flechaMovil {			
			left: 76px;
		}
	}



.textoLDA1, .textoLDA2{
	width: 31%;
	float: right;
	position: relative;	
	font-family: AvertaRegular, Arial, Verdana, sans-serif;
	margin-top: 2.4em;
	color: #333c41;
	font-size: 1.55em;
}
.textoLDA1 .negritaR{
	font-family: FuturaStdBold, Arial, Verdana, sans-serif;
	color: #cc3333;
}
	@media screen and (min-width: 769px) and (max-width: 890px) {		
		.textoLDA1, .textoLDA2{
			width: 36%;
			margin-top: 0.4em;
		}
	}
	@media screen and (max-width: 768px){
		.textoLDA1{
			display: block;
			width: 100%;
			text-align: center;
			margin: 10px auto;
		}	
		.textoLDA2{
			margin-top: 0;
			width: 50%;
			float: right;
		}
	}
	@media screen and (max-width: 600px){
		.textoLDA2{width: 66%;}
	}
	@media screen and (max-width: 480px){
		.textoLDA2{width: 80%;}
	}


.bloqueSolicita {
    margin-top: 25px;
}
p.tituloContenido{	
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 3.4em;
	color: #cc3333;	
	text-align: center;
}
	@media screen and (max-width: 768px) {			
		p.tituloContenido {
			font-size: 2.8em;
		}
	}
	@media screen and (max-width: 480px) {
		.bloqueSolicita{
			margin: 0 auto;
			width: 100%;
			display: block;
			height: auto;
			position: relative;
		}		
		p.tituloContenido {
   			font-size: 2em;
		}
		p.tituloContenido br{
			display: none
		}		
	}
	@media screen and (max-width: 320px) {
		.bloqueSolicita{
			margin: 0 auto;
			width: 300px;
		}
	}

.botoneraInferior {	
	margin: 2em auto 3em;
	clear: both;
	display: block;
	text-align: center;
	width: 450px;
	height: 40px;		
}
.botoneraInferior a.btnSolicitar {
	width: 160px;
	display: inline-block;
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 1.25em;
	border: solid 1px #cc3333;
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	background-color: #cc3333;
	color: #ffffff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}
.botoneraInferior a.btnCondiciones {
	width: 160px;
	margin-left: 20px;
	display: inline-block;
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 1.25em;
	border: solid 1px #cc3333;
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	color: #cc3333;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}	
	@media screen and (max-width: 480px){
		.botoneraInferior {
			height: auto;
			width:100%;
		}
		.botoneraInferior a.btnSolicitar, 
		.botoneraInferior a.btnCondiciones{
			display: block;
			margin: 10px auto;
		}

	}
div.financiera {	
	margin: 2em auto 2em;
	clear: both;
	display: block;
	text-align: center;
	width: 590px;
	height: 50px;	
	color: #666666;	
}
	@media screen and (max-width: 480px){
		div.financiera {
			min-height: 90px;
			width:100%;
		}	
	}



footer{
	margin-top: 15px;
}