@charset "iso-8859-1";
/* CSS Document */
.box_news{
	position:relative;
	width: 514px;
	height:auto;
	clear: both;	
}
.topo_news{
	position:relative;
	width: 514px;
	height:	 117px;
}
.news_avatar{
	position:relative;
	width:	144px;
	height: 117px;
	float:left;
}
.news_info{
	position:relative;
	height:117px;
	width: 370px;
	background-image:url(../_img/news/topo_news.jpg);
	background-repeat:no-repeat;
	float:left;
	font-weight:bold;
	color:#999;
}
.news_conteudo{
	position:relative;
	clear:left;
	width: 514px;
	height:auto;
	background-image:url(../_img/news/news_bg.jpg);
	background-repeat:repeat-y;	
}
.news_conteudo_centro{
	position:relative;
	height: auto;
	width: 457px;
	margin-left:30px;
	color:#999;
	overflow:auto;
}
.news_baixo{
	position:relative;
	width: 514px;
	height: 38px;
	background-image:url(../_img/news/news_bottom.jpg);
	background-repeat:no-repeat;
}
.news_l1{
	position:absolute;
	top: 20px;
	width: 180px;
}
.news_l1_2{
	position:absolute;
	top: 20px;
	left: 181px;
	width: 175px;
}
.news_l2{
	position:absolute;
	top: 49px;
	width: 350px;
}

.compartilhar{
	position: relative;
	width: 145px;
	height: auto;
	clear: left;
	bottom: 20px;
	margin-left: 350px;
	display: table;
}

.bt_twitter{
	position: relative;
	width: 60px;
	height: auto;
	float: left;
	margin-top: 1px;
}

.bt_facebook{
	position: relative;
	width: 52px;
	height: auto;
	float: left;
}

.bt_google{
	position: relative;
	width: 32px;
	height: auto;
	float: left;
	overflow: hidden;
}