

/*------------------------------------------------------
E L E M E N T O S   G L O B A I S
------------------------------------------------------*/


html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 11px;
	background: url('/img/structure/bg.jpg') no-repeat top center #fff;
	background-attachment:fixed;

}

#estrutura {
	width: 980px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

#testera {
	clear: both;
	margin: 0;
	padding: 0;
}

#testera ul, #testera li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#rodape a {
	color: white;
}

#rodape {
	clear: both;
	text-align: center;
	height: 30px;
}

#rodape #desenvolvido {
	clear: both;
	text-align: center;
	height: 30px;
	color: white;
}

#rodape #desenvolvido a {
	color: white;
}

#corpo {
	clear: both;
	padding: 0;
	background: url('/img/structure/corpo_bg2.png') repeat-y;
}

#conteudo {
	clear: both;
	min-height: 410px;
	background: url('/img/structure/corpo_bg1.png') no-repeat;
}

h1 {
	padding: 0;
	margin: 0 0 10px 0;
font-size: 26px;
color: #205aa4;
font-weight: normal;

}



/*------------------------------------------------------
MENU
------------------------------------------------------*/


#menu {
	height: 35px;
	width: 980px;
	margin: 15px 0;
	padding: 3px 0;
	position: relative;
	z-index: 1;
	float: left;
	background-color: #1c5878;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}

#menu ul li {
	display: inline;
	float:left;
	position: relative;
}

#menu ul li:hover a {
	color: #ffcb05;
}

#menu .principal a {
	color: #fff;
	font-size: 13px;
}

#menu .principal {
	padding: 3px 15px 0 15px;
	height: 30px;
}

#menu ul li ul a:hover {
	padding-bottom: 0;
}

#menu .subMenu{
	padding: 5px 0 0 10px;
	height: 25px;
}

#menu .subMenu ul{
	display: block;
	float: none;
}

#menu .subMenu ul li{
	display: block;
	float: none;
}

#menu .subMenu a {
	background: none;
	display: block;
	text-transform: none;
	font-weight: normal;
	text-indent: 5px;
	padding: 0 10px 0 0;
	color: white;
}

#menu .subMenu a:hover {
	background: none;
	display: block;
	text-transform: none;
	color: white;
	padding: 0 10px 0 0;
}

#menu li ul {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 200px;
	display: none;
	padding:0px;
	margin:0px;
	background-color: #1c5878;
}

#menu li ul li{
	display: block;
	float: none;
	height:10px;
	background: none;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}



/*------------------------------------------------------
MENU
------------------------------------------------------*/

#esq {
	width: 580px;
	float: left;
}

#esq h2 {
height: 100%;
font-weight: normal;
color: white;
background-color: #1c5878;
padding: 8px 15px;
text-transform: uppercase;
}

#esq ul, #esq p {
	margin: 0;
	padding: 0;
list-style: none;
}

#esq img {
border: 0;
}

#banner01 {
margin: 0;
padding: 0;
}

#dir * {
border: 0;
}

#dir {
	width: 390px;
	float: right;
}

#dir ul, #dir p {
	margin: 0;
	padding: 0;
list-style: none;
}

#dir h2 {
height: 100%;
font-weight: normal;
color: white;
background-color: #1c5878;
padding: 8px 15px;
text-transform: uppercase;
}

#noticias {
background-color: white;
min-height: 350px;
}

#noticias ul {
margin: 10px;
}

#noticias ul li {
clear: both;
height: 130px;
overflow: hidden;
}


#noticias .titulo {
float: right;
width: 450px;
color: #e63b30;
font-size: 16px;
margin-bottom: 5px;
font-weight: bold;
}

#noticias .foto {
float: left;
}

#noticias .resumo {
background-color: white;
float: right;
width: 440px;
padding-right: 10px;
color: black;
font-size: 14px;
}

#novidades {
min-height: 350px;
background-color: white;
}

#novidades ul {
margin: 10px;
}

#novidades ul li {
clear: both;
}


#novidades .titulo {
width: 360px;
color: #e63b30;
font-size: 16px;
margin-bottom: 5px;
font-weight: bold;
}

#novidades .foto img {
border: 0;
}

#novidades .resumo {
width: 360px;
color: black;
font-size: 14px;
padding-bottom: 10px;
}


#conteudoInterno #esq {
padding: 15px;
	background-color: white;
width: 550px;
	float: left;
min-height: 400px;
}

#conteudoInterno #dir {
padding: 15px;
background-color: #1c5878;
	width: 355px;
	float: right;
}

#conteudoInterno #dir li a {
color: white;
font-size: 16px;
}

#conteudoInterno #dir li {
padding: 0 0 0 25px;
height: 30px;
}

#bannerPesquisa {
display: none;
}


#formcontato ol {
list-style: none;
padding:0;
margin:0;
}

#formcontato fieldset {
padding: 20px 0;
border: none;
}

#formcontato label {
float: left;
width: 150px;
}

#formcontato .botao {
text-align: center;
}

#formcontato li {
padding: 1px 0;
}
