body {
	position: relative;
	min-width: 1024px;
}


p {
	font-family: Helvetica, Arial, sans-serif;
}

.buttons {
	position: absolute;
	cursor: pointer;
}

.btnLegenda {
	width: 168px;
	height: 43px;
	padding-left: 55px;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #212121;
}

.btnGlobo {
	width: 80px;
	height: 70px;
	border: none;
	background-size: 100% 100%;
}

.slider {
	position:absolute;
	top: 58px;
	left: 145px;
	width: 610px;
	height: 40px;
	/*background-color: rgba(0, 0, 0, 0.6);*/
}

.ui-slider-handle {
	position: absolute;
	top: 3px;
	width: 50px;
	height: 56px;
	margin-left: -25px;
	z-index: 50;
	background: url('../img/linha_btn.png');
	background-size: 100% 100%;
	background-position: center;
	outline: none;
}

#root {
	position: relative;
	width: 1024px;
	height: 768px;
	/*margin: auto auto auto auto;*/
	background-color: #e9e9e9;	
	overflow: hidden;
}

#my_canvas {
	position: absolute;
	top: 185px;
	left: 0px;
	background: url('../img/globo.png') no-repeat;
	background-size: 100% 100%;
	/*border: 1px solid black;*/

	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

#title {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 600px;
	font-size: 44px;
	font-weight: bold;
	color: #666666;
}

#text_initial {
	position: absolute;	
	top: 80px;
	left: 30px;
	width: 515px;
	font-size: 24px;
	color: #666666;
}

#enunciado_box {
	position: absolute;
	top: 200px;
	left: 600px;
	width: 375px;
	height: 310px;
	background: url('../img/box_informacoes_inicial.png') no-repeat;
	background-size: 100% 100%;
}

#text_enunciado {
	padding: 25px;
	font-size: 19px;
	line-height: 150%;
	font-family: Arial;
}

#period_box {
	position: absolute;
	top: 100px;
	left: 70px;
	width: 350px;
	background-color: #009999;
	background-size: 100% 100%;
	border-radius: 5px;
}

#text_01 {
	margin: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#text_02 {
	position: absolute;
	top: 400px;
	left: 35px;
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	color: #666666;
}

#legenda_box {
	position: absolute;
	top: 350px;
	left: 30px;
	width: 412px;
	height: 220px;
	background-color: #dcdcdc;
	border-radius: 8px;
}

#text_03 {
	font-size: 17px;
	line-height: 120%;
	color: #111;
	margin: 10px;
}

#globo_btns {
	position: absolute;
	top: 70px; 
	left: 500px;
	/*border: 1px solid black;*/
}

#slider_container {
	position: absolute;
	top: 605px;
	left: 87px;
	width: 850px;
	height: 134px;
	background: url('../img/linha_tempo.png') no-repeat;
	background-size: 100% 100%;
}

#pop_up {
	position: absolute;
	width: inherit;
	height: inherit;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 75;
	/*opacity: 0;*/
}

#popup_box {
	position: absolute;
	top: 100px;
	left: 240px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 8px;
	box-shadow: 7px 7px 5px #888888;
	text-align: center;
}

#text_pop_title {
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
	color: #777777;
	text-align: left;
}

#text_pop_body {
	width: 530px;
	font-size: 18px;
	margin: 20px;
	color: #333;
}

#close_btn {
	position: absolute;
	top: -20px;
	left: 500px;
	width: 60px;
	height: 62px;
	background: url('../img/fechar_btn_popup.png') no-repeat;
	background-size: 100% 100%;
	border: none;
}
