@charset "utf-8";

#contenedoranimacion {
	box-sizing:border-box;
	margin-top: 2rem;
	width: 100%;
	max-width: 1000px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#relativizaanimacion {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;	
}
#dartamano {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0;
}
.cadaanimacion {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}

.cadaanimacion img {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	transition: all 2s linear 0s;
}
.foto1 {
	z-index: 3;
	
}
.foto2 {
	z-index: 4;
	
}
.foto3 {
	z-index: 5;
	
}
.foto4 {
	z-index: 6;
	
}
.foto5 {
	z-index: 7;
	
}
.foto6 {
	z-index: 8;
	
}
.foto7 {
	z-index: 9;
	
}
.foto8 {
	z-index: 10;
	
}
.foto9 {
	z-index: 11;
	
}
.foto10 {
	z-index: 12;
	
}
.foto11 {
	z-index: 15;
}
.foto12 {
	z-index: 16;
}

