
/* formato do link geral */
a:link {
	color: #3F3F3F;
	text-decoration: none
	}
a:visited {
	color: #3F3F3F; 
	text-decoration: none
	}
a:hover {
	color: #292914;
	text-decoration: underline
	}
a:active {
	color: #3F3F3F;
	text-decoration: none
	}
/*fim-------------------------------------------*/



/* ------------------------------------------- */
/*=Info - referente a div rodape */
/* estilo do capitulador */
#info h1 {
	background-color: #FFFFFF;
	text-indent: 6px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: 2px;
	margin-bottom: 10px;
	}

/* da um destaque quando seleciona o campo input da busca */
#info .busca input:focus {
	background: #F7F7EE;
	border: 1px solid #737337; }
/*fim------------------------------------------- */


/* ------------------------------------------- */
/*=Emdestaque - referente a div rodape */
/* titulo do texto em destaque */
#emdestaque h1 {
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 8px;
	padding-left: 20px;
	padding-top: 0px;
	background-image: url(icon_artigo.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	}

/* formato para o autor do texto em destaque */
#emdestaque h2 {
	font-size: 13px;
	color: #777740;
	text-align: left;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2C7;
	}

/* descricao do texto em destaque */
#emdestaque p {
	font-size: 12px;
	color: #363636;
	line-height: 18px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 10px;
	}
/*fim------------------------------------------- */


/* ------------------------------------------- */
/*=Outros - referente a div rodape */
/* estilo do capitulador "outros textos" */
#outros h1 {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 3px !important;
		padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #808040;
	}


/* titulo do texto */
#outros h2 {
	font-size: 15px;
	color: #494949;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 8px;
	margin-left: 20px;
	padding-left: 18px;
	padding-top: 0px;
	background-image: url(icon_artigo.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	}

/* autor do artigo */
#outros h3 {
	font-size: 13px;
	color: #777740;
	text-align: left;
	font-weight: normal;
	width: 370px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2C7;
	}
/*fim------------------------------------------- */


/* ------------------------------------------- */
/*=Artigos - referente a div rodape */
/* titulo do artigo */
#artigos p {
	font-size: 11px;
	color: #363636;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	line-height: 18px;
	margin-top: 10px  !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
	margin-left: 70px !important;
	float: none !important;

		/* faz o IE funcionar corretamente */
		margin-top: 8px;
		margin-right: 8px;
		margin-bottom: 5px;
		margin-left: 5px;
		float: left;
		}


/* autor do artigo */
#artigos h1 {	
	font-size: 12px;
	color: #696969;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 8px !important;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	margin-right: 10px !important;
	margin-left: 70px !important;
	float: none !important;

		/* faz o IE funcionar corretamente */
		margin-left: 68px;
		margin-bottom: 8px;
		margin-right: 8px;
		margin-top: 0px;
		padding: 0px;
		}



/* estilizacao de links para div artigos */
#artigos a:link {	color:#484824;	text-decoration: none;	}
#artigos a:visited {	color:#484824;	text-decoration: none;	}
#artigos a:hover {	color:#008400;	text-decoration: underline;	}
#artigos a:active {	color:#484824;	text-decoration: underline;	}
/*fim------------------------------------------- */