html {
	background-color: #7F7F7F;
}

#page {
	position: relative;

	z-index: 1;
	width: 768px;
	height: 1024px;

	border-style: none;
	border-color: transparent;
	background-color: #555;

	margin-left: auto;
	margin-right: auto;

	overflow: hidden;
}

#juego {
	width: 100%;
	height: 100%;

	background: url('../images/juego/p4.png');
}

#juego p {
	padding-top: 40px;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 36px;
	font-weight: bold;
	color: #555;

	text-shadow: 1px 1px #bbb, -1px -1px #333;
}

.cursor-catcher {
	position: relative;
	margin: 0;
	padding: 0;

	text-align: center;
}

.cursor-catcher img {
	position: absolute;
	z-index: 1;
}

#puntos {
	position: absolute;
	bottom: 0px;
	left:   0px;

	padding: 10px;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 22px;
}

#corazones {
	position: absolute;
	bottom: 0px;
	right:  0px;

	padding: 10px;
}

#cursor {
	position: absolute;

	width: 48px;
	height: 48px;

	background: url('../images/juego/cursor.png') no-repeat center center;
	background-size: contain;

	transition-property: top, left;
	-webkit-transition-property: top, left;

	transition-duration: 5s;
	-webkit-transition-duration: 5s;

	display: none;
}



#intro {
	position: absolute;
	width: 768px;
	height: 1024px;

	background-image: url('../images/juego/juegoV.jpg');
	background-size: 100% 100%;
	z-index: 999;

	top: 0;
	left: 0;
}

#click {
	position: absolute;

	z-index: 999;

	top:   600px;
	left:  135px;
	width: 500px;
	height: 70px;
}

#star {
	position: absolute;
	z-index: 999;

	width: 48px;
	height: 48px;

	background: url('../images/juego/star.png') no-repeat center center;
	background-size: contain;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 24px;
	font-weight: bold;
	color: #FFF;

	padding: 28px 0 0 0;

	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

.cursor-catcher .hide { opacity: 0; }

.heart {
	display: inline-block;
	width: 24px;
	height: 24px;

	background: url('../images/juego/heart.png') no-repeat center center;
	background-size: contain;

	margin: 0 6px;
}
