#DivRodape {
	display: block;
	width: 979px;
	height: 66px;
	background: #999 url('../IMG/bgRodape.gif') 0 0 no-repeat;
	position: relative;
	clear: both;
}
div#DivRodape * {
       color: #333;
/*       font: 10px normal tahoma, Verdana;  */
       margin: 0;
       padding: 0;
       list-style: none;
}

div#DivRodape ul {
        display: block;
        width: 100%;
        padding: 8px 0;
        text-align: center;
}
div#DivRodape ul li {
        display: inline;
        margin-left: 3px;
        color: #fff;
}
div#DivRodape ul li a {
        margin-right: 3px;
        color: #fff;
        text-decoration: none;
}
div#DivRodape ul li a:hover {
        text-decoration: underline;
}
div#DivRodape p.copy {
        float: left;
        padding-left: 134px;
        line-height: 33px;
}
/*
div#DivRodape p.empresaGvt {
        float: right;
        color: #666;
        line-height: 33px;
        padding-right: 132px;
}
div#DivRodape p.empresaGvt img {
        vertical-align: middle;
}
*/
