/* CSS for news links */

.textoResumoSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: normal;
	text-align: justify;
}

.boxNoticiaTitulos {
	border: 1px solid #AAAAAA;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-align: justify;
	float: none;
}

.sbsCategory{
	width: 100%;
	background-color: #AAAAAA;
	color: White;
}

.boxNoticiaInterno {
	height: 150px; 
	width: 100%;
	overflow: hidden;
	border: 1px solid #AAAAAA;
	padding: 2px 2px 2px 2px;
}

.textoResumo, .boxNoticiaInterno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: normal;
	text-align: justify;
}

.boxNoticia {
	width: 285px; 
	float: left;
	margin: 0px 0px 2px 2px;
}

.flecha {
	color: #71B9FF;
}

a.tituloNoticiaPrincipal {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
a.tituloNoticiaPrincipal:link {
	color: black;
	text-decoration: none;
}
a.tituloNoticiaPrincipal:visited {
	color: black;
	text-decoration: none;
}
a.tituloNoticiaPrincipal:active {
	color: black;
	text-decoration: none;
}
a.tituloNoticiaPrincipal:hover {
	color: black;
	text-decoration: none;
}

.itemListaLinks {
	
}

a.tituloNoticia {
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
a.tituloNoticia:link {
	color: black;
	text-decoration: none;
}
a.tituloNoticia:visited {
	color: black;
	text-decoration: none;
}
a.tituloNoticia:active {
	color: black;
	text-decoration: none;
}
a.tituloNoticia:hover {
	color: black;
	text-decoration: none;
}

a.noticiaSBS {
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: none;
}
a.noticiaSBS:link {
	color: Black;
	text-decoration: none;
}
a.noticiaSBS:visited {
	color: Black;
	text-decoration: none;
}
a.noticiaSBS:active {
	color: Black;
	text-decoration: none;
}
a.noticiaSBS:hover {
	color: Black;
	text-decoration: none;
}