div#especificacao p{
	color: white;
	text-transform: capitalize;
	width: 700px;
	margin: 20px auto 0px auto;;
	background-color: gray;
}

div#especificacao table {
	margin: 0 auto;
}

div#especificacao table tr {
	padding: 5px;
}

div#especificacao table tr.cor {
	background-color: #feff6f;
}

div#especificacao table tr td {
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
	width:  350px;
}


div#especificacao table#dados_tecnicos {
	width: 700px;
	margin-bottom: 30px;
}

div#especificacao table#performace {
	margin-bottom: 10px;
	width: 700px;
}
