/* CSS reset */
body,div,ul,ol,li { 
	margin:0;
	padding:0;
}

body {
	background-image: url('../images/fondomatorral.jpg');
	background-repeat:repeat-x;
	/*background-size: cover;*/
	background-color: #402802;
   /* border: 1px solid red;*/
}

.sp-container {
	width: 100%;
	height: 1350px;
	/*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: 35px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
	top: 0%;
	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: #ffffff;
 
	   /*border: 1px solid red;*/
}

.titulo {
	font-size: 40px;
	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);
	}
}


.cacomixtle { width: 450px;
	height:131px;
	display: block;
	background:  url(../images/cacomixtleGIF.gif);
	padding: 0px 0 0 0px;
	margin: 0px 0 200px 0px;
	z-index: 10;
	}

.cacomixtle:hover {
	width: 450px;
	height:341px;
	background:  url(../images/cacomixtletexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor: move;
	z-index: 10;
	} 
.cacomixtle {
    position: relative;
	-webkit-animation: caco-animation 50s infinite ease-in-out;
	-moz-animation: caco-animation 50s infinite ease-in-out;
	-o-animation: caco-animation 50s infinite ease-in-out;
	-ms-animation: caco-animation 50s infinite ease-in-out;
	animation: caco-animation 50s infinite ease-in-out;		
	}

@keyframes caco-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;}
}




.zorrogris { width: 450px;
	height:371px;
	display: oblock;
	background:  url(../images/zorrogrisGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.zorrogris:hover {
	width: 450px;
	height:275px;
	background:  url(../images/zorrogristexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor: move;
	z-index: 100;
	} 
.zorrogris {
	position: relative;
	-webkit-animation: zorrogris-animation 80s infinite ease-in-out;
	-moz-animation: zorrogris-animation 80s infinite ease-in-out;
	-o-animation: zorrogris-animation 80s infinite ease-in-out;
	-ms-animation: zorrogris-animation 80s infinite ease-in-out;
	animation: zorrogris-animation 80s infinite ease-in-out;		
	}

@keyframes zorrogris-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;}
}




.conejoserrano { width: 300px;
	height:287px;
	display: block;
	background:  url(../images/conejoserranoGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.conejoserrano:hover {
	width: 450px;
	height:275px;
	background:  url(../images/conejoserranotexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor: move;
	z-index: 100;
	} 
.conejoserrano {
	position: relative;
	-webkit-animation: conejoserrano-animation 80s infinite ease-in-out;
	-moz-animation: conejoserrano-animation 80s infinite ease-in-out;
	-o-animation: conejoserrano-animation 80s infinite ease-in-out;
	-ms-animation: conejoserrano-animation 80s infinite ease-in-out;
	animation: conejoserrano-animation 80s infinite ease-in-out;		
	}

@keyframes conejoserrano-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;}
}






.rataalgodoneracrespa { width: 425px;
	height:218px;
	display: block;
	background:  url(../images/rataalgodoneracrespaGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.rataalgodoneracrespa:hover {
	width: 450px;
	height:341px;
	background:  url(../images/rataalgodoneratexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor: move;
	z-index: 100;
	} 
.rataalgodoneracrespa {
	position: relative;
	-webkit-animation: rataalgodoneracrespa-animation 80s infinite ease-in-out;
	-moz-animation: rataalgodoneracrespa-animation 80s infinite ease-in-out;
	-o-animation: rataalgodoneracrespa-animation 80s infinite ease-in-out;
	-ms-animation: rataalgodoneracrespa-animation 80s infinite ease-in-out;
	animation: rataalgodoneracrespa-animation 80s infinite ease-in-out;		
	}

@keyframes rataalgodoneracrespa-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;}
}
