html{
	background-color: #7F7F7F;
}

#page{
	position: relative;

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

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

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

	background-repeat: no-repeat;
	background-position: center center;
	background-origin: fixed;
	-webkit-background-size: contain;

	overflow: hidden;
}

#imagen-portada {
	position: absolute;
	top: 0; left: 0;

	z-index: 99;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition:         opacity 1s;
}

#imagen-portada.show { opacity: 1; }

#video {
	position: absolute;
	top: 0;   left: 0;
	z-index: 98;
}