#player{
	position: absolute;	 overflow: hidden;
	width: 1024px;	height: 660px;
	top: 50%;    left: 50%;
	margin-top: -330px;    margin-left: -512px;
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;	
}
/*@media screen and (max-width:1026px) and (orientation : landscape){
	#player{
		width: 100vmax;	height: 660px;
		top: 0; left: 0;
		margin: 0px;	
	}
}*/
#touchDiv{
	display: none;
	position: absolute;	 overflow: hidden;
	width: 1024px;	height: 660px;
	top: 50%;    left: 50%;
	margin-top: -330px;    margin-left: -512px;
	background-color: rgba(0, 0, 0 ,0);
	z-index: 1;
}
/*----------------------------------TOP*/
.top{
	position: absolute;
	width: 100%;	height: 80px;
	z-index: 4;	background-image: url(img/topo.png);
	-webkit-box-shadow: 0px 0px 4px 0px #000000;
	-moz-box-shadow: 0px 0px 4px 0px #000000;
	box-shadow: 0px 0px 4px 0px #000000;
}
.no-top{
	position: absolute;
	width: 100%;	height: 80px;
	z-index: 4;	background-image: none;
	-webkit-box-shadow: 0px 0px 0px 0px #000000;
	-moz-box-shadow: 0px 0px 0px 0px #000000;
	box-shadow: 0px 0px 0px 0px #000000;
}
#courseName{
	cursor: default; position: absolute;
	top: 14px;	left: 166px;
	font-size: 24px; font-weight: bold;	color: #FFFFFF;
}
#pageName{
	cursor: default; position: absolute;
	top: 46px;	left: 166px;
	font-size: 16px; color: #FFFFFF;
}
#menuButton{
	cursor: pointer; position: relative;
	float: right;
	width: 44px; height: 44px;
	top: 18px; 
	margin-right: 18px;
	background-image: url(img/menu.png);
}
/*-----------------------------NAVEGACAO*/
.navigationClass{
	cursor: pointer; position: relative;
	width: 44px; height: 80px;
	top: 300px;
	z-index: 2;
	background-image: url(img/seta.png);
}
.blinkNavClass{ 
	cursor: pointer; position: relative;
	width: 44px; height: 80px;
	top: 300px;
	z-index: 2;
	background-image: url(img/seta_blink.png);
	display: none;
}
.fit_navigationClass{
	cursor: pointer; position: relative;
	width: 44px; height: 80px;
	top: 300px;
	z-index: 2;
	background-image: url(img/fit_seta.png);
}
.fit_blinkNavClass{ 
	cursor: pointer; position: relative;
	width: 44px; height: 80px;
	top: 300px;
	z-index: 2;
	background-image: url(img/fit_seta_blink.png);
	display: none;
}
#prevPage{
	float: left;
	background-image: url(img/seta.png);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#nextPage{ 
	float: right;
}

/*---------------------------ABERTURA*/
#introFrame, #aberturaDiv{
	position: absolute;
	width: 1024px;	height: 660px;
	background-color: #FFFFFF;
	z-index: 4;
}
#aberturaClick{
	position: absolute;	cursor: pointer;
	width: 1024px;	height: 660px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 4;
}

/*----------------------------CONTEUDO*/
#pageFrame{
	position: absolute;
	width: 1024px;
	height: 660px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}
#pageLoader{
	position: absolute;
	width: 1024px;	height: 660px;
	background-color: #ffffff;
}
#pageLoaderIcon{
	position: relative;
	width: 64px;	height: 39px;
	margin-top: -19.5px;	margin-left: -32px;
	left: 50%;	top: 50%; 
	background-image: url(img/loader.gif)
}
/*-----------------------JANELAS EXTRA*/
#popFrames{
	position: absolute;
	display: none;
	width: 1024px;
	height: 660px;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#videoFrame{
	position: absolute;
	display: none;
	width: 1024px;
	height: 660px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#score{
	position: relative;
	float: right;

	width: 238px;
	height: 60px;

	margin-right: 10px;

	padding-top: 12px;
	padding-left: 55px;
	box-sizing: border-box; 

	background-image: url(img/score.png);
	background-repeat: no-repeat;
}

#points{
	position: relative;
	float: left;
	width: 100px;
	font-size: 22px; font-weight: bold; color: #ffffff;
	text-align: left;
}

#box{
	position: relative;
	float: left;
	margin-left: 42px;
	width: 30px;
	font-size: 22px; font-weight: bold; color: #ffffff;
	text-align: left;
}