@charset "utf-8";
/* CSS Document */

html, body {
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#393939;
}

#main{
	position:relative;
	width:480px;
	height:800px;	
	margin: auto;
	background:#393939 url(img/bg.gif) no-repeat center;
}
#main div{
	position:absolute;	
}
#main #trg_instr{
	position:absolute;
	display:block;
	width:20px;
	height:30px;
	right:24px;
	top:0px;
	outline:none;	
}
#main #pendulo{
	left:240px;
	top:700px;
	transform-origin: 100% 0;
}
#main #pendulo #haste{
	width:14px;
	height:675px;
	left:-7px;
	top:-600px;
	background:#d9d9d9;
	cursor:e-resize;
}
#main #pendulo #haste #peso, #main #pendulo #haste #sombra{
	width:12px;
	height:10px;
	left:1px;
	bottom:1px;
	background:#bbb;
	
}
#main #pendulo #haste #sombra{
	bottom:50px;
	background:#bdbdbd;	
}
#main #pendulo #timer{
	width:32px;
	height:25px;
	background:url(img/timer.gif) no-repeat top;
	left:-16px;
	top:-100px;
	cursor:ns-resize;
}
#main #centro{
	width:44px;
	height:44px;
	left:240px;
	top:700px;
	margin-left:-22px;
	margin-top:-22px;
	border-radius:44px;
	background:#252525;	
}


#instrucao{
	position:absolute;
	min-width:480px;
	width:100%;
	min-height:800px;
	height:100%;
	left:0px;
	top:-800px;
	background:#e4ff9a;
	display:none;
}
#instrucao #cnt_instr{
	position:relative;
	width:480px;
	height:800px;	
	margin:0px auto;
}
#instrucao #cnt_instr #cls{
	position:absolute;
	width:30px;
	height:30px;
	top:0;
	right:0;
	background:url(img/close.gif) no-repeat;
	display:block;	
}
#instrucao #cnt_instr #logo_instr{
	position:absolute;
	width:140px;
	height:100px;
	top:0;
	left:170px;
	display:block;	
}
#instrucao #cnt_instr #nav_instr{
	position:absolute;
	width:160px;
	height:100px;
	bottom:0;
	left:160px;
	background:url(img/nav_instr.gif) no-repeat;
	display:block;	
}
#instrucao #cnt_instr #nav_instr #next,
#instrucao #cnt_instr #nav_instr #prev{
	position:absolute;
	width:60px;
	height:30px;
	display:block;
	top:45px;	
}
#instrucao #cnt_instr #nav_instr #prev{
	left:0;	
}
#instrucao #cnt_instr #nav_instr #next{
	right:0;	
}
#instrucao #cnt_instr #nav_instr #sld1,
#instrucao #cnt_instr #nav_instr #sld2,
#instrucao #cnt_instr #nav_instr #sld3,
#instrucao #cnt_instr #nav_instr #sld4{
	position:absolute;
	width:30px;
	height:30px;
	display:block;
	top:0px;	
}
#instrucao #cnt_instr #nav_instr #sld1{
	left:5px;	
}
#instrucao #cnt_instr #nav_instr #sld2{
	left:45px;	
}
#instrucao #cnt_instr #nav_instr #sld3{
	left:85px;	
}
#instrucao #cnt_instr #nav_instr #sld4{
	left:125px;	
}
#instrucao #cnt_instr #nav_instr #bullet{
	position:absolute;
	width:8px;
	height:8px;
	border-radius:10px;
	background:#000;
	display:block;	
	top:27px;
	left:16px;
}
#instrucao #cnt_instr #steps_intr{
	position:absolute;
	width:480px;
	height:580px;
	left:0;
	top:100px;	
	overflow:hidden;
}
#instrucao #cnt_instr #steps_intr #sld_steps{
	position:absolute;	
	width:1920px;
	height:580px;
	left:0;
	top:0;
}
#instrucao #cnt_instr #steps_intr img{
	float:left;
	margin:0;
	padding:0;	
}
