@keyframes miAnimacion{
	
	0%{
		opacity:1;
		}
		
	20%{	
		opacity:1;
		}
		
	30%{
		opacity:0;
		}
		
	90%{
		opacity:0;
		}
		
	100%{
		opacity:1;
		}

	}
	
@-webkit-keyframes miAnimacion{
	
	0%{
		opacity:1;
		}
		
	20%{	
		opacity:1;
		}
		
	30%{
		opacity:0;
		}
		
	90%{
		opacity:0;
		}
		
	100%{
		opacity:1;
		}

	}
	
@-moz-keyframes miAnimacion{
	
	0%{
		opacity:1;
		}
		
	20%{	
		opacity:1;
		}
		
	30%{
		opacity:0;
		}
		
	90%{
		opacity:0;
		}
		
	100%{
		opacity:1;
		}

	}
	
	#fondo1{
		position:absolute;
		width:100%;
		height:1190px;
		background:url(../img/background4.jpg);
		animation:miAnimacion 24s linear 18s infinite;
		-webkit-animation:miAnimacion 24s linear 18s infinite;
		-moz-animation:miAnimacion 24s linear 18s infinite;
		}
		
	#fondo2{
		position:absolute;
		width:100%;
		height:1190px;
		background:url(../img/AMLCNG.jpeg);
		background-size:cover;
		animation:miAnimacion 24s linear 12s infinite;
		-webkit-animation:miAnimacion 24s linear 12s infinite;
		-moz-animation:miAnimacion 24s linear 12s infinite;
		}
		
	#fondo3{
		position:absolute;
		width:100%;
		height:1190px;
		background:url(../img/El_chunil.jpg);
		background-size:cover;
		animation:miAnimacion 24s linear 6s infinite;
		-webkit-animation:miAnimacion 24s linear 6s infinite;
		-moz-animation:miAnimacion 24s linear 6s infinite;
		}
		
	#fondo4{
		position:absolute;
		width:100%;
		height:1190px;
		background:url(../img/jantetelco.jpg);
		background-size:cover;
		animation:miAnimacion 24s linear 0s infinite;
		-webkit-animation:miAnimacion 24s linear 0s infinite;
		-moz-animation:miAnimacion 24s linear 0s infinite;
		}
		