body, html{
	margin: 0px;
	border: 0px;
	height:100%;
	background-image: url(images/bg.gif);
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif, "Adobe Caslon Pro";*/
	color: #a0a0a0;
}



/*<!--LAYOUT-->*/

#estrutura{
	background-image:url(images/bg_estrutura.gif);
	background-repeat: repeat-y;
	width: 830px;	
}

.cliente{
	width: 380px;
	text-align: left;
}

.precisa{
	width: 260px;
	text-align: left;
	height: 275px;
}

.linha_verde{
	background-image: url(images/linha_verde.gif);
	width: 380px;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 40px;
}

.linha_preta{
	background-image: url(images/linha_preta.gif);
	width: 260px;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 29px;
}

.cont_peca{
	margin-left: 17px;
	margin-right: 17px;
	line-height: 20px;

}

.tit_peca{
	text-transform: uppercase;
	color: #cecece;
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
}

.btn_veja{
	margin-top: 70px;	
}

.cont_precisa{
	color: #000000;
	line-height: 20px;

}