@charset "utf-8";
/* CSS Document */

a:active ~ #titulo-con-botella {
	animation: boton-a-original .5s ease-in-out 0s 1 both;
	-moz-animation: boton-a-original .5s ease-in-out 0s 1 both;
	-webkit-animation: boton-a-original .5s ease-in-out 0s 1 both;
	-o-animation: boton-a-original .5s ease-in-out 0s 1 both;
	-ms-animation: boton-a-original .5s ease-in-out 0s 1 both;
}
@keyframes boton-a-original {
	0% {
	left: 620px;
	top: 175px;
	transform: scale(1);
	}
	100% {
	top: 0px;
	left: 510px;
	transform: scale(.55);
	}
}
@-moz-keyframes boton-a-original {
	0% {
	left: 620px;
	top: 175px;
	-moz-transform: scale(1);
	}
	100% {
	top: 0px;
	left: 510px;
	-moz-transform: scale(.55);
	}
}
@-webkit-keyframes boton-a-original {
	0% {
	left: 620px;
	top: 175px;
	-webkit-transform: scale(1);
	}
	100% {
	top: 0px;
	left: 510px;
	-webkit-transform: scale(.55);
	}
}
@-o-keyframes boton-a-original {
	0% {
	left: 620px;
	top: 175px;
	-o-transform: scale(1);
	}
	100% {
	top: 0px;
	left: 510px;
	-o-transform: scale(.55);
	}
}
@-ms-keyframes boton-a-original {
	0% {
	left: 620px;
	top: 175px;
	-ms-transform: scale(1);
	}
	100% {
	top: 0px;
	left: 510px;
	-ms-transform: scale(.55);
	}
}
#titulo-con-botella {
	animation: boton-a-encabezado 1.5s ease-in-out 0s 1 both;
	-moz-animation: boton-a-encabezado 1.5s ease-in-out 0s 1 both;
	-webkit-animation: boton-a-encabezado 1.5s ease-in-out 0s 1 both;
	-o-animation: boton-a-encabezado 1.5s ease-in-out 0s 1 both;
	-ms-animation: boton-a-encabezado 1.5s ease-in-out 0s 1 both;
}
@keyframes boton-a-encabezado {
	0% {
	top: 0px;
	left: 510px;
	transform: scale(.55);
	}
	100% {
	left: 620px;
	top: 175px;
	transform: scale(1);
	}
}
@-moz-keyframes boton-a-encabezado {
	0% {
	top: 0px;
	left: 510px;
	-moz-transform: scale(.55);
	}
	100% {
	left: 620px;
	top: 175px;
	-moz-transform: scale(1);
	}
}
@-webkit-keyframes boton-a-encabezado {
	0% {
	top: 0px;
	left: 510px;
	-webkit-transform: scale(.55);
	}
	100% {
	left: 620px;
	top: 175px;
	-webkit-transform: scale(1);
	}
}
@-o-keyframes boton-a-encabezado {
	0% {
	top: 0px;
	left: 510px;
	-o-transform: scale(.55);
	}
	100% {
	left: 620px;
	top: 175px;
	-o-transform: scale(1);
	}
}
@-ms-keyframes boton-a-encabezado {
	0% {
	top: 0px;
	left: 510px;
	-ms-transform: scale(.55);
	}
	100% {
	left: 620px;
	top: 175px;
	-ms-transform: scale(1);
	}
}