@charset "utf-8";
/* CSS Document */

#fundo_rodape{
	background:url(../IMG/fundo-rodape.jpg) no-repeat;
	height: 114px;
	width: 1015px;
	margin: 0 auto;
	clear:both;
}

#texto_rodape{
	text-align:center;
	padding: 25px;	
	color:#FFFFFF;
}

#copy{
	width: 800px;
	height: 20px;
	margin: auto;
	border: 1px solid #0099FF;
}

#kls{
	float:right;
	padding:3px;
	border: 0px;
}
#kls a {
	text-decoration:none;
	color:#FFFFFF;
}

#kls a:hover {
	color:#FF9900;
}

#texto_copy{
	color:#999999;
	float:left;
	padding-top:3px;
	padding-left: 120px;	
}




