/* CSS reset */
body,div,ul,ol,li { 
	margin:0;
	padding:0;
}

body {
	background-image: url('../images/fondo02.jpg');
	background-repeat:repeat-x;
	/*background-size: cover;*/
	background-color: #677926;
   /* 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;*/
}




/*Luna*/
.luna {
		/*background-image: url(../imagenes/luna01.png);*/
	width: 160px;
	height: 160px;
		z-index: 0;
		position: absolute;
		-webkit-animation: luna-animation 100s infinite ease-in-out;
		-moz-animation: luna-animation 100s infinite ease-in-out;
		-o-animation: luna-animation 100s infinite ease-in-out;
		-ms-animation: luna-animation 100s infinite ease-in-out;
		animation: luna-animation 100s infinite ease-in-out;		
	}
		
@keyframes luna-animation {
	0%       {top: -100px; left: 91%;}
	/*25%      {top: 400px; left: -250px;}
	75%      {top: 0px; left: 700px;}*/
	100%     {top: 250px; left: -20%;}
}



.cola {
		width: 405px;
		height: 450px;
		background-image: url(../images/zorrilloGIF.gif);
		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;
		}

.cola:hover {
	width: 450px;
	height:275px;
	background:  url(../images/zorrillotexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 60;
	} 

	@keyframes cola-animation {
		0%   {bottom: 100px; left: -15%;}
		25%  {bottom: 105px; left: 25%;}
		75%  {bottom: 120px; left: 50%}
		100% {bottom: 95px; left: 100%;}
	}
	



/**/
@-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);
	}
}



@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;}
}

.venadocolablanca { width: 450px;
	height:385px;
	display: block;
	background:  url(../images/venadocolablancaGIF.gif);
	padding: 0px 0 0 0px;
	z-index: 40;
	}
.venadocolablanca:hover {
	width: 450px;
	height:275px;
	background:  url(../images/venadocolatexto.png) 0 0px;
	padding: 0px 0 0 0px;
	cursor:pointer;
	z-index: 100;
	} 
.venadocolablanca {
	position: relative;
	-webkit-animation: venadocolablanca-animation 80s infinite ease-in-out;
	-moz-animation: venadocolablanca-animation 80s infinite ease-in-out;
	-o-animation: venadocolablanca-animation 80s infinite ease-in-out;
	-ms-animation: venadocolablanca-animation 80s infinite ease-in-out;
	animation: venadocolablanca-animation 80s infinite ease-in-out;		
	}

@keyframes venadocolablanca-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;}
}


.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:pointer;
	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;}
}




.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/tuzamexicanatexto.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;}
}








