#menu-lateral {
	position: absolute;
	width: 136px;
	margin: 24px;
	margin-top: 64px;
}
#menu-lateral ul {
	line-height: 21px;
}
#menu-lateral ul li h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 12px 0 7px;
	color: #1A5D8C;
	cursor: default;
}
#menu-lateral ul li a { color: #CC0000; }
#menu-lateral ul li a:hover { background: #F0F0F0; }

#conteudo {
	height: auto !important;
	height: 560px;
	min-height: 560px;
	background: #FFF url(../imagens/bg_conteudo.gif) repeat-x;
	padding-left: 184px;
}
#conteudo h2,
#conteudo h3 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	cursor: default;
	margin-bottom: 28px;
}/*
#conteudo h2 {
	float: left;
	width: 100%;
}*/
#conteudo h3 {
	font-size: 21px;
	color: #D92820;
	margin-bottom: 6px;	
}
#conteudo p,
#conteudo ul.lista-conteudo {
	text-align: justify;
	line-height: 16px;
	margin-bottom: 18px;
}
#conteudo ul.lista-conteudo,
#conteudo ul.lista-conteudo li {
	list-style: inside square;
	margin-left: 3px;
}
#conteudo ul.lista-conteudo li { margin-bottom: 4px; }

#conteudo #breadcrumb,
#conteudo #breadcrumb * { color: #666; }
#conteudo #breadcrumb {
	position: relative;
	margin-top: 40px;
	cursor: default;
	margin-bottom: 10px;
	font-size: 11px;
	width: 100%;	
	/*height: 14px;*/
}

#conteudo #breadcrumb a { text-decoration: none; }

#conteudo #breadcrumb a:hover { color: #CC0000; text-decoration: underline;}

#conteudo a.bt-voltar {
	display: block;
	width: 85px;
	height: 27px;
	background: url(../imagens/bt_voltar.gif) no-repeat;
	overflow: hidden;
	text-indent: -1000em;
	margin-top: 31px;
	clear: both;
}

#conteudo hr.quebra {
	clear: both;
	border: none;
	height: 1px;
	color: #FFF;
	overflow: hidden;
	display: block;
	margin: 0;
}

/* PAGINACAO */
div.paging {
	color: #FFF;
	margin: 15px 0;
	text-align: center;
	cursor: default;
	line-height: 18px;
	clear: both;
}
div.paging div.disabled {
	color: #ddd;
	display: none;
}
div.paging span.current {
	background: #CC0000;
	color: #FFF;
	padding: 3px 5px;
}
div.paging a {
	color: #CC0000;
	padding: 3px;
	display: inline-block;
	text-decoration: underline;
}
#conteudo div.paging a:hover { color: #226593; }
div.paging a.setas {
	color: #FFF;
	text-align: left;
	margin: 0 3px;
	background: url(../imagens/seta_pg_esq.gif) no-repeat left center;
	padding-left: 11px;
}
div.paging a.next {
	padding-left: 0;
	padding-right: 11px;
	background: url(../imagens/seta_pg_dir.gif) no-repeat right center;
}
