/* CSS Document */

#conteudo #destaques-flash {
	width: 487px;
	height: 273px;
	margin-bottom: 20px;
	}

#conteudo h2 {
	background: url(../imagem/tit_destaques.jpg) no-repeat;
	height: 37px;
	width: 474px;
	text-indent: 0em;
	}
	
#conteudo .destaque-projeto {
	background: url(../imagem/bg_projeto.jpg) no-repeat;
	width: 475px;
	height: 103px;
	padding-top: 6px;
	position: relative;
	margin-bottom: 10px;
	}
	#conteudo .moldura-foto {
		background: url(../imagem/moldura_foto.png) no-repeat;
		width: 200px;
		height: 96px;
		margin-left: 7px;
		_display: inline;
		position: relative;
		z-index: 50;
		float: left;
		}
	
	#conteudo .foto {
		position: absolute;
		top: 7px;
		left: 9px;
		width: 197px;
		height: 95px;
		z-index: 49;
		}
	
	#conteudo .destaque-projeto p.desc-projeto {
		color: #335025;
		line-height: 17px;
		padding: 0 5px;
		width: 250px;
		margin-left: 205px;
		margin-bottom: 5px;
		}
	
	#conteudo .destaque-projeto p.saiba-mais {
		width: 165px;
		height: 17px;
		background: url(../imagem/bt_saiba_mais.jpg) no-repeat;
		margin-left: 245px;
		padding-top: 3px;
		text-align: center;
		}
		#conteudo .destaque-projeto p.saiba-mais a {
			color: #4b2c0b;
			}