/* ------------------------------------------------- TAGS */

html {
	overflow: -moz-scrollbars-vertical;
}

* {
	margin: 0;
	padding: 0;
}
body {
	background: #BFBFBF url(images/body_bg.png) repeat-x;
	font: normal 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida Sans Console", Arial, Helvetica, sans-serif;
	color: #666;
}
a:link, a:visited, a:hover  {
	color: #0B185C;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
}
h1 {

}
h2 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
h4 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 2px solid #e6e6e6;
}

p {
	margin: 0 0 15px 0;
	line-height: 160%;
}
ul {
	list-style: none;
}
ul.texto {
	margin: 10px 0 10px 20px;
}
ul.texto li {
	margin: 6px 0;
	line-height: 180%;
}

ul.texto2 {
	list-style: none;
	margin: 0 0 10px 0;
}
ul.texto2 li {
	margin: 20px 0;
	line-height: 180%;
}

table {
	width: 95%;
	margin: 10px 0;
}
th {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
td {
	border-bottom: 1px solid #efefef;
}
br {
	clear: both;
}
/* --------------------------------------------------------------------- */

input, textarea, select, .campo_normal {
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	font: normal 100% "Lucida Grande", "Lucida Sans Unicode", Helvetiva, Sans-serif, Tahoma;
}
input, textarea {
	width: 200px;
	padding: 5px;
}
input:focus, textarea:focus, select:focus, .campo_hover, .campo_hover2 {
	border: 1px solid #0B185C;
}
input:disabled {
	background: #e6e6e6;
	border: 1px solid #999;
}
label, input, textarea, select {
	display: block;
	float: left;
	margin-bottom: 8px;
}
select {
	width: 183px;
}
option {
	padding: 2px 0 2px 8px;
}

textarea {
	height: 40px;
}
label {
	width: 100px;
	margin-left: 10px;
	padding: 5px 0;
	color: #0B185C;
}
button {
}
td {
	padding: 5px;
}
tr {

}
acronym {
	cursor: help;
}
address {
	font-style: normal;
	margin: 0 0 50px 0;
	line-height: 150%;
	color: #fff;
}
/* ------------------------------------------------- POSICIONAMENTO */


#corpo {
	position: relative;
	width: 760px;
	margin: 0 auto;
	
}
#topo {
	position: relative;
	width: 100%;
	background: #0B185C url(images/topo_bg.png) repeat-x;
	height: 187px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 35px;
	width: 380px;
	height: 51px;
	background: url(images/logob.png) no-repeat;
}
#logo_link a {
	position: absolute;
	display: block;
	width: 428px;
	height: 58px;
	overflow: hidden;
	z-index: 112;
	top: 35px;
	left: 35px;
	text-indent: -9999px;
}

#infos {
	position: absolute;
	top: 76px;
	left: 116px;
	color: #d0d2df;
	font-size: 80%;
}
#menu {
	position: absolute;
	height: 48px;
	width: 100%;
	bottom: 0;
}
#menu ul {
	margin-left: 33px;
}
#menu ul li {
	width: 114px;
	margin: 0 1px;
	height: 48px;
	float: left;
}

#menu ul li a {
	display: block;
	font-weight: normal;
	width: 100%;
	margin-top: 4px;
	padding-top: 18px;
	height: 26px;
	text-indent: 8px;
}
#menu ul li.atual a {
	margin-top: 0;
	padding-top: 22px;
	padding-bottom: 1px;
	background: #E8E7DF;
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	background: #858CAE;
	color: #0B185C;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #0B185C;
	background: #b6b9cd;
	margin-top: 0;
	padding-top: 22px;
	padding-bottom: 1px;
}

#menu ul li.atual a:link, #menu ul li.atual a:active, #menu ul li.atual a:visited {
	background: #E8E7DF;
	color: #787878;
	text-decoration: none;
}
#menu ul li.atual a:hover {
	background: #E8E7DF;
	color: #787878;
}

/* ufa --------------------------------------------------------------------------- */

#meio {
	position: relative;
	width: 100%;
	float: left;
}

#conteudo {
	position: relative;
	background: #fff;
	padding-bottom: 70px;
	margin-bottom: 30px;
	font-weight: normal;
	float: left;
}
#linha {
	position: relative;
	background: #E8E7DF url(images/linha.gif) no-repeat right bottom;
	height: 29px;
	z-index: 0;
}

#ilustracao, #ilustracao2 {
	position: relative;
	height: 326px;
	border-bottom: 1px solid #25316E;
	margin-bottom: 30px;
	z-index: 1;
}
#ilustracao_transp {
	position: absolute;
	width: 444px;
	height: 220px;
	background: url(images/transp.png);
	z-index: 2;
}
#ilustracao2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
#titulo {
	position: absolute;
	width: 444px;
	height: 120px;
	right: -444px;
	top: 100px;
	z-index: 3;
	text-align: center;
}
#titulo h2 {
	margin-top: 26px;
}
#destaque {
	position: relative;
	height: 160px;
	background: #E8E7DF;
	font-size: 16px;
	line-height: 130%;
}
.parte_esq_texto {
	line-height: 160%;
}
.parte_esq_texto, #destaque {
	padding: 30px 34px;
}
.parte_dir_texto {
	padding-right: 85px;
}

#rodape {
	position: relative;
	width: 100%;
	font-size: 90%;
}
#wnova {
	position: relative;
	width: 79px;
	height: 16px;
	float: right;
}
#wnova a {
	display: block;
	height: 100%;
	text-indent: -9999%;
	overflow: hidden;
	background: url(images/wnova_grey.png) no-repeat;
}
#wnova a:hover {
	background: url(images/wnova_blue.png) no-repeat;
}
#carregando {
	position: fixed;
	top: 20px;
	right: 20px;
	text-align: center;
	padding-top: 5px;
	width: 100%;
	height: 25px;
	color: #900;
}



/*------------------------------------------------- DEMAIS ESTILOS */

.parte_esq {
	position: relative;
	width: 316px;
	float: left;
	z-index: 2;
}
.parte_dir {
	position: relative;
	width: 444px;
	float: left;
	z-index: 1;
	line-height: 160%;
}

ul.bloco li {
	margin: 0; padding: 0;
}
ul.bloco li a {
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	border-top: 2px solid #e6e6e6;
	display: block;
	padding: 4px 0 12px 0;
}
ul.bloco li a:hover {
	background: #f0f0eb;
}

ul.horizontal li {
	float: left;
	margin-right: 5px;
}

.ilu_apresentacao { background: url(images/ilu_apresentacao2.jpg) no-repeat; }
.ilu_escritorio { background: url(images/ilu_escritorio2.jpg) no-repeat; }
.ilu_atuacao { background: url(images/ilu_atuacao2.jpg) no-repeat; }
.ilu_contato { background: url(images/ilu_contato2.jpg) no-repeat; }
.ilu_imprensa { background: url(images/ilu_imprensa2.jpg) no-repeat; }
.vermelho {
	color: #900;
}
.escondido {
	display: none;
}

.tamanho15 { width: 15px; }
.tamanho20 { width: 20px; }
.tamanho30 { width: 30px; }
.tamanho40 { width: 40px; }
.tamanho50 { width: 50px; }
.tamanho60 { width: 60px; }
.tamanho70 { width: 70px; }
.tamanho80 { width: 80px; }
.tamanho90 { width: 90px; }
.tamanho100 { width: 100px; }
.tamanho130 { width: 130px; }

.cor_sim {
	background: #E8E7DF;
}
.asterisco {
	color: #900;
	text-align: right;
	float: left;
	width: 10px;
}

.alinhar_esquerda {	text-align: left; }
.alinhar_direita { text-align: right; }

.azul {
	color: #2B6080;
}
.verde {
	color: #80AA00;
}
.preto {
	color: #000;
}
.branco {
	color: #fff;
}
.amarelo {
	color: #fc3;
}

.mostra {
	display: block;
}
.nao_mostra {
	display: none;
}
.campo_erro {
	border: 1px solid #900;
	background: #fc6;
}

.parte50 {
	width: 49%;
	float: left;
}
.cm {
	margin-right: 4%;
	width: 47%;
}

.alinhar_centro {
	text-align: center;
}
.flutuar {
	float: left;
}
.espaco_dir {
	margin-right: 20px;
}
.margem_esq {
	margin-top: 80px;
}
.escritorio_miniatura {
	margin: 0 20px 20px 0;
}
.sm { margin-right: 0; }

.codeby {
	text-align: right;
	font-size: 100%;
}
