@CHARSET "UTF-8";


/* --> Módulo de Feeds */
.feed h4 {
	display: none;	
}

.feed ul.newsfeed {
	list-style-position:inside;
	list-style-image: url("../images/icons/arrow_latestNews.gif");
	margin: 6px 3px;	
}

.feed ul.newsfeed li {
	margin: 4px 0px;	
}

.feed ul.newsfeed li h5 {
	display: inline;
	font-weight: normal;
	font-size: 8.5pt;
}

.feed ul.newsfeed li h5 a,  .feed ul.newsfeed li h5 a:link, .feed ul.newsfeed li h5 a:visited{
	color: #990000;	
}

.feed ul.newsfeed li h5 a:hover {
	color: red;	
}

/* --> Componente de feeds (residente no MAIN) */

#main .newsfeed div.feed-description {
	font-style: italic;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 12px;
}

#main .newsfeed ol li > a {
	text-align: left;
	font-family: Times New Roman;
	font-size: 13pt;
	font-weight:bold;
	font-variant:small-caps;
	border-left-width: 6px;
	border-left-style:solid;
	padding: 1px;
	padding-left: 6px;
	margin: 4px 7px;
}

#main .newsfeed ol li div.feed-item-description {
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 12px;	
}
