#destaques {
	display: table;
	clear: both;
	width: 570px;
	background-color: #FFFFFF;
}
#destaques h2 {
	height: 30px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#destaques  .parte1, #destaques .parte2 {
	float: left;
	width: 255px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 150px;
}
#destaques .parte1 {
	background-image: url(../../images/padrao/bg_certificado.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#destaques .parte2 {
	background-image: url(../../images/padrao/bg_MeioAmbiente.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #3A6B13;
}

#destaques  .parte3 {
	padding: 10px;
	clear: both;
	background-color: #FFFFFF;
	height: 180px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F36818;
	margin-right: 5px;
	margin-left: 5px;
}
#destaques .parte3 h2 {
	line-height: 25px;
	height: 30px;
	color: #F36818;
}

#destaques p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 4px;
}
#destaques .parte2 p {
	color: #3A6B13;
}
#destaques .parte1 p, #destaques .parte3 p {
	color: #4E7478;
}
#destaques .parte1 h2 {
	color: #486B71;
}



#destaques .parte1 a, #destaques .parte2 a, #destaques .parte3 .btnParte3 {
	display: block;
	line-height: 20px;
	height: 20px;
	width: 113px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#destaques .parte1 a, #destaques .parte3 .btnParte3 {
	background-image: url(../../images/padrao/icon_SaibaMais.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#destaques .parte1 a:hover, #destaques .parte3 .btnParte3:hover {
	background-position: bottom;
	color: #003333;
}

#destaques .parte2 a {
	background-image: url(../../images/padrao/icon_SaibaMais_verde.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-top: 20px;
}
#destaques .parte2 a:hover {
	color: #3E490D;
	background-position: bottom;
}
#destaques .parte3 .btnParte4 {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../images/padrao/icon_SaibaMais_laranja.gif);
	background-repeat: no-repeat;
	background-position: center  bottom;
	display: block;
	width: 113px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background-color: #993300;
}
#destaques .parte3 .btnParte4:hover {
	background-position: center top;
	color: #FF9900;
}
#destaques  li  li {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 11px;
}
