strong {
	text-decoration: underline;
}
#titulo_produtos {
	margin: 10px 5px 0 10px;
}
#descr_produtos {
	width: 650px;
	height: 70px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	font-weight: bold;
	font-size:13px;
}
#cont_esq {
	width: 650px;
	height: 500px;
	float: left;
	padding: 0 0 50px 15px;
	margin: 0;
	overflow: auto;
}
#cont_esq ul {
	float: left;
	margin: 10px 10px 25px 0;
	list-style-position: outside;
	padding: 0px;
}
#cont_esq li {
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
}
#cont_esq p {
	clear: left;
	font-size: 12px;
}
#menu_produtos {
	margin: 5px 0 0 6px;
	list-style-type: none;
	padding: 5px 5px 10px 5px;
	background-color: #00365A;
	font-weight: bold;
	color: #fff;
	line-height: 17px;
	width: 655px;
	height: 90px;
	float: left;
}
#menu_produtos li {
	float: left;
	padding: 5px 10px 5px 9px;
}
#menu_produtos a {
	color: #fff;
	font-size: 12px;
}
.largura {
	width: 260px;
}
.largura2 {
	width: 240px;
}
.t_auto {
	font-weight: bold;
	font-size: 18px;
	color: #555;
	margin: 0;
	padding: 0;
	clear: left;
}
.negrito {
	font-weight: bold;
}