@import url("site/layout.css");
@import url("menu.css");
@import url("paginas.css");

body, html { height:100%; margin:0; padding:0; background:url(../_imagens/geral/bg.jpg) center; }
* { font-size:12px; color:#000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

p, h1, h2, h3, h4, h5, form, input, select, textarea, img{ margin:0; padding:0; }
h1 { color:#7d4800; font-size:22px; font-weight:normal; }
h2 { font-size:14px; color:#f7921e; font-weight:normal; width:auto; }
h3 { font-size:16px; color:#FFF; padding:10px 0 0 45px; }
h4 { font-size:15px; color:#f7921e; font-weight:normal; margin:0 0 5px 0; }
h5 { color:#7d4800; font-size:22px; font-weight:normal; }

img { border:none; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }

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

.limpa { clear:both; }

/* ALINHAMENTO */
.floatR { float:right; }
.floatL { float:left; }

/* MARGENS */
.marginL_32 { margin:0 0 0 32px; }

/* FONTES */
.txtLaranja { color:#f7921e; }
.txtPreto { color:#000; }
.txtMarrom { color:#8e6022; }
.txt11px { font-size:11px; }
.txt12px { font-size:12px; }
.txt14px { font-size:14px; }
.txt15px { font-size:15px; }

/* TITULOS VERTICAL */
.ttImagens { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat; width:40px; height:284px; float:left; }
.ttPublicacoes{ background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -40px 0; width:40px; height:284px; float:left; }
.ttVideos { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -80px 0; width:35px; height:284px; float:left; }
.ttPesquisasCartograficas { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -115px 0; width:35px; height:370px; float:left; margin:10px 10px 0 0; }
.ttInstitucional { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -150px 0; width:35px; height:370px; float:left; margin:10px 0 0 32px; }
.ttProjetoEditorial { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -185px 0; width:35px; height:370px; float:left; margin:10px 0 0 32px; }
.ttNoticias { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -220px 0; width:35px; height:370px; float:left; margin:10px 0 0 32px; }
.ttSimposio { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -255px 0; width:35px; height:370px; float:left; margin:10px 0 0 32px; }
.ttPerfis { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -290px 0; width:35px; height:370px; float:left; margin:10px 0 0 32px; }
.ttLinks { background:url(../_imagens/geral/titulos/titulos.jpg) no-repeat -325px 0; width:35px; height:370px; float:left; margin:10px 0 0 32px;}

.rodapeP { margin:275px 0 0 0; }
.rodapeG { margin:365px 0 0 0; }

/* TÍTULOS HORIZONTAL */
.tituloHorizontal { background:url(../_imagens/geral/titulos/bg_mais.jpg) no-repeat; width:200px; height:32px; }
.tituloHorizontal h3{ float:left; }

.tituloHorizontalFull { width:100%; background:url(../_imagens/geral/titulos/bg_mais.jpg) no-repeat; height:32px; }
.tituloHorizontalFull h3{ float:left; }

.ttHorizontalFinal { background:url(../_imagens/geral/titulos/bg_mais_final.jpg); width:10px; height:32px; float:right; margin:-5px 0 0 0; }

/* BOTOES */
.btnVerTodos { width:105px; height:25px; background:url(../_imagens/geral/botoes/botoes.jpg); margin:10px 0 0 0; }
.btnFundoLaranja { width:auto; height:20px; background:url(../_imagens/geral/bg_btns_laranja.gif); padding:0 0 0 8px; }
.btnFundoLaranja p { margin:1px 0 0 0; float:left; }
.btnFundoLaranja a{ color:#FFFFFF; }
.btnFundoLaranjaFinal { width:8px; height:20px; background:url(../_imagens/geral/bg_btns_laranja_final.gif); float:left; }

/* AVISOS */
.avCorreto { width:700px; height:30px; margin:0 auto 20px auto; background:#5af449; border:3px solid #36852e; padding:3px; }
.avCorreto img { float:left; background:url(../../_imagens/admin/geral/icones_aviso.png); width:30px; height:30px; }
.avCorreto p { float:left; color:#36852e; font-size:15px; margin:4px 0 0 10px; }
