.carousel-item
	{
		background: no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size:cover;
	}
	
.formi
	{
		position:relative;
		font-size: 13px;
		background-color: #FFF;
		border-radius: 5px;
		border:1px solid #165FC8;
		height:35px;
		margin:3.5px;
		z-index:99;
	}
.envi
	{
		position: relative;
		margin:5px;
		border-radius: 5px;
		z-index:99;
	}
.tit
	{
		position: relative;
		background-color: #e02d37;
		border-radius: 5px;
		color:#FFF;
		margin-top: -20px;
		height:35px;
		padding:5px;
		z-index:99;
		width: 97%;
        margin-left: 8px;
	}
@keyframes cabe
	{
		from {top: -100px;}
		to {top: 0;}
	}
@keyframes form1
	{
		0% {top: 500px;}
		100% {top: 125px;}
	}
@keyframes form2
	{
		0% {margin-left: 550px;}
		100% {margin-left: 20px;}
	}
.cabecera
	{
		top: 0;
		animation-name: cabe;
		animation-duration: 2s;
	}
.formi1
	{
		top: 60px;
		/*animation-name: form1;
		animation-duration: 2s;*/
	}
.formi2
	{
		margin-left: 20px;
		/*animation-name: form2;
		animation-duration: 2s;*/
	}
