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

.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.3);
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	height: 30px;
}
.tabSuma a span{
	position: relative;	
}
.tabLDA a{
	background: rgba(211, 21, 85, 0.7);
    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: 25px;
		float: right;	
	}
		.bloqueImagen img {
		    width: 72%;
		    height: auto;
		}
		@media screen and (min-width: 891px) and (max-width: 1100px) {
			
			
			.bloqueImagen {
				width: 325px;
				top: 0;
				right: 0;
				left: -55px;
			}
			.bloqueImagen img {
				width: 100%;
				height: auto;
			}			
		}		


		@media screen and (min-width: 769px) and (max-width: 890px) {
			.bloqueTexto {
				top: 24px;
				margin-left: 40px;
			}
			.bloqueImagen {
				width: 300px;
				top: -10px;
				right: 0;
				left: 75px;
			}
			.bloqueImagen img {
				width: 100%;
				height: auto;
			}
		}

		@media screen and (max-width: 768px) {
			.bloqueTexto {	
				text-align: center;
			}
			.bloqueImagen{
				display: block;
				float: none;
				height: auto;
				width:100%;
				max-width: 360px;
				top: 0;
				right: 0;
				margin: 0 auto;
			}
			.bloqueImagen img{
				max-height: 250px;	
				width: auto;
			}
		}
		
		
		@media screen and (max-width: 600px) {
			.bloqueTexto {	
				top:52px;
			}
			.bloqueImagen{max-width: 300px;}
			.bloqueImagen img{
				width: 100%;
				height: auto;
				position: relative;
				top: -40px;
			}
		}
		@media screen and (min-width: 480px) and (max-width: 600px) {
			.bloqueImagen{height: 160px;}
		}
		@media screen and (max-width: 480px) {
			.bloqueImagen{height: 215px;}
		}

	.bloqueTexto h1{
		font-family: AvertaLight, Arial, Verdana, sans-serif;
	}
	.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;
		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;
	}
	.bloqueTexto .descargaApp .texto{
		display: inline-block;
		font-size: 1.35em;
		position: relative;
		top: -11px;
		left: 4px;
	}

		@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;
			}
			.bloqueTexto .descargaApp{
				white-space: nowrap;
				margin-bottom: 15px;
				display: block;
				height: 145px;
			}
			.bloqueTexto .descargaApp .texto {    
				font-size: 1.6em;
				text-align: left;
			}
		}
	

.botoneraPuntos{
	width: 80%;
	max-width: 940px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 0;
}	
.botonPuntos{
	clear: both;
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;		
	height: 40px;
	width: 172px;
	margin: 0;
	float: right;	
}
.botonPuntos a{
	display: block;
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	background: rgba(0, 0, 0, 0.5);
	padding: 1em 0.5em;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}
	@media screen and (min-width: 891px) and (max-width: 1100px) {			
		.botoneraPuntos {
			top: 0;
		}
	}
	@media screen and (max-width: 890px) {
		.botoneraPuntos{
			top: 0;
		}	
	}
	@media screen and (max-width: 768px) {
		.botoneraPuntos{
			top: 0;
			background-color: #D4D4D4;
			height: 60px;
			width: 100%;
			padding: 7px 0 10px;
		}
		.botonPuntos{
			float: none;
			margin: 0 auto;
			top: 8px;
			position: relative;
		}
	}


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

div.titulos{
	float: left;
	margin-right: 45px;
}
p.tituloContenido{	
	font-family: AvertaThin, Arial, Verdana, sans-serif;
	font-size: 3.4em;
	color: #cc3333;	
}
p.subtituloContenido{	
	font-family: FuturaStdBold, Arial, Verdana, sans-serif;
	font-size: 2em;
	color: #cc3333;	
}
div.circulo{
	color: #cc3333;
	float: left;
	font-size: 18px;
	text-align: center;
	border: solid 1px;
	padding: 27px 15px;
	border-radius: 102px;
}
div.circulo span {
    position: relative;
    top: -8px;
}

	@media screen and (max-width: 768px) {		
		div.titulos {
    		margin-right: 0px;
			width: 62%;
		}
		p.tituloContenido {
			font-size: 2.8em;
		}
	}
	@media screen and (max-width: 480px) {
		.bloqueSolicita{
			margin: 0 auto;
			width: 100%;
			display: block;
			height: 136px;
			position: relative;
		}
		div.titulos {
    		margin-right: 0px;
			width: 55%;
		}
		div.circulo {
			float: right;
			font-size: 14px;
		}
		p.tituloContenido {
   			font-size: 2em;
		}
		p.tituloContenido br{
			display: none
		}
		p.subtituloContenido {
   			font-size: 1.9em;
		}
	}
	@media screen and (max-width: 320px) {
		.bloqueSolicita{
			margin: 0 auto;
			width: 300px;
		}
	}

/* ESTILOS PARA EL FORMULARIO ////////////////////////////////////////////////////// */

.formIdentificacion {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 2em;
    float: left;
}
.campoDNI, .campoNombre, .campoApellidos{
	float: left;
	width: 32%;
	height: 65px;
	text-align: left;
	margin-bottom: 25px;
}
	@media screen and (max-width: 768px) {
		.campoDNI, .campoNombre, .campoApellidos {
    		float: none;
			width: 100%;
		}
	}
label{
	display: block;
	font-size: 1.3em;
	color: #666666;
}
.dni, .nombre, .apellido,
.formIdentificacion .error {
	height: 45px;
	font-size: 1.36em;
	font-weight: normal;
	color: #000000;
	width: 96%;
	margin-right: 1%;
	padding: 1% 1%;
	border: 1px solid #f4f4f4;
	background-color: #f4f4f4;
}
.formIdentificacion .error {
	background-color: #fee445;
}
.botonContinuar {	
	margin: 2em auto 3em;
	clear: both;
	display: block;
	text-align: center;
	width: 150px;
	height: 40px;		
}
.botonContinuar a {
	display: block;
	font-family: FuturaStdBook, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	border: solid 1px #cc3333;
	padding: 0.8em 0.5em;
	text-decoration: none;
	position: relative;
	color: #333333;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-o-border-radius:25px;
}
	@media screen and (max-width: 768px) {
		.botonContinuar {
			width: 210px;
		}
	}


/* BLOQUE COLABORADORES //////////////////////////////////////////////////////////// */
.cepsa, .norauto, .midas {
	width: 30%;
  	float: left;
	margin-top: 15px;
	border-right: 1px solid #b0b0b0;
	padding: 10px;
}
	
	@media screen and (max-width: 768px) {
		.cepsa, .norauto, .midas {
			padding: 5px;
		}
	}
	@media screen and (max-width: 478px) {
		.cepsa, .norauto, .midas {		
			border-right: none;
			width: 30%;
			margin-left: 8px;
			padding: 5px 0 5px 0;
		}
	}
	

.norauto{border-right: none;}
	.imgMidas, .imgCepsa, .imgNorauto{
		min-height: 60px;
		margin: 0 auto;
	}
	.imgMidas{width: 87px}
	.imgCepsa{
		width: 175px;
		position: relative;
		top: 6px;
	}
	.imgNorauto{
		width: 143px;
		position: relative;
		top: 4px;
	}
@media screen and (max-width: 768px) { 
	.imgMidas, .imgCepsa, .imgNorauto{
		width: 100%;
		text-align: center;
	}
	.imgMidas img, .imgCepsa img, .imgNorauto img{max-width: 96%}
}

	.textoColaboradores, .textoMidas, .textoCepsa, .textoNorauto {
		margin: 10px auto 20px;
		text-align: center;
		font-family: FuturaStdBook, Arial, Verdana, sans-serif;
		font-size: 1.5em;
	}
	@media screen and (min-width: 480px) {
		.textoColaboradores{
			display: none !important;
		}
	}
	@media screen and (max-width: 479px) { 
		.textoColaboradores{
			display: block !important;
		}
		.textoMidas, .textoCepsa, .textoNorauto{
			display: none;
		}
	}
		.textoColaboradores span.negrita,		
		.textoMidas span.negrita, 
		.textoCepsa span.negrita, 
		.textoNorauto span.negrita{
			font-family: FuturaStdBold, Arial, Verdana, sans-serif;
			color: #cc3333;
		}
		.textoColaboradores span.negritaN,		
		.textoMidas span.negritaN, 
		.textoCepsa span.negritaN, 
		.textoNorauto span.negritaN{
			font-family: FuturaStdBold, Arial, Verdana, sans-serif;
			color: #000000;
		}



	.botonMidas, .botonCepsa, .botonNorauto {
		margin: 0 auto;
		clear: both;
		display: block;
		margin-top: 1em;
		margin-bottom: 2em;
		text-align: center;
		width: 83%;
		height: 40px;		
	}
	.botonMidas a, .botonCepsa a, .botonNorauto a {
		display: block;
		font-family: FuturaStdBook, Arial, Verdana, sans-serif;
		font-size: 1.5em;
		background-color: #cc3333;
		padding: 0.5em;
		text-decoration: none;
		position: relative;
		color: #ffffff;
		border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		-o-border-radius:25px;
	}
		@media screen and (max-width: 768px){
			.botonMidas a, .botonCepsa a, .botonNorauto a {		
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				-o-border-radius:5px;
				text-align: center;
				font-size: small;
			}
		}

@media screen and (max-width: 326px) {
	.botonMidas, .botonCepsa, .botonNorauto {
		width: 100%;
	}
	
}

/* FIN BLOQUE COLABORADORES //////////////////////////////////////////////////////// */

/* BLOQUE ERRORES ////////////////////////////////////////////////////////////////// */

#errorSumaDocumentoInvalido{
	float: none;
}
#divEnviadoSuma{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	min-height: 850px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.mensajeConfirmacion{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 120px;
	margin-left: -250px;
	margin-top: -60px;
	background-color: #fff;
	border-radius: 10px;
	padding: 1.6em;
}
.icoAspa{
	background-color: #666;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
    position: relative;
    text-align: center;
    width: 17px;
}
.mensajeConfirmacion p{
	display: block;
	clear: both;
	padding-top: 1em;
	font-size: 14px;
	color:#565656;
}
.botonCerrar{
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2em auto 1em;
    padding: 0.6em;
    text-align: center;
    text-decoration: none;
    width: 20%;
	background: -moz-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 270deg, color-stop(0%, #f52d2d), color-stop(100%, #9e2121));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(270deg, #f52d2d 0%, #9e2121 100%);/* IE10+ */
	background: linear-gradient(180deg, #f52d2d 0%, #9e2121 100%);/* W3C */
}

.contenido .mensajeError {
	display: none;
	width: 91%;
	padding: 2%;
	margin: 15px 0;
	background-color: #fee445;
	float: none;
}
p.mensajeError {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
 .mensajeError{
  	margin: 0 2% 5% 0;
  	width: 92%;
  	border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		-o-border-radius:25px;
  }
p.mError {
	font-size: 1.27em;
	font-weight: normal;
	color: #000000;
}
p.mensajeErr {
  font-size: 1.09em;
  color: #000;
  font-weight: bold;
}
p.mensajeErr a {
  color: #cc3333;
  text-decoration: none;
}
p.mensajeErr a:hover {
  text-decoration: underline;
}
.error {
  background-color: #fee445;
}
/* FIN BLOQUE ERRORES ////////////////////////////////////////////////////////////////// */




footer{
	margin-top: 15px;
}

