/**/
/*
.todos {
	  -moz-animation-delay: 5s;
	  -webkit-animation-delay: 5s;
	  animation-delay: 5s;

	  animation-duration: 2s;
	  -moz-animation-duration: 3s;
	  -webkit-animation-duration: 3s;

	  /*animation-iteration-count: infinite;
	  -moz-animation-iteration-count: infinite;
	  -webkit-animation-iteration-count: infinite;*/
}


/*Retardo de las animaciones*/

.delay25 {
	  -moz-animation-delay: 0.25s;
	  -webkit-animation-delay: 0.25s;
	  animation-delay: 0.25s;
}
.delay50 {
	  -moz-animation-delay: 0.5s;
	  -webkit-animation-delay: 0.5s;
	  animation-delay: 0.5s;
}
.delay75 {
	  -moz-animation-delay: 0.75s;
	  -webkit-animation-delay: 0.75s;
	  animation-delay: 0.75s;
}
.delay100 {
	  -moz-animation-delay: 1s;
	  -webkit-animation-delay: 1s;
	  animation-delay: 1s;
}
.delay125 {
	  -moz-animation-delay: 1.25s;
	  -webkit-animation-delay: 1.25s;
	  animation-delay: 1.25s;
}
.delay150 {
	  -moz-animation-delay: 1.50s;
	  -webkit-animation-delay: 1.50s;
	  animation-delay: 1.50s;
}
.delay175 {
	  -moz-animation-delay: 1.75s;
	  -webkit-animation-delay: 1.75s;
	  animation-delay: 1.75s;
}
.delay200 {
	  -moz-animation-delay: 2s;
	  -webkit-animation-delay: 2s;
	  animation-delay: 2s;
}
.delay225 {
	  -moz-animation-delay: 2.25s;
	  -webkit-animation-delay: 2.25s;
	  animation-delay: 2.25s;
}
.delay250 {
	  -moz-animation-delay: 2.50s;
	  -webkit-animation-delay: 2.50s;
	  animation-delay: 2.50s;
}
.delay275 {
	  -moz-animation-delay: 2.75s;
	  -webkit-animation-delay: 2.75s;
	  animation-delay: 2.75s;
}
.delay300 {
	  -moz-animation-delay: 3s;
	  -webkit-animation-delay: 3s;
	  animation-delay: 3s;
}
.delay325 {
	  -moz-animation-delay: 3.25s;
	  -webkit-animation-delay: 3.25s;
	  animation-delay: 3.25s;
}
.delay350 {
	  -moz-animation-delay: 3.50s;
	  -webkit-animation-delay: 3.50s;
	  animation-delay: 3.50s;
}
.delay375 {
	  -moz-animation-delay: 3.75s;
	  -webkit-animation-delay: 3.75s;
	  animation-delay: 3.75s;
}
.delay400 {
	  -moz-animation-delay: 4s;
	  -webkit-animation-delay: 4s;
	  animation-delay: 4s;
}
.delay425 {
	  -moz-animation-delay: 4.25s;
	  -webkit-animation-delay: 4.25s;
	  animation-delay: 4.25s;
}
.delay450 {
	  -moz-animation-delay: 4.50s;
	  -webkit-animation-delay: 4.50s;
	  animation-delay: 4.50s;
}
.delay475 {
	  -moz-animation-delay: 4.75s;
	  -webkit-animation-delay: 4.75s;
	  animation-delay: 4.75s;
}
.delay500 {
	  -moz-animation-delay: 4s;
	  -webkit-animation-delay: 4s;
	  animation-delay: 4s;
}


/*duración de la animación*/
.duracion1{
	  animation-duration: 1s;
	  -moz-animation-duration: 1s;
	  -webkit-animation-duration: 1s;

}
.duracion2{
	  animation-duration: 2s;
	  -moz-animation-duration: 2s;
	  -webkit-animation-duration: 2s;

}
.duracion3{
	  animation-duration: 3s;
	  -moz-animation-duration: 3s;
	  -webkit-animation-duration: 3s;

}
.duracion4{
	  animation-duration: 4s;
	  -moz-animation-duration: 4s;
	  -webkit-animation-duration: 4s;

}
.duracion5{
	  animation-duration: 5s;
	  -moz-animation-duration: 5s;
	  -webkit-animation-duration: 5s;

}
