a {
	color: #990000; 
	text-decoration: none; 
}

a:link {
	color: #990000; 
}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #990000;
}

.links-lista {
	font-size: 10px;
	color: #990000;
}

.links-pagina-lista {
	font-size: 13px;
	color: #990000;
	line-height: 0px;
	/*text-transform: uppercase;*/
}

.links-pagina-lista span {
	display: block;

	display: table-cell; 
	width: 100%;
	vertical-align:middle;

	height: 25px;
  padding: 0 2px 1px 18px;
  background: url('/images/layout/right_small_selected.png') left center no-repeat;
}

.links-pagina-lista a {
	color: #ff0000;

	display: table-cell; 
	width: 100%;
	vertical-align:middle;

  height: 25px;
  padding: 0 2px 1px 18px;
  background: url('/images/layout/right_small.png') left center no-repeat;
}

.links-corpo-texto {
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color: #666666;
	/*padding-top: 10px; */
	padding-bottom: 10px; 
	padding-right: 5px; 

}

.links-corpo-texto a {
	color: #cc0000;
}

.links-corpo-texto a:hover {
	color: #ff0000;
}

.links-destaque {
	font-size: 12px;
	line-height: 13px;
	font-weight:bold;
}

#barra-informacao a {
	color: #FFFFFF;
}

#barra-informacao a:hover {
	color: #f0f0f0;
}

.links-destaque {
	font-size: 12px;
	color: #333333;
}

.links-destaque:hover {
	color: #ff0000;
}

