/* reset */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #fff;
	height: 100%;
	overflow: hidden;
}

/* formato para las paginas */

.page {
	height: 100%;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 100%;
	left: 0px;
	top: 0px;
}

.current-page {
	visibility: visible;
	z-index: 1;
}
