/* CSS Document */
		#rodape{
		width: 990px;
		height: 90px;
		margin: 5px 0 7px 0;
		padding: 0 0 5px 0;
		overflow: hidden;
		position: relative;
		text-align: left;
		background:url(../_imagens/bg_rodape.gif) repeat-x bottom;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight:bold;
		border-top: 3px solid #663300;
		}
		.texto_rodape{
		border: 1px solid;
		overflow:hidden;
		padding: 13px 0 0 0;
		}
		#rodape_meio{
		width: 770px;
		margin: 15px 0 15px 97px;
		overflow: hidden;
		}
		.logo_rodape{
		float: left;
		margin: 0 20px 0 0;
		}

		#rodape_meio .links_rodape a{
		color: #fff;
		}
		
		.links_rodape{
		margin: 16px 0 0 0;
		float: left;
		}
		
		.links_rodape2{
		margin: 20px 0 0 15px;
		float: left;
		font-size: 12px;
		}
		
		#rodape_meio .links_rodape2 a{
		padding: 3px 7px;
		color: #525252;
		text-transform:uppercase;
		}
		