@charset "utf-8";
/* CSS Noticias - Destaque */

/* Espaco da Noticia */
#Not_Des_Are_001{
	width:100%;
	margin-bottom:20px;
	display:table
	}

/* Imagem */
#Not_Des_Img_001{
	width:170px;
	float:left;
	}

	/* Imagem */
	#Not_Des_Img_001 img{
		border:#CCC solid 1px;
		padding:2px;
		background:#FFF;
		}

/* Texto */
#Not_Des_Txt_001{
	width:370px;
	float:left;
	}

/* Texto */
.Not_Des_Txt_001{
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666
	}


/* Fonte Link*/
.Not_Des_Lin_001{
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#c4161c;
	text-decoration:none;
	}
	.Not_Des_Lin_001:hover{
		color:#c4161c;
		text-decoration:underline;
	}
	.Not_Des_Lin_001:visited{
		color:#c4161c;
	}
	