@charset "iso-8859-2";
/* CSS Document */
#rodape {
	height: 20px;
	background: #000;
	font-size: x-small;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/**html #global #rodape {
	width: 788px;
}
*/
#rodape #centro {
	width: 728px;
	margin: 0px auto;
	background: #C6675A;
	text-align: center;
}
/**html  #rodape #centro {
	top: -20px;
	position: relative;
	height: 20px;
	width: 748px;
}
*/
#global #rodape #centro a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
	display: inline-block;
}
#global #rodape #centro a:visited {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
	display: inline-block;
}
#global #rodape #centro a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
}



#rodape #canto-esquerdo {
	height: 20px;
	width: 20px;
	background: url(../imgs/canto_40.gif) no-repeat 0px -20px;
	float: left;
}
#rodape #canto-direito {
	background: url(../imgs/canto_40.gif) 20px 20px;
	float: right;
	height: 20px;
	width: 20px;
}
/**html #rodape #canto-direito {
	float: right;
	position: relative;
	left: 0px;
}
*/