#banner-destaque {
	width: 488px;
	height: 142px;
	margin: -10px -12px;
	margin-bottom: 0;
}

.anuncios li {
	display: block;
	margin: 7px auto;
	width: 212px;
	color: #333;
	cursor: default;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 6px;
	text-align: justify;
}
.anuncios li strong.titulo {
	font-size: 16px;
	display: block;
	padding-bottom: 4px;
	letter-spacing: -1px;
	color: #666;
}
.anuncios li img {
	display: block;
	border: 1px solid #CCC;
	margin-bottom: 4px;
}
.anuncios li a { color: #333; }
.anuncios li a strong { color: #666; }
.anuncios li a:hover, .anuncios li a:hover strong {
	text-decoration: underline;
	color: #0A90AF;
}

.destaque {
	background: #EFF2F9 url(../imagens/bg_titulo_destaque.jpg) no-repeat;
	width: 205px;
	text-align: center;
	margin: 16px auto;
	margin-bottom: 10px;
}
.destaque h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 0px;
	color: #620300;
	cursor: default;
}
.destaque a {
	display: block;
	text-align: center;
}
.destaque a:hover {
	background: #C2E6EF;
}
.destaque a img {
	display: block;
	margin: 0 auto;
	border: 1px solid #DDD;
}
.destaque a strong {
	font-size: 14px;
	font-weight: bold;
	color: #3D4144;
	display: block;
	padding: 5px;
	text-align: left;
}

#coluna-esquerda, #coluna-direita {
	float: left;
	width: 50%;
}
#coluna-esquerda { margin-top: 10px; }

