﻿/******************/
/*  RODAPÉ        */
/******************/		
#endereco {
	float:left;
	width:700px;
	height:auto;
	padding-left:10px;
	}
	
#rodape{
	clear:both;
	width: 946px;
	height: 50px;
	font-size:11px;
	color:#767171;
	padding:7px;
	margin-top:5px;
	background-image:url(../imagens/rodape.jpg);
	}
	
	#rodape a {
	color: #fff;
	text-decoration: none;
	}

	#rodape a:hover {
	text-decoration:underline;
	color: #ccc;
	}

#creditos {
	float:left;
	position:relative;
	top:0px;
	left:180px;
	width:50px;
	height:20px;
	}