#recordar_caja{  }

	#recordar_titulo:before{ font-size:30px; content:"\f069\f069\f069"; }
	#recordar_titulo{  }
	#recordar_texto{ position:relative; margin:0 auto; width:100%; padding:40px 0; font-family:Source Sans Pro; font-size:16px; line-height:18px; color:#000; text-align:center; background:#FFF; z-index:0; }
		#recordar_texto p { position:relative; margin:0 auto; width:100%; max-width:720px; margin-bottom:15px; box-sizing:border-box; }
		
	#recordar_texto:after { clear:both; position:relative; display:block; content:""; margin-top:40px; width:100%; height:100px; background:#F6F6F6; z-index:0; }
	
	#recordar_email,#recordar_email_caja{ position:relative; display:block; float:left; margin-top:-115px; margin-bottom:20px; height:45px; line-height:45px; text-transform:uppercase;z-index:100; box-sizing:border-box;  }
	
	#recordar_email{ width:25%; text-align:right; padding:0 10px; box-sizing:border-box; }
	#recordar_email_caja{ margin-left:28%; width:60%; }
		#recordar_email_caja input{ width:85%; }
	
	#recordar_enviar{ clear:both; margin:50px auto; z-index:100; } 

	

/*Nuevas claves*/
#recordar_titulo_cambiar{  }/*cg_titulo*/
	#recordar_titulo h1,#recordar_titulo h2,
	#recordar_titulo_cambiar h1,#recordar_titulo_cambiar h2{ display:inline-block; font-size:inherit !important; } 

	#recordar_texto_cambiar,#recordar_box{ position:relative; display: inline-block; margin:50px; width:calc(55% - 100px); padding:0 60px; text-align:center; box-sizing:border-box; vertical-align: top; }
					
	#recordar_box{ width:calc(45% - 120px); padding:10px; text-align:center; border-radius:10px; background:var(--color1,#f2f2f2); }
	#recordar_box form{ display:block; padding:25px 0; box-sizing:border-box; }

		.recordar_error{ color:red; font-weight: bold; }
		#recordar_texto_error{  }

		#recordar_ok_texto{ color: green; font-weight: bold; }
		#recordar_ok_texto:after{ position:relative; margin-top:5px; left:50%; margin-left:-14px; display:block; content:""; width:28px; height:28px; box-sizing:border-box; text-indent:0; background:#82D150 url(images/ico_validada.svg) center center no-repeat; background-size:60%; box-shadow:0 0 5px #CCC; border-radius:50%; } 

		.r_e{ font-weight:bold; width:100%; }
		.r_c{ margin:3px 0 10px 0; width:90%; display:inline-block; }
		.r_c input{ width:100%; }
		.r_c.error input{ border-color:red !important;  }

		#recordar_email_nif{ }
		#recordar_email_nif_caja{ margin-bottom:40px;  }
		#recordar_pass1{ }
		#recordar_pass1_caja{ text-align:center; }
		
		/* --passstrength-width se crea por script */
		#passstrength{ display:block; position: relative; margin:-3px auto 6px; text-indent:-1000px; width:0%; min-width: 0px; max-width:var(--passstrength-width); height:3px; overflow:hidden; background-color:#666;  transition:0.6s all; -webkit-transition:0.6s all; -moz-transition:0.6s all; -o-transition:0.6s all; opacity: 0.9;}

			#passstrength.vacia{ width:0px;  }
			#passstrength.debil{ width:calc(var(--passstrength-width) * 0.33); background-color: red; }
			#passstrength.media{ width:calc(var(--passstrength-width) * 0.66); background-color:ffdf06; }
			#passstrength.fuerte{ width:var(--passstrength-width); background-color: 03b703; }

		#recordar_pass2{ }
		#recordar_pass2_caja{ }  
		#recordar_info{ color:var(--cancelado, #ca191b); font-size:12px; line-height:14px; font-weight:bold; }
		#recordar_recomendaciones:before{ display:inline-block; vertical-align:middle; margin-right:5px; width:20px; height:20px; line-height:20px; text-align:center; content:"\0069"; font-size:14px; border-radius:50%; background:var(--pendiente, #ffcc00); color:var(--negro, #414a4f); }
		#recordar_recomendaciones{ margin:5px 0 0; font-size:12px; line-height:14px; }
			#recordar_recomendaciones a{ color:inherit; } 
			#recordar_recomendaciones a:hover{ font-weight:bold; }
	
		#recordar_enviar{ margin:10px auto; }/*cg_boton*/

		#recordar_ok_texto{  }

		@media all and (max-width:799px){
			#recordar_titulo_cambiar{ line-height:30px; }
			#recordar_texto_cambiar,#recordar_box{ padding:20px; }
			#recordar_box{ padding:20px; border:none; }
		}	
		@media all and (max-width:699px){
			#recordar_titulo_cambiar{ font-size:90%; line-height:23px; }
			#recordar_texto_cambiar,#recordar_box{ width:100%; padding:20px; }
			#recordar_box{ max-width:370px; padding:20px; border:none; }
		}
		
		
	/* Ocultar auxiliar */
	.body_pass_renew #recordar_aux_1{ display:none; }
		
