#rodape {
	width:100%;
	height:80px;
	position:relative;
	margin:auto;
	bottom: 0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-image:url(images/linha.jpg);
	background-repeat:no-repeat;
	background-position:top;
	
	
}
#rodape_centro {
	width:980px;
	height:60px;
	position:relative;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	

	}
#menu_rodape {
	width:500px;
	height:25px;
	float:left;
	top: 33px;
	position:absolute;
	text-align:left;
	color:#FFFFFF;

	}
	
#menuh ul {
   padding:0px;
   margin:0px;
   float:left;
   width:100%;
   list-style:none;

}
#menuh ul li { display: inline; }
#menuh ul li a {
   padding: 2px 10px;
   float:left;
   /* visual do link */
   color:#fff;
   font-size: 10px;
   text-decoration: none;
   text-transform: uppercase;
   }
#menuh ul li a:hover {
   
   color:#63AFE9;
   font-size:10px;
   text-transform:uppercase;
}
#assinatura{
	width:320px;
	height:22px;
	margin:auto;
	position:absolute;
	bottom:9px;
	color:#FFFFFF;
	left: 659px;
	}
