#destaque {
	width: 580px;
}
#destaque h2 {
	background-image: url(../images/padrao/h2-vermelho-trans.png);
}
#descricao {
	background-color: #e4eaf0;
	float: left;
	padding: 10px;
	width: 244px;
}
#destaque p {
	color: #333;
	font-size: 110%;
	line-height: 1.6em;
	padding-bottom: 10px;
}
#descricao .btn {
	background-color: #EF4C15;
}
#descricao strong a{
	color: #EB4F1C;
	text-decoration: underline;
	display: block;
	padding-top: 5px;
	margin-top: 10px;
	font-size: 90%;
	border-top: 1px dotted #99BCD0;
}
#contencao {
	clear: both;
	margin-top: 10px;
}
#contencao li {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #EDF8FA;
	margin-bottom: 8px;
	height: 30px;
}
#contencao li a {
	color: #445F6F;
	font-size: 80%;
}
#contencao li a:hover {
	color: #5A8EB1;
}
#banner {
	width: 580px;
	height: 80px;
	background: #CCC;
}
#banner img {
	border: 0px none #FFF;
}

#contencao #noticias  {
	width: 180px;
	float: left;
	padding-right: 10px;
}

#contencao #eventos  {
	float: left;
	width: 180px;
	margin-bottom: 15px;
}

#contencao #informese  {
	width: 180px;
	float: right;
	padding-right: 10px;
}

#noticias li {
	background-image: url(../images/padrao/icone-vermelho-trans.png);
}

#noticias h2  {
	background-image: url(../images/padrao/h2-vermelho-index-trans.png);
	width: 180px;
	line-height: 32px;
}
#noticias .btn {
	background-color: #EF4C15;
}

#eventos li {
	background-image: url(../images/padrao/icone-verde-trans.png);
}
#eventos h2  {
	background-image: url(../images/padrao/h2-verde-index-trans.png);
	width: 180px;
	line-height: 32px;
}
#eventos .btn {
	background-color: #7CC446;
}

#informese li {
	background-image: url(../images/padrao/icone-azul-trans.png);
}

#informese h2  {
	background-image: url(../images/padrao/h2-azul-index-trans.png);
	width: 180px;
	line-height: 32px;
}

#servicos {
	padding-top: 5px;
	width: 580px;
	border-top: 2px solid #eee;
}
#servicos li {
	float: left;
	width: 180px;
	text-align: center;
	padding-right: 10px;
}
#servicos h3 {
	font-size: 130%;
	color: #666;
	line-height: 2em;
}
#servicos img {
	border: 0px none #FFF;
}
#principal .btn:hover {
	background-color: #35C2FF;
}
