body {
	background-image: url('../images/fondo08.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:40%;
	width: 70%;
	height: 150px;
	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;
	/*border: 1px solid red;*/
		margin: 0px auto 0px auto;
		 z-index: 600;	
	
}
/*Raya*/
/*.sp-content:after {
	content: '';
	width: 0.5px;
	background: green;
	height: 50%;
	position: absolute;
	left: 50%;
}*/
/* texto Left negro*/
.sp-container h2 {
	color: #fff;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	z-index: 600;		  
		}

.sp-wrap {
	left:0%;
	width: 48%;
	padding: 0px 8px;
	height: 100%;
	text-align: right;
	font-size: 30px;
	line-height: 40px;
	float: left;
	position: relative;
	/*background: #ffdd00;*/
	overflow: hidden;
	/*border: 1px solid green;*/
		margin: 0px auto 0px auto;
			
}
.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: #000;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
	/* border: 1px solid black;*/
}
.sp-left span.sp-top {
	-webkit-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 15s backwards;
	-moz-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 15s backwards;
	-ms-animation: slideLeft 0.9s ease-in 0.9s backwards, fadeOut 1s linear 15s backwards;
	animation: slideLeft 0.5s ease-in 0.9s backwards, fadeOut 1s linear 15s backwards;
	/* border: 1px solid black;*/
}


.sp-right span {
	text-align: left;
}
.sp-right span.sp-top {
	-webkit-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 15.4s backwards;
	-moz-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 15.4s backwards;
	-ms-animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 15.4s backwards;
	animation: slideRight 0.9s ease-in 2s backwards, fadeOut 1s linear 15.4s backwards;
}

.sp-full {
	position: absolute;
	font-size: 35px;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
    top: 22%;
	width: 45%;
	left: 15%;
	-webkit-animation: fadeIn 1s linear 1.2s backwards;
	-moz-animation: fadeIn 1s linear 1.2s backwards;
	-ms-animation: fadeIn 1s linear 1.2s backwards;
	animation: fadeIn 1s linear 1.2s backwards;
	z-index: 600;
	 
	  /* border: 1px solid red;*/
}

/*imagenes*/

.cardenal {
	position: absolute;
	display: block;
	top: 3%;
	left: 45%;
	 /*border: 1px solid red;*/	
	 z-index: 600;
	 cursor:move;
}




.escultura {
    display: block;
	position: absolute;
	top: 45%;
	left: 80.5%;
	/* border: 1px solid red;*/
	 z-index: 450;
	 cursor: move;
}

.papiro {
	display: block;
	position: absolute;
	top: 20%;
	right: 5%;
	/* border: 1px solid red;*/
	z-index: 300;
	cursor: move;
}
.arbol {
	background-size: cover;
	position: absolute;
	bottom: 5%;
	left: -35%;
	 /*border: 1px solid red;*/
	 	 z-index: 5;
		 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);
	}
}