*, html {

    margin: 0;
    padding: 0;
    border: 0;
}
div#rodape:after {
        content:".";
        display:block;
        clear:both;
        visibility:hidden;
        height:0;
        overflow:hidden;
}
/* ------------- INÍCIO RODAPÉ --------------- */
div#rodape{
    height: 280px;
    display: block;
    background: #F0EBDF url(../images/bg_rodape.gif) repeat-x;
    margin-top: 50px;
}
    div#conteudo_rodape{
        margin:0 auto;
        width:902px;
        display: block;
    }
        div#menu_rodape{
            width: 790px;
            height: 36px;
            display: block;
            padding-top: 10px;
            margin-left: 50px;
        }
            div#menu_rodape ul li{
                display: inline;
                float: left;
                margin-left: 20px;
                margin-top: 10px;
            }
                div#menu_rodape ul li.separador,
				div#menu_rodape ul li.logo_twitter{
                    margin-top: 0;
                }
                div#menu_rodape ul li a{
                    font-size: 14px;
                    font-weight: bold;
                    color: #950a06;
                    text-decoration: none;
                }
                    div#menu_rodape ul li a:hover{
                        color: #7d7a74;
                        text-decoration: underline;
                    }
            div#logos_rodape{
                width: 536px;
                display: block;
                clear: both;
                margin-left: 184px;
                margin-top: 20px;
            }
                div#logos_rodape p{
                    font-size: 16px;
                    font-weight: bold;
                    color: #6b6963;
                    padding-left: 7px;
                    padding-top: 15px;
                }
                div#desenvolvido_por{
                	float: right;
                	margin-top: 15px;
                	margin-right: 185px;
				}
}