html,body{
	height: 100%; 
	width: 100%;
	margin: 0;
	padding: 0;	
}
body{
	overflow: hidden;
}
.pt-perspective{
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	transform-style: preserve-3d;
}
.pt-page{
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.pt-page-ontop {
	z-index: 999;
}
.pt-page-full-last{
	height:auto;				
	overflow:visible;
	/*visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;*/
}
.no-js {
	overflow: auto;
}
.no-js .pt-page{
	position:relative;
}
.pt-page-current,
.no-js .pt-page {
	visibility: visible;
	z-index: 1;
}
/**DLMENU**/
.navegador {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	z-index: 1;
}
.boton {
	width: 1.1em;
	height: 1.1em;
	display: table;
	margin-bottom: 5px;
	border-radius: 100%;
	cursor: pointer;
	/*background: url(../image/bullet_menu.svg);
    background-size: contain;*/
	background: #A87AD2;
}
.boton:hover{
	/*background: url(../image/bullet_menu_rollover.svg);
	background-size: contain;*/
	opacity: 0.5;
}
.botonActivo{
	background-color:#FEA8D7;
	border: 1px solid #FEA8D7;
}
.navegador ul {
	list-style: none;
	margin-right: 20px;
}
