#topo_geral{
	   width:700px;
	  height: 233px;
	  margin:auto;
	  text-align:center;
	  padding-top:3px;
	  padding-left:0px;
	  top:0px;
	  left:0px;
	}


img {
	border: none;
}

/* dock - top */
.dock {  width:600px;
	    height: 60px; 
		margin:auto;
	 position:relative;
	 top:-62px;
	 left:auto;
	 z-index:3;
}

.dock-container {
	position:relative;
	margin:auto;
	top:0px;
	width:700px;
	height: 40px;
	z-index:4;
}

a.dock-item {
	display: block;
	width: 30px;
	color: #Fff;
	position: absolute;
	top: 15px;
	padding-left:16px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 5px 0px; 
	width: 50%; 
}
.dock-item span {
	display: none; 
	padding-left: 10px;
}




#banner{
	  width:700px;
	  height:170px;
	  background-image:url(imagens/baner.png);
	  text-align:center;
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  top:0px;
	  left:0px;
	}

#menu{
	  width:700px;
	  height:60px;
	  color:#FFF;
	  text-align:left;
	  padding-top:2px;
	  background: url(imagens/dock-bg_v.gif);
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  position:relative;
	  top:1px;
	  left:0px;
	  z-index:1;
	 
	}
	
#menu2{
	  width:700px;
	  height:60px;
	  color:#FFF;
	  text-align:left;
	  padding-top:0px;
	  padding-left:0px;
	  background: url(imagens/dock-bg_v2.gif);
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  position:relative;
	  top:0px;
	  left:0px;
	  z-index:0;
	}
	
#sub_menu{
	  width:700px;
	  height:30px;
	  color:#CD0000;
      font: bold 20px Arial, Helvetica, sans-serif;
	  text-align:center;
	  padding-top:0px;
	  padding-left:0px;
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  position:relative;
	  top:30px;
	  left:0px;
	  z-index:1;
	}
	
#sub_menu2{
	  width:500px;
	  height:20px;
	  color:#FFF;
	  text-align:left;
	  font: bold 13px Arial, Helvetica, sans-serif;
	  padding-top:4px;
	  padding-left:5px;
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  position:relative;
	  top:2px;
	  left:2px;
	  z-index:1;
	 
	}

#sub_menu3{
	  width:160px;
	  height:20px;
	  color:#FFF;
	  text-align:center;
	  font: bold 13px Arial, Helvetica, sans-serif;
	  padding-top:5px;
	  padding-left:5px;
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  position:relative;
	  top:-24px;
	  left:533px;
	  z-index:2;
	 
	}


#link{
	  width:260px;
	  height:60px;
	  border-style:solid;
	  border-width:0px;
	  border-color:#900;
	  position:absolute;
	  top:5px;
	  left:440px;
	  z-index:2;
	 
	}

	
#CaptionBox{
	 background-color:#3CB371;
	}	
	
a{color:#FFF;
   text-decoration:none;}	
   
