/* CSS Rodape */

#rodape{
	width:990px;
	height:98px;
	margin:auto;
	background:url(../img/bg-rodape.gif) repeat-x top;
	font-size:11px;
	color:#333;
}

#rodape a{
	color:#333;
}

#rodape b{
	color:#222;
}

#rodape .info{
	float:left;
	margin:15px 0 0 20px;
}

#rodape img{
	float:left;
	margin:0 0 0 20px;
}

#rodape .menu{
	width:345px;
	float:right;
	margin:15px 0 0 0;
}

#rodape .menu a{
	font-size:12px;
	text-decoration:none;
}

#rodape .menu a:hover{
	text-decoration:underline;
}

#rodape .atencao{
	width:360px;
	float:right;
	text-align:center;
	font-size:10px;
	margin:0 0 0 0;
}

#rodape .atendimento{
	width:360px;
	float:right;
	text-align:center;
	font-size:10px;
	margin:0 0 0 0;
}

#rodape .atencao img{
	float:none;
	margin:0;
}

