body {
	background-image: url('../images/fondo09BIS.jpg');
	background-repeat:repeat-x;
	background-size: cover;
	background-color: green;
    height: 1000px;
   /* border: 1px solid red;*/
}
/*
h1.main,p.demos {
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
}*/

.sp-container {
	width: 100%;
	height: 940px;
	position: relative;
	/*border: 1px solid red;*/
}

/*caja contenido 1*/
.sp-content {
	top:25%;
	width: 100%;
	position: relative;
	/*-webkit-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	-moz-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	-ms-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;*/	
}

/*Raya
.sp-content:after {
	content: '';
	width: 0.5px;
	background: green;
	height: 70%;
	position: absolute;
	left: 47%;
}*/

/* texto Left negro*/
.sp-container h2 {
	color: #000;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	z-index: 600;
}

.sp-wrap {
	width: 450px;
	padding: 0px 15px;
	height: 100%;
	text-align: right;
	font-size: 30px;
	line-height: 36px;
	float: left;
	position: relative;
	/*background: #ffdd00;*/
	overflow: hidden;
	z-index: 600;
		/*border: 1px solid red;*/
}
.sp-wrap span {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.sp-container .sp-right h2 {
	color: #fff;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
}

.sp-left span.sp-top {
	-webkit-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 9s backwards;
	-moz-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 9s backwards;
	-ms-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 9s backwards;
	animation: slideLeft 0.5s ease-in 0.9s backwards, fadeOut 1s linear 9s backwards;
}

.sp-left span.sp-mid {	
	-webkit-animation: slideLeft 0.9s ease-in 9.2s backwards, fadeOut 1s linear 18s backwards;
	-moz-animation: slideLeft 0.9s ease-in 9.2s backwards, fadeOut 1s linear 18s backwards;
	-ms-animation: slideLeft 0.9s ease-in 9.2s backwards, fadeOut 1s linear 18s backwards;
	animation: slideLeft 0.5s ease-in 9.2s backwards, fadeOut 1s linear 18s backwards;
	z-index: 600;
}


.sp-right span {
	text-align: left;
}

.sp-right span.sp-top {
	-webkit-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 9.5s backwards;
	-moz-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 9.5s backwards;
	-ms-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 9.5s backwards;
	animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 9.5s backwards;
}
/*.sp-right span.sp-mid {
	-webkit-animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	-moz-animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	-ms-animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
	animation: slideRight 0.5s ease-in 2.4s backwards, moveUp 0.6s linear 5s forwards;
}*/


.sp-full {
	position: absolute;
	font-size: 35px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
	top: 20%;
	width: 50%;
	left: 2%;
	
	-webkit-animation: fadeIn 1s linear 1.6s backwards;
	-moz-animation: fadeIn 1s linear 1.6s backwards;
	-ms-animation: fadeIn 1s linear 1.6s backwards;
	animation: fadeIn 1s linear 1.6s backwards;
	 z-index: 600;
	 
	  /*border: 1px solid red;*/
}

/*imagenes*/
.cardenal9 {
	position: absolute;
	display: block;
	top: 8%;
	left: 55%;
	/* border: 1px solid red;*/
	
	 z-index: 600;
	 cursor: move;
}


.lago {
	position: absolute;
	display: block;
	top: 74%;
	left: -10%;
	 /*border: 1px solid green;*/
	 z-index: 50;
	 cursor: move;
}

.pelicano {
	position: absolute;
	display: block;
	top: 60%;
	left: 2%;
	 /*border: 1px solid green;*/
	 z-index: 100;
	 cursor: move;
}

.pato {
    display: block;
	position: absolute;
	top: 56%;
	left: 40.5%;
	/* border: 1px solid red;*/
	 z-index: 450;
	 cursor: move;
}

.carpintero {
	display: block;
	position: absolute;
	top: 48%;
	left: 62%;
	/* border: 1px solid red;*/
	z-index: 300;
	cursor: move;
}
.arbol {
	background-size: cover;
	position: absolute;
	top: 0%;
	left: 42%;
	 /*border: 1px solid red;*/
	 	 z-index: 1;
		 cursor: pointer;
}
/**/
@-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);
	}
}