
#recordar_caja{ position:relative; padding:5px 5px 0px 15px; width:584px; background:url(images/ico_1.png) left 50px no-repeat; }

	#recordar_titulo{ position:relative; height:40px; left:-10px; font-size:25px; color:#244386; font-weight:bold; }

	#recordar_texto{ position:relative; margin-top:25px; left:15px; width:440px; font-size:12px; color:#333; }
	
		#recordar_texto span{ font-weight:bold; }

	#recordar_email{ position:relative; width:85px; margin-top:40px; text-align:right; font-size:11px; color:#003399; font-weight:bold; }
	#recordar_email_caja{ position:relative; left:90px; width:240px; margin-top:-17px; }
	#recordar_email_caja input{ width:240px; }
	
	#recordar_enviar{ position:relative; margin-top:-23px; left:350px; width:106px; height:26px; }
	
		#recordar_enviar div{ position:absolute; left:112px; top:-3px; width:26px; height:26px; background:url(images/ico_21.gif) left top no-repeat; }
	
	#recordar_aux_1{ position:absolute; left:475px; top:-1px; width:93px; height:85px; background:url(images/ico_34.gif) left top no-repeat; }

/*Nuevas claves*/
#recordar_titulo_cambiar{  }/*cg_titulo*/
	#recordar_titulo h1,#recordar_titulo h2,
	#recordar_titulo_cambiar h1,#recordar_titulo_cambiar h2{ font-size:inherit; } 
	#recordar_titulo_cambiar:before{ background:url(images/ico_rem.png) center center no-repeat; }

	#recordar_texto_cambiar,#recordar_box{ position:relative; width:100%; padding:20px 20px 50px; text-align:center; box-sizing:border-box; vertical-align: top; }
					
	#recordar_box{ margin:0 auto; width:320px; 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; }
	#recordar_enviar{ left:initial; }
		
