.registration
{
/*	position: relative;*/
}

.registrar_api
{
	position: relative;
	top: -449px;
/*	position: absolute;
	top: 0px;
	left: 34.5%;*/

}


@keyframes Desvanecer
{
	from {opacity: 1;}
	to {opacity: 0;}
	100% { display:none; }
}

@keyframes Aparecer
{
	from {opacity: 0;}
	to {opacity: 1;}
	100% { display:block;}
}

.fade:not(.show)
{
	animation-name: Desvanecer;
	animation-duration: 25s;
	animation-iteration-count: 0.001;
}

.ocultar
{
	display:none;
}

.ocultar-animado
{
	animation-name: Desvanecer;
	animation-duration: 5s;
	opacity:0;
	z-index:1000;
}

.mostrar
{
	display:block;
}

.mostrar-animado
{
	animation-name: Aparecer;
	animation-duration: 5s;
	z-index:1001;
	position: relative;
}
