/* 
(c) 2013 Senac SÃƒÂ£o Paulo
file:	senac_temas.css 
path:	/css/
*/


#cursos-wrapper{ width:1000px; margin-top:15px; }	
#cursos-line1{ float:left; width:100%; }		
#cursos-coluna1{ float:left; width:235px; font-size:13px; }
	/*
	#temas-menu{ float:left; width:100%; border-bottom:1px solid #cdcdcd; margin:0px 0px 12px 0px; }
	#temas-tit{ float:left; width:100%; background:#01478C; height:20px; }
	#temas-tit p{ color:white; padding:1px 0px 0px 15px; }
	
	#temas-item{ float:left; width:100%; height:22px; background:#eee; border-bottom:1px solid white; padding-top:2px; }
	#temas-item:hover{ background:#ddd; }
	#temas-item a:link{ margin:5px 0px 0px 15px; font-size:13px; color:#696969; }
	#temas-item a:hover{ text-decoration:none; }	
	
	#subtemas-menu{ float:left; width:100%; font-size:18px; color:#666; margin:15px 0px 10px 0px; border-bottom:1px solid #cdcdcd; }
	#subtemas-tit{ float:left; width:100%; background:#666; height:20px; }
	#subtemas-tit p{ color:white; padding:1px 0px 0px 15px;  }
	
	*/
#cursos-coluna2{ float:right; width:740px; }	
	#gallery{ float:left; width:745px; height:200px; margin:0px 0px 10px -5px; }	
	#tema-titulo{ margin-bottom:15px; }
		#titulo1{ font-size:26px; color:#00478b; }
		#titulo2{ font-size:26px; color:#ff7f00; }
		#trace{ font-size:16px; }

	
#cursosContent{ margin-left:0px; }

	
#menuNew{ float:left; width:235px; border:0px solid orange; margin:55px 0px 0px 0px; }

.nodesk{ display:none; }



@media screen and (max-width:767px){
	#cursos-wrapper{ width:98%; margin-left:1%; }
	#menuNew, #gallery{ display:none; }
	/* #cursos-coluna1, #menuNew, #gallery{ display:none; } */
	#cursos-coluna1, #cursos-coluna2{ width:100%; }
	.notablet{ display:none; }
	.nodesk{ display:block; }
} 



@media screen and (max-width:480px){
	#titulo1{ font-size:16px !important; }
	#titulo2{ font-size:16px !important; }	
}



