h4.registro {
	position: relative;
	top: -20px;
	text-indent: -9999px;
	background: url(../imagenes/metropolis/bg_titulo_registro.png) top left no-repeat;
	left: 250px;
	height: 50px;	
}
#registro {
	position: relative;
	top: -52px;
	left: 20px;
	width: 550px;
	height: 430px;
	padding-left: 20px;
	padding-top: 20px;
	background: url(../imagenes/bg_registro.png) top left no-repeat;
	margin-bottom: 0px;
		
}
input#nombre, input#apellido, input#ciudad, input#email {
	background: #315882;
	border: 0px;
	color: #FFFFFF;
}
select#fecha_dia, select#fecha_mes, select#fecha_ano {
	float: left;
	background: #315882;
	border: 0px;
	color: #FFFFFF;
}
select#fecha_mes {
	position: relative;
	top: -16px;
	left: 10px;
}
select#fecha_ano {
	position: relative;
	top: -32px;
	left: 20px;
}
select#pais {
	background: #315882;
	border: 0px;
	color: #FFFFFF;
}
#tkform_clave1 input, #tkform_clave2 input {
	width: 132px;
	height: 18px;
	background: #315882;
	border: 0px;
	color: #FFFFFF;
	
}

.tk_form_submit {
	background: #315882;
	border: 0px;
	color: #FFFFFF;
}
.mensaje_recuperar {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.loading_r {
	display: none;
}

.mensaje_error {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin-top: -2px;
}
#footer {
	position: relative;
	top: -70px;
}
