@charset "utf-8";
* {margin:0; padding:0; font-family: Trebuchet MS, Tahoma, Arial, Verdana;}
a {color:#4a4a4a;}
a:hover {color:#000;}
img{border:none;}

#main{
	width:780px;
	display:block;
	margin:0 auto;
}
#header{
	width:780px;
	height:300px;
	display:block;
}
	#topo{width:770px; height:70px; padding:5px;}
	#topo h1{height:70px; float:left; }
	#topo .subTitulo{width:450px; margin:45px 0 0 35px; float:left; font:12px normal Trebuchet MS, Tahoma, Arial, Verdana; color:#fff; text-transform:uppercase; }
	#menu{width:770px; height:44px; float:left; padding:3px 5px 0; background:transparent url('../i/fundoBranco.jpg') no-repeat 0 10px;}
	
	#menu ul {float:left; margin-left:2px;}
	#menu ul, #menu li{display:inline; list-style:none;}
	#menu li{float:left; font:bold 16px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif; text-align:center;}
	#menu li a{float:left; text-decoration:none;  }
	#menu li a:hover{color:#039 !important; padding-top:8px!important;}
	#menu li.sel a:hover{color: #69f !important; padding:10px 0 0 0!important;}

#content{
	width:780px;
	float:left;
	background:transparent url('../i/fundoBranco.jpg') no-repeat 0 -55px;
}

#footer{width:780px; height:35px; float:left; background:transparent url('../i/fundo_rodape.jpg') no-repeat 5px 0;}
	#footer a {color:#fff; text-decoration:none; font-weight:bold;}
	#footer a.mail{width:28px; height:20px; margin:15px 0 0 17px;float:left; text-indent:-100000px; }
	#footer span{ width:735px; margin:15px auto 0; float:left; font-size:0.9em; text-align:center; color:#fff;}

.w190 { width:190px; }
