#conteudos .list .line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;	
	height:150px;
	clear:both;
}
#conteudos .list .line:first-child {
	border-top-width: 0px;
}
#conteudos .list .item  {
	height:140px;
	width:320px;
	float: left;
	padding-top:10px;
	padding-left:20px;
}
#conteudos .list .item:first-child  {
	padding-right:20px;
	padding-left:0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}

#conteudos .list .item h2 {
	color: #53B53D;
	font-size: small;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#conteudos .list .item p {
	color: #797979;
	font-size: 12px;
	margin:0px;
	padding:0px;
}
#conteudos .list .item div.photo {
	float: left;
	margin-right:10px;
	height: 120px;
}
#conteudos .list .item div.photo img {
	padding:5px;
	border-width:0px;
	width: 93px;
	height: 77px;
}
#conteudos .list .item div.photo a {
	display:block;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;	
}

#conteudos .list .item p.more a {
	display:inline-block;
	background-color: #CF1327;
	width:70px;
	height:15px;
	color:#FFF;
	text-align:center;
	margin-top:4px;
}

