/* NOTICIAS */
#categorias{
	float:right;
	width:251px;
	min-height:300px;
	_height:300px;
	background:url(../images/bg_interno_categorias.gif) no-repeat;
	padding:20px 20px 0px 30px;
	*margin-top:1px;
}
#categorias li{
	width:240px;
	margin-bottom:30px;
	list-style:none;
}
ul#categorias li a{
	text-decoration:none;
	color:#4F4319;
}

ul#categorias li a:hover{
	text-decoration:underline;
}

#categorias li h2{
	font:bold 17px/25px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#categorias li p{
	font:13px/15px Arial, Helvetica, sans-serif;
	color:#4F4319;
}
#categorias li.sembola{
	list-style:none;
}
#categorias a.bt_vejamais{
	background:url(../images/bt_vejamais_verde.gif) no-repeat;
	width:83px;
	height:26px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	float:right;
}
#categorias a.bt_vejamais:hover{
	-moz-opacity: 0.85;
	opacity:.85;
	filter:alpha(opacity=85);
}