/* CSS Document */

#footer {
	width: 850px;
	display: block;
	float: none;
	clear: both;
	text-align: right;
}
#footer #infoFooter {
	display: block;
	width: 570px;
	text-align: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1778B0;
	background-color: #EBF3FC;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 9px;
	color: #666666;
	background-image: url(../images/sigla-primaria.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 50px;
	float: right;
}
#infoFooter a {
	color: #1778B0;
}
#infoFooter a:hover {
	text-decoration: none;
}

#infoFooter #leftInfo {
	width: 250px;
	float: left;
	display: block;
}
#infoFooter #rightInfo {
	float: right;
	text-align: right;
	width: 200px;
	display: block;
}


