/* INNER */
#inner {width: 930px}

/* TITULOS */
h3.tit_o_que_e_rss {
	display: block;
	width: 100px;
	height: 16px;
	text-indent: -9999px
}

/* BOX */
div.recuo {margin: 0 0 30px 20px}

/* LISTA DE FEEDS */
ul.lista_feeds {
	display: block;
	margin: 20px 0 0 0;
	width: 450px;
	min-height: 180px;
}

ul.lista_feeds li {
	float: left;
	width: 50%;
	margin: 0 0 5px 0
}

ul.lista_feeds li a {
	display: block;
	height: 14px;
	padding: 0 0 0 22px;
	text-transform: uppercase;
	text-decoration: underline;
	background: url(../img/ico_rss_min.gif) no-repeat left center
}

ul.lista_feeds li a:hover {text-decoration: none}

/* LISTA DE AGREGADORES */
dl.lista_agregadores {
	float: left;
	width: 235px;
	margin: 0 0 20px 0
}

dl.lista_agregadores dt {
	display: block;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold
}

dl.lista_agregadores dd ul li {display: block}

dl.lista_agregadores dd ul li a {
	display: inline;
	padding: 0 20px 0 0;
	text-decoration: none;
	background: url(../img/ico_external_link.gif) no-repeat right center
}

dl.lista_agregadores dd ul li a:hover {text-decoration: underline}
