#home, .internas{
	width:800px;
	height:600px;
}
#home .intro{
	background:url(img/intro.png) no-repeat 0 0;
	width:800px;
	height:600px;
	position:absolute;
	top:0;
	left:0;
}
#home .intro a{
	width:230px;
	height:53px;
	position:absolute;
	top:353px;
	left:300px;
	text-indent:-5000px;
}
#home .bg{	
	width:800px;
	height:600px;
	position:relative;
}
#home .ops{
	width:31px;
	height:45px;
	background: url(img/icones.png) no-repeat 0 0;
	background-size:100%;
	-webkit-animation: pinos 2s ease-in-out infinite;
	-moz-animation: pinos 2s ease-in-out infinite;
    animation: pinos 2s ease-in-out infinite;
	position:absolute;
	text-indent:-5000px;
}
@-webkit-keyframes pinos { 
	0% {background-image: url(img/icones.png);} 
	50% {background-image: url(img/iconesP.png);} 
	100% {background-image: url(img/icones.png);}
}
@-moz-keyframes pinos { 
	0% {background-image: url(img/icones.png);} 
	50% {background-image: url(img/iconesP.png);} 
	100% {background-image: url(img/icones.png);}
}
@keyframes pinos { 
	0% {background-image: url(img/icones.png);} 
	50% {background-image: url(img/iconesP.png);}  
	100% {background-image: url(img/icones.png);}
}

#home #op1{ top:440px; 	left:31px; }
#home #op2{ top:25px; 	left:560px; }
#home #op3{ top:535px; 	left:590px; }
#home #op4{ top:310px; 	left:530px; }
#home #op5{ top:260px; 	left:105px; }
#home #op6{ top:265px; 	left:755px; }
#home #op7{ top:365px; 	left:735px; }
#home .bg .moldura{position: fixed;}
#home .seta{
	width: 63px; 
	height:62px;
	text-indent:-5000px;
	display:block;
	left:50%;
	margin-left:-31.5px;
	position: fixed;
}
#home .seta[data-status=up]{ background-image: url(img/bt_seta_up.png); top:10px; }
#home .seta[data-status=down]{ background-image: url(img/bt_seta_down.png); top:auto; bottom:10px; }
#home .seta[data-status=off]{ background-image:none; }
#home #move{ top:-278px; }

#blocos .btAmpliar{	
	position:absolute;
	width:34px;
	height:34px;
	display:block;
	text-indent:-5000px;
}

#blocos .btAmpliar.btOp0{ top:426px; left:487px; }
#blocos .btAmpliar.btOp1{ top:401px; left:448px; }
#blocos .btAmpliar.btOp2{ top:401px; left:448px; }
#blocos .btAmpliar.btOp3{ top:401px; left:448px; }
#blocos .btAmpliar.btOp4{ top:367px; left:498px; }
#blocos .btAmpliar.btOp5{ top:410px; left:475px; }
