/* CSS reset */
body,div,ul,ol,li { 
	margin:0;
	padding:0;
}

body {
	background-image: url('../images/fondo.png');
	background-repeat:repeat repeat;

	/*background-size: cover;*/
	background-color: #402802;
   /* border: 1px solid red;*/
}

.sp-container {
	width: 100%;
	height: 2400px;
	/*position: relative;*/
	margin: 0px 0px 0px 0px;
   /* border: 1px solid green;*/
}

/*caja contenido 1*/
.sp-content {
	margin: 50px 0px 0px 0px;
    width: 99%;
	position: relative;
	/*border: 1px solid rgb(239, 243, 239);*/
}


.sp-full {
	position: relative;
	font-size: 60px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
	top: 5%;
	width: 50%;
	left: 5%;
	-webkit-animation: fadeIn 1s linear 1.5s backwards;
	-moz-animation: fadeIn 1s linear 1.5s backwards;
	-ms-animation: fadeIn 1s linear 1.5s backwards;
	animation: fadeIn 1s linear 1.5s backwards;
	
	color: #FE8100;
 
	   /*border: 1px solid red;*/
}

.titulo {
	font-size: 70px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
	/*opacity:0.5;*/
    filter:alpha(opacity=80);
	-webkit-animation: fadeIn 1s linear 1.5s backwards;
	-moz-animation: fadeIn 1s linear 1.5s backwards;
	-ms-animation: fadeIn 1s linear 1.5s backwards;
	animation: fadeIn 1s linear 1.5s backwards;
	/*color: #ffffff;
	   border: 1px solid red;*/
}

.subtitulo {
	font-size: 30px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
	opacity:0.5;
    filter:alpha(opacity=50);
	-webkit-animation: fadeIn 1s linear 1.5s backwards;
	-moz-animation: fadeIn 1s linear 1.5s backwards;
	-ms-animation: fadeIn 1s linear 1.5s backwards;
	animation: fadeIn 1s linear 1.5s backwards;
	color: #ffffff;
	   /*border: 1px solid red;*/
}








/**/
@-webkit-keyframes open{
	0%{
		-webkit-transform: scale(1,0);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-webkit-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes slideLeft{
	0%{
		-webkit-transform: translateX(120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight{
	0%{
		-webkit-transform: translateX(-120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes moveUp{
	0%{
		-webkit-transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-170px);
	}

}
@-webkit-keyframes zoomIn{
	0%{
		-webkit-transform: scale(0);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
/**/
@-moz-keyframes open{
	0%{
		-moz-transform: scale(1,0);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@-moz-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes slideLeft{
	0%{
		-moz-transform: translateX(120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes slideRight{
	0%{
		-moz-transform: translateX(-120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes moveUp{
	0%{
		-moz-transform: translateY(0px);
	}
	100%{
		-moz-transform: translateY(-170px);
	}

}
@-moz-keyframes zoomIn{
	0%{
		-moz-transform: scale(0);
	}
	100%{
		-moz-transform: scale(1);
	}
}
/**/
@keyframes open{
	0%{
		transform: scale(1,0);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 120px;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideLeft{
	0%{
		transform: translateX(120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		transform: translateX(-120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-170px);
	}

}
@keyframes zoomIn{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}



.ajo01 { width: 380px;
	height:293px;
	display: block;
	background:  url(../images/ajo01.png);
	padding: 0px 0 0 0px;
	z-index: 10;
	}

.ajo01:hover {
	width: 380px;
	height:293px;
	background:  url(../images/textoajo01.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 10;
	} 
.ajo01 {
    position: relative;
	-webkit-animation: ajo01-animation 50s infinite ease-in-out;
	-moz-animation: ajo01-animation 50s infinite ease-in-out;
	-o-animation: ajo01-animation 50s infinite ease-in-out;
	-ms-animation: ajo01-animation 50s infinite ease-in-out;
	animation: ajo01-animation 50s infinite ease-in-out;		
	}

@keyframes ajo01-animation {
	0%       {top: 0px; left: 0%;}
	25%      {top: 20px; left: 100px;}
	50%      {top: 30px; left: 150px;}
	75%      {top: 20px; left: 200px;}
	100%     {top: 0px; left: 0px;}
}


.ajo02 { 
	position: relative;
	width: 379px;
	height:414px;
	display: block;
	background:  url(../images/ajo02.png);
	padding: 0px 0 0 0px;
	z-index: 10;
	}
.ajo02:hover {
	width: 570px;
	height:233px;
	background:  url(../images/textoajo02.png) 0 0px;
	padding: 0px 0 0 0px;
	
	cursor:pointer;
	z-index: 10;	
	} 

.ajo02 {
	position: relative;
	-webkit-animation: ajo02-animation 60s infinite ease-in-out;
	-moz-animation: ajo02-animation 60s infinite ease-in-out;
	-o-animation: ajo02-animation 60s infinite ease-in-out;
	-ms-animation: ajo02-animation 60s infinite ease-in-out;
	animation: ajo02-animation 60s infinite ease-in-out;	
	}

@keyframes ajo02-animation {
	0%       {top: 0px; left: 200px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 0px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 200px;}
}



.ajo03 { width: 432px;
	height:344px;
	display: block;
	background:  url(../images/ajo03.png);
	padding: 0px 0 0 0px;
	z-index: 10;
	}
.ajo03:hover {
	width: 657px;
	height:552px;
	background:  url(../images/textoajo03.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 10;
	
	} 
.ajo03 {
	position: relative;
	-webkit-animation: ajo03-animation 50s infinite ease-in-out;
	-moz-animation: ajo03-animation 50s infinite ease-in-out;
	-o-animation: ajo03-animation 50s infinite ease-in-out;
	-ms-animation: ajo03-animation 50s infinite ease-in-out;
	animation: ajo03-animation 50s infinite ease-in-out;		
	}

@keyframes ajo03-animation {
	0%       {top: 0px; left: 50px;}
	25%      {top: -200px; left: 25px;}
	50%      {top: -30px; left: 0px;}
	75%      {top: -15px; left: 25px;}
	100%     {top: 0px; left: 50px;}
}



.ajo04 { width: 400px;
	height: 223px;
	display: block;
	background:  url(../images/ajo04.png);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ajo04:hover {
	width: 569px;
	height:210px;
	background:  url(../images/textoajo04.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ajo04 {
	position: relative;
	-webkit-animation: ajo04-animation 60s infinite ease-in-out;
	-moz-animation: ajo04-animation 60s infinite ease-in-out;
	-o-animation: aajo04-animation 60s infinite ease-in-out;
	-ms-animation: ajo04-animation 60s infinite ease-in-out;
	animation: ajo04-animation 60s infinite ease-in-out;		
	}

@keyframes ajo04-animation {
	0%       {top: 50px; left: -20px;}
	25%      {top: 100px; left: 100px;}
	50%      {top: 200px; left: 150px;}
	75%      {top: 150px; left: 100px;}
	100%     {top: 100px; left: -20px;}
}



.ajo05 { width: 400px;
	height:387px;
	display: oblock;
	background:  url(../images/ajo05.png);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ajo05:hover {
	width: 600px;
	height:439px;
	background:  url(../images/textoajo05.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ajo05 {
	position: relative;
	-webkit-animation: ajo05-animation 80s infinite ease-in-out;
	-moz-animation: ajo05-animation 80s infinite ease-in-out;
	-o-animation: ajo05-animation 80s infinite ease-in-out;
	-ms-animation: ajo05-animation 80s infinite ease-in-out;
	animation: ajo05-animation 80s infinite ease-in-out;		
	}

@keyframes ajo05-animation {
	0%       {top: 0px; left: 0px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 100px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 0px;}
}


/*AJO06*/
.ajo06 { width: 500px;
	height:130px;
	display: block;
	background:  url(../images/ajo06.png);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ajo06:hover {
	width: 550px;
	height:320px;
	background:  url(../images/textoajo06.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ajo06 {
	position: relative;
	-webkit-animation: ajo06-animation 80s infinite ease-in-out;
	-moz-animation: ajo06-animation 80s infinite ease-in-out;
	-o-animation: ajo06-animation 80s infinite ease-in-out;
	-ms-animation: ajo06-animation 80s infinite ease-in-out;
	animation: ajo06-animation 80s infinite ease-in-out;		
	}

@keyframes ajo06-animation {
	0%       {top: 0px; left: 200px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 0px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 200px;}
}





.ajo07 { width: 400px;
	height:350px;
	display: block;
	background:  url(../images/ajo07.png);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ajo07:hover {
	width: 569px;
	height:210px;
	background:  url(../images/textoajo07.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ajo07 {
	position: relative;
	-webkit-animation: ajo07-animation 80s infinite ease-in-out;
	-moz-animation: ajo07-animation 80s infinite ease-in-out;
	-o-animation: ajo07-animation 80s infinite ease-in-out;
	-ms-animation: ajo07-animation 80s infinite ease-in-out;
	animation: ajo07-animation 80s infinite ease-in-out;		
	}

@keyframes ajo07-animation {
	0%       {top: 0px; left: 100px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 0px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 100px;}
}



.ajoarroyo {
		width: 388px;
		height: 415px;
		background-image: url(../images/ajoarroyo.png);
		background-repeat: no-repeat;
		z-index: 40;
		position: relative;
		-webkit-animation: cola-animation 50s infinite ease-in-out;
		-moz-animation: cola-animation 50s infinite ease-in-out;
		-o-animation: cola-animation 50s infinite ease-in-out;
		-ms-animation: cola-animation 50s infinite ease-in-out;
		animation: cola-animation 50s infinite ease-in-out;
		}

.ajoarroyo:hover {
	width: 388px;
	height:415px;
	background:  url(../images/textoajoarroyo.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 60;
	} 

	@keyframes cola-animation {
		0%   {bottom: 0px; left: 0%;}
		25%  {bottom: 20px; left: 45%;}
		50%  {bottom: -20px; left: 65%}
		75%  {bottom: 20px; left: 70%}
		100% {bottom: 0px; left: 0%;}
	}
	




.ajoxoc { width: 365px;
	height:397px;
	display: oblock;
	background:  url(../images/ajoxoc.png);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ajoxoc:hover {
	width: 365px;
	height:397px;
	background:  url(../images/ajoxoctexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ajoxoc {
	position: relative;
	-webkit-animation: ajoxoc-animation 80s infinite ease-in-out;
	-moz-animation: ajoxoc-animation 80s infinite ease-in-out;
	-o-animation: ajoxoc-animation 80s infinite ease-in-out;
	-ms-animation: ajoxoc-animation 80s infinite ease-in-out;
	animation: ajoxoc-animation 80s infinite ease-in-out;		
	}

@keyframes ajoxoc-animation {
	0%       {top: 0px; left: 0px;}
	25%      {top: -200px; left: 80px;}
	50%      {top: 10px; left: 200px;}
	75%      {top: -50px; left: 50px;}
	100%     {top: 0px; left: 0px;}
}




.ajoalt { width: 369px;
	height:399px;
	display: block;
	background:  url(../images/ajoalt.png);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ajoalt:hover {
	width: 369px;
	height:399px;
	background:  url(../images/ajoalttexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ajoalt {
	position: relative;
	-webkit-animation: ajoalt-animation 60s infinite ease-in-out;
	-moz-animation: ajoalt-animation 60s infinite ease-in-out;
	-o-animation: ajoalt-animation 60s infinite ease-in-out;
	-ms-animation: ajoalt-animation 60s infinite ease-in-out;
	animation: ajoalt-animation 60s infinite ease-in-out;		
	}

@keyframes ajoalt-animation {
	0%       {top: 0px; left: 200px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 0px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 200px;}
}











.tlalcoyote { width: 300px;
	height:206px;
	display: block;
	background:  url(../images/tlalcoyoteGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.tlalcoyote:hover {
	width: 450px;
	height:275px;
	background:  url(../images/tlalcoyotetexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.tlalcoyote {
	position: relative;
	-webkit-animation: tlalcoyote-animation 80s infinite ease-in-out;
	-moz-animation: tlalcoyote-animation 80s infinite ease-in-out;
	-o-animation: tlalcoyote-animation 80s infinite ease-in-out;
	-ms-animation: tlalcoyote-animation 80s infinite ease-in-out;
	animation: tlalcoyote-animation 80s infinite ease-in-out;		
	}

@keyframes tlalcoyote-animation {
	0%       {top: 0px; left: 0px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 100px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 0px;}
}




.tuza { width: 300px;
	height:206px;
	display: block;
	background:  url(../images/tuzaGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.tuza:hover {
	width: 450px;
	height:275px;
	background:  url(../images/tuzatexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.tuza {
	position: relative;
	-webkit-animation: tuza-animation 80s infinite ease-in-out;
	-moz-animation: tuza-animation 80s infinite ease-in-out;
	-o-animation: tuza-animation 80s infinite ease-in-out;
	-ms-animation: tuza-animation 80s infinite ease-in-out;
	animation: tuza-animation 80s infinite ease-in-out;		
	}

@keyframes tuza-animation {
	0%       {top: 0px; left: 0px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 100px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 0px;}
}





.ardillavientrerojo { width: 300px;
	height:325px;
	display: block;
	background:  url(../images/ardillavientrerojoGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.ardillavientrerojo:hover {
	width: 450px;
	height:275px;
	background:  url(../images/ardillavientrerojotexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.ardillavientrerojo {
	position: relative;
	-webkit-animation: ardillavientrerojo-animation 80s infinite ease-in-out;
	-moz-animation: ardillavientrerojo-animation 80s infinite ease-in-out;
	-o-animation: ardillavientrerojo-animation 80s infinite ease-in-out;
	-ms-animation: ardillavientrerojo-animation 80s infinite ease-in-out;
	animation: ardillavientrerojo-animation 80s infinite ease-in-out;		
	}

@keyframes ardillavientrerojo-animation {
	0%       {top: 0px; left: 0px;}
	25%      {top: -5px; left: 50px;}
	50%      {top: -10px; left: 100px;}
	75%      {top: -5px; left: 50px;}
	100%     {top: 0px; left: 0px;}
}







