.box_left{
	float: left;
	width: 50%;
	margin-top: 30px;
}
.img_prod_detalhes{
	width: 90%;
}
.img_prod_detalhes img{
	width: 100%;
}
.descricao_detalhes{
	margin-top: 30px;
	width: 380px;
	padding: 10px;
	background-color: #EEE;
	box-shadow: 1px 1px 1px #CCC;
	color: #444;
	font-size: 14px;
}
.btn_orcamento{
	width: 380px;
	padding: 5px 10px;
	text-align: center;
	background-color: #009700;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	box-shadow: 1px 1px 1px #CECECE;
	cursor: pointer;
}
.especificacoes{
	margin-top: 20px;
	float: left;
	width: 50%;
}
.especificacoes table{
	background-color: #EEE;
}
.especificacoes table tr td div{
	color:#444444;
	font-size: 12px;
}
.especificacoes table {
border: 0;
}
.especificacoes table tr td {
border: 1px solid #FFF;
text-align: center;
padding: 4px;
color: #343835;
font-size: 12px;
}
.especificacoes table tr td p {
text-align: center;
padding: 4px;
color: #343835;
font-size: 12px;
}