#content h2.portfolio {
	background: url(../imagens/layout/tit_portfolio.png) no-repeat !important;
	background: url(../imagens/layout/tit_portfolio.gif) no-repeat;
}

#content .lista-trabalhos {
	margin-bottom: 12px;
}
#content .exibe-trabalho {
	padding: 25px 16px;
	border-bottom: 1px solid #EEE;
}
#content .exibe-trabalho img {
	float: left;
	display: inline;
	border: 3px solid #E4E4E4;
	width: 475px;
}
#content .exibe-trabalho .detalhes {
	float: left;
	display: inline;
	background: url(../imagens/layout/bg_detalhes.gif) repeat-x;
	padding: 20px 36px 26px 32px;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	width: 355px;
	cursor: default;
}
#content .exibe-trabalho .detalhes a {
	color: #545454;
}
#content .exibe-trabalho .detalhes .linha {
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
}
#content .exibe-trabalho .detalhes .uri {
	border-bottom: none;
}
#content .exibe-trabalho .detalhes .linha h3 {
	font-size: 16px;
	color: #BC0204;
	margin-bottom: 2px;
}

div.paging {
	color: #333;
	padding: 25px 0 20px;
	text-align: center;
	cursor: default;
	line-height: 18px;
	clear: both;
}
div.paging div.disabled {
	color: #ddd;
	display: none;
}
div.paging span.current,
div.paging a {
	background: #A00;
	color: #FFF;
	font-weight: bold;
	padding: 4px 6px;
	margin: 0 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.paging a:hover { background: #C00; }
div.paging span.current {
	background: #666;
}
