/* --- BACKGROUNDS GERAIS --- */
#bg1 {
	background: url(../img/padrao/bg1_internas.jpg) repeat-x left top;	
}

#bg2 {
	background: url(../img/padrao/bg2_internas.jpg) no-repeat center top;	
}

/* --- TOPO --- */
header {
	height: 100px;
}

header #apre {
	width: 520px;
	height: 99px;
	float: right;
}

/* --- CONTEÚDO --- */
#conteudo h1 {
	font-family: "Lucida Sans", Arial, sans-serif;
	color: #fff;
	font-size: 260%;
	text-shadow: 1px 1px 2px #333;
	position: absolute;
	top: -60px;
	left: 20px;
	font-variant: small-caps;
	letter-spacing: -1px;
}

#conteudo article h2 {
	font-family: "Lucida Sans", Arial, sans-serif;
	letter-spacing: -1px;
	font-size: 130%;
	color: #c33;
	line-height: 2em;
	margin-bottom: 0.3em;	
}

#conteudo article ul {
	margin-bottom: 1em;
}

#conteudo article ul li {
	background: url(../img/padrao/marcador.png) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 0.5em;
}

/* --- LATERAL --- */
#conteudo aside figure h2 {
	background: url(../img/padrao/h2_aside.png) no-repeat left 4px;
	padding-left: 20px;
	font-family: "Lucida Sans", Arial, sans-serif;
	letter-spacing: -1px;
	color: #4c6b99;
	font-size: 140%;
	margin-bottom: 0.5em;
	font-weight: normal;
}

#conteudo aside p {
	margin-bottom: 1em;
}

#conteudo aside strong {
	color: #4c6b99;
}

aside a {
	text-decoration: underline;
	color: #C33;
}

aside a:hover {
	text-decoration: none;
}

#conteudo aside ul li {
	background: url(../img/padrao/marcador_aside.png) no-repeat left 5px;
	padding-left: 15px;
	margin-bottom: 0.5em;
}

#conteudo aside ul li a {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-style: italic;
}

#conteudo aside form input {
	width: 146px;
	color: #369;
	padding: 3px 2px;
	background: #fff;
	border: none;
	border-bottom: 1px solid #c8d5e8;
}

#conteudo aside form button {
	font-size: 100%;
	width: 40px;
	height: 22px;
	background-image: url(../img/padrao/btn_busca.png);
}

aside address {
	font-style: normal;
}

aside address strong {
	display: block;
	padding: 7px 0 13px;
}