/*
(c) 2016 Senac São Paulo
pos-menu.css
March 29, 2015 
*/

.pos-menu-line{ float:left; width:1000px; margin:0px 0px 20px 0px; }

#pos-banner{ float:left; width:745px; height:200px; background:#eaeaea; }

#pos-menu{ float:right; width:235px; height:200px; background-color:#002653; }
	.menu-item{ float:left; width:88%; height:16px; margin:7px 0px 0px 15px; }
	.menu-item a:link{ font-size:14px; text-decoration:none; color:white; }
	.menu-item a:hover{  color:#ff7f00; text-decoration:underline; }
	.menu-item a:visited{  color:white; text-decoration:underline; }
	

#breadCrumb{ float:left; width:100%; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; padding:5px 0px 5px 5px; }
#breadCrumb a:link{ color:#777; text-decoration:none; font-size:13px; }
#breadCrumb a:hover{ color:#777; text-decoration:underline; font-size:13px; }


#menu2013{ float:left; width:100%; height:auto !important; }

.pos-menu-m{ float:left; margin:10px 0px 10px 0px; width:100%; font-family:Tahoma,Arial,Verdana; font-size:19px; display:none; }
	#pos-galeria-m{ float:left; width:100%; height:auto; margin-top:7px; }


@media screen and (max-width:767px){ 

	.pos-menu-line{ width:100%; display:block; }
	.pos-menu-m{ display:block; height:auto !important; }
	
	.space{ float:left; width:100%; height:180px; }	
	
	#pos-menu-top{ float:left; width:100%; height:45px; background-color:#EFF0DF; margin-bottom:1px; }
		#pos-menu-desc{ float:left; width:80%; color:#FF7F00; }
		#pos-menu-icon{ float:right; width:25px; height:45px; }
	#pos-menu-content{ float:left; width:100%; height:0px; background-color:#666666; display:none;  }
		.pos-menu-item{ float:left; width:90%; /* margin:10px 0px 10px 20px; */ margin:5px 0px 5px 20px; color:white; font-size:18px; }
		
	#pos-menu-desc{ margin:10px 0px 0px 14px; }
	#pos-menu-icon{ margin:0px 10px 0px 0px; }

	.notablet{ display:none; }
}

@media screen and (max-width:480px){ 
	.space{ float:left; width:100%; height:90px; }
}
	
@media screen and (max-width:400px){ 
	.space{ float:left; width:100%; height:110px; }
}



	



