/* (c) 2016 Senac Sao Paulo */

#wrapperF{ float:left; width:1000px; height:250px; margin-bottom:15px; }
#photoG	{ position:absolute; width:1000px;height:250px; background-color:#cdcdcd; margin-left:0px; margin-bottom:0px; z-index:0; overflow:hidden; }
/*#photoG img{ height:250px;} */
#bar	{ position:absolute; width:1000px; height:35px; margin-top:214px; }
#title	{ float:left; width:400px; height:25px; color:#616161; font-family:Trebuchet MS;font-size:14px; font-weight:none; margin-top:5px; margin-left:5px;text-align:left; padding-top:3px; padding-left:5px; }
#buttons{ float:right;width:300px; height:25px; color:#616161; margin-top:5px; margin-right:10px; text-align:left; padding-top:0px; padding-left:0px;  }		
	.btn_off{ float:right; width:18px; height:20px; margin-right:5px; cursor:default; background-image:url('imagens/ball_off.png'); }
	.btn_on{  float:right; width:18px; height:20px; margin-right:5px; cursor:pointer; background-image:url('imagens/ball_on.png'); }	
	




@media screen and (max-width:767px){
	#wrapperF{ width:100%; height:auto; margin-bottom:25%; }
	#photoG{ width:96%; height:auto; }
	#bar{ width:100%; display:none; }
	#title{ display:none; }
}

