
/******************************************************/
/********************** Conteúdo **********************/
/******************************************************/
#conteudo{
	height: auto;
	min-height: inherit;
	padding-top: 10px;
	padding-bottom: 54px;
	background-image: url(img/bg_trabalho.jpg);
}

#areaImagem{
	float: left;
	width: 470px;
	/*height: 328px;*/
	margin: 0;
	padding: 9px 0 0 33px;
	overflow: hidden;
}
#areaImagem img{
	float: left;
	position: relative;
	z-index: 1;
	border: 1px solid #FFF;
}
#areaImagem span{
	position: relative;
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	z-index: 2;
	font-size: 0;
}
#areaImagem span.topEsq{
	margin-right: -9px;
	background-image: url(img/canto_top_esq.gif);
}
#areaImagem span.topDir{
	position: absolute;
	margin-left: -9px;
	background-image: url(img/canto_top_dir.gif);
}
#areaImagem span.botEsq{
	clear: left;
	margin-top: -9px;
	background-image: url(img/canto_bot_esq.gif);
}
#areaImagem span.botDir{
	clear: left;
	margin-top: -9px;
	background-image: url(img/canto_bot_dir.gif);
}

#areaImagem .bg2 span.topEsq{
	background-image: url(img/canto_top_esq_2.gif);
}
#areaImagem .bg2 span.topDir{
	background-image: url(img/canto_top_dir_2.gif);
}

#trabalho{
	clear: none;
	float: left;
}
#detalhe{
	clear: none;
	float: left;
}
#detalhe.bg2{
	clear: both;
}

#areaTexto{
	float: right;
	width: 187px;
	height: 74px;
	padding-top: 269px;
	padding-left: 20px;
	padding-right: 49px;
	background: url(img/pinturas_area_texto.jpg) no-repeat left bottom;
}


div.areaThumb{
	clear: both;
	padding-left: 33px;
}
div.areaThumb a{
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 19px;
	margin-right: 19px;
}
div.areaThumb img{
	display: block;
	/*width: 100px;
	height: 80px;*/
	width: 98px;
	height: 78px;
	border: 1px solid #FFF;
}
div.areaThumb span.img{
	position: absolute;
	display: block;
	width: 100px;
	height: 80px;
	background-image: url(img/pinturas_thumb.gif);
}
div.areaThumb p{
	display: none;
}



/******************************************************/
/*********************** Rodapé ***********************/
/******************************************************/
#rodape{
	height: 54px;
	margin-top: -54px;
}
#rodape ul.contato{
	height: 23px;
	padding-top: 31px;
	background-image: url(img/rodape_trabalho.gif);
}