/* CSS Document */
/*FORMATAÇÃO GERAL DO SITE*/
/*AS PROPRIEDADES ESTÃO ORGANIZADAS NA SEGUINTE ORDEM: VISUAL, DISTÂNCIAS E MEDIDAS E POSICIONAMENTO.*/

.noticias_texto {
	margin-bottom: 20px;	
}

.noticias_categorias{ 
	list-style: none; 
	margin: 10px 0 15px 0; 
	padding: 0px; 
	width: 100%; 
	float: left;
	position: relative; 
}

.noticias_categorias li {
	margin: 0 20px 0 0; 
}

.noticias_categorias li a:hover {
	color: #223e7b;
}

.noticias_categoria { 
	background: url(../img/ic_noticia.gif) no-repeat left; 
	padding-left: 8px; 
	padding-right: 10px;
	float: left; 
	position: relative; 
}

.noticias_categoria a { 
	color: #E89127; 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bolder; 
	font-size: 13px; 
	text-decoration: none; 
}

.noticia_titulo { 
	color: #223e7b; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bolder; 
	text-decoration: none;
	/*padding-top: 30px;*/ 	
	width: 100%; 
	float: left; 
	position: relative; 
}

.noticia_texto, .noticia_texto span { 
	padding: 0 0 8px 0; 
	float: left; 
	position: relative; 
	width: 100%;
}


.noticia_credito { 
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: bolder; 
	font-size: 12px; 
	text-decoration: none;
	padding-top: 2px; 
	width: 100%; 
	float: left; 
	position: relative;
}

.noticia_data { 
	color: #666666; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none;
	width: 100%; 
	float: left; 
	position: relative; 
}

.noticia_data strong { 
	font-weight: bolder; 
}

.noticia_outras { 
	color: #223e7b; 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bolder; font-size: 13px; 
	text-decoration: none;
	margin-top: 25px; 
	width: 100%; 
	float: left; 
	position: relative; 
}

.noticia_outras_itens { 
	list-style: none; 
	margin: 0px;
	padding: 0px; 
	margin-top: 10px;  
	width: 100%; 
	float: left; 
	position: relative; 
}

.noticia_outras_item { 
	background: url(../img/icone.jpg) no-repeat left; 
	margin: 4px 0;
	padding-left: 20px;
	width: 90%; 
	float: left; 
	position: relative; 
}

.noticia_outras_item a { 
	color: #223e7b; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bolder; 
	text-decoration: none; 
}

.noticia_outras_item a:hover {
	color: #666;
}