/* (c) 2014 Senac São Paulo */

.container{ float:left; width:1000px; font-family:Tahoma,Arial,Verdana; font-size:13.5px; color:#777; }
	.container a:link{ color:#F67C00; }
	.container a:hover{ text-decoration:underline; color:#F67C00; }
	.container a:visited{ color:#F67C00; } 
	.container h2{ margin:0px 0px 10px 0px; padding:0px; }
	.container h3{ margin:0px 0px 10px 0px; padding:0px; }	

.line{ float:left; width:1000px; margin:0px 0px 15px 0px; }
	.c1{ float:left; width:235px; margin-right:16px; }
	.c2{ float:left; width:490px; }
	.c3{ float:left; width:745px; }
	.mr{ margin-right:20px; }
	.mb{ margin-right:15px; }	
	.img-responsive{ width:490px; height:360px; }		
	

.b{ border-bottom:1px solid #ccc; }
.t{ border-top:1px solid #ccc; }

.icon{ float:right; width:32px; height:32px; margin:5px 0px 5px 0px; }
.itemN{ float:left; width:900px; margin:8px 0px 5px 0px; }
.itemN a:link{ text-decoration:none; color:#777; font-size:13.5px; }
.desc{ float:left; width:1000px; margin:0px 0px 14px 0px; display:none; }

.iconX{ float:right; width:32px; height:32px; margin:5px 0px 5px 0px; }
.itemX{ float:left; width:900px; margin:8px 0px 5px 0px; }
.itemX a:link{ text-decoration:none; color:#777; font-size:13.5px; }
.descX{ float:left; width:1000px; margin:0px 0px 14px 0px; display:none; }

.novest{ display:none; }

.legend{ font-size:12px; font-style:italic; }


@media screen and (max-width:767px){
	.container{ float:left; width:98%; margin:0% 1% 0% 1%; }	
	.container h2{ font-size:20px; }
	.line{ width:100%; }
		.c1,.c2,.c3{ width:100%; }	
		.notablet{ display:none; }	
		
	.itemN,.itemX{ float:left; width:84%; }
	.desc,.descX{ float:left; width:100%; margin:0px 0px 15px 0px; display:none; }
	
	.img-responsive{ width:100%; height:auto; }			

}

