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

/*============RODAPE=============*/
div#rodape {
 	width: 1000px;
	height: 171px;
	float:left;
	background:transparent;
}

span.destaque_inf_rodape {
 	color:#3e7595;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

div#rodape a {
 	font-size:11px;
	color:#6792ad;
}

div#rodape .negrito-azul {
	font-size:13px;
	color:#6792ad;
	font-weight:bold;
	text-decoration: underline;
}

div#rodape .negrito-azul:hover {
	text-decoration:underline;
}

div#inf_rodape {
 	width: 100%;
	height: 25px;
	float:left;
 	font-size:12px;
	margin:10px 0 0 0;
	text-align:center;
}

div#lista_navegacao {
 	width: 695px;
	height: 81px;
	float:left;
	padding: 19px 0 0 305px;
	font-size: 11px;
	font-weight:bold;
}

div#lista_navegacao ul {
	float:left;
	list-style:none;
	display: block;
	/*padding: 5px 40px 0 0;*/
	margin:0 22px 0 0;
}

.width-maior {
	width:150px;
}

div#lista_navegacao ul li a {
 	font-weight: normal;
}

div#lista_navegacao ul li a:hover {
 	color:#003366;
	text-decoration: underline;
}

div#copy {
 	width: 625px;
	height: 38px;
	float: left;
	font-size:11px;
}

div#copy p {
 	padding: 5px 0 0 10px;
}

div#copy a:hover {
 	color:#003366;
	text-decoration: underline;
}

div#lista_rss {
 	width: 290px;
	height: 38px;
	float: right;
}

div#lista_rss ul {
	float:right;
}

div#lista_rss ul li {
 	font-size:11px;
	float: left;
	list-style:none;
	padding: 5px 5px 0 2px;
}

div#lista_rss ul li a {
 	font-size:11px;
	color:#6792ad;
}

div#lista_rss ul li a:hover {
 	color:#003366;
	text-decoration: underline;
}