/* CSS Document */

body {margin:0px;font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;font-size:12px; height:100%;background-image:url(../img/estruturas/bg.jpg); background-position:top; background-repeat:repeat-x}
html{height:100%}
a:active {outline:none;}
img{border:0px}
:focus {-moz-outline-style:none;}

a:link{text-decoration:none; color:#333}
a:visited{text-decoration:none; color:#333}
a:actived{text-decoration:none; color:#333}
a:hover{text-decoration:none; color:#ff8900}

td{font-size:12px}
dd{margin:0px; padding:0px}
dt{color:#ff8900; font-weight:bold; padding-top:10px;}

#main{width:100%; height:100%; position:absolute; }

#geral{width:1000px; left:50%; margin-left:-500px; position:relative; background-color:#FFF;}

.form{color:#777;font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;font-size:11px; border:1px solid #CCC}

/* BOXES */
/* --Marrom */
.bx-marrom-meio{border-left:1px solid #9c7973; border-right:1px solid #9c7973}
.bx-marrom-topo{border-top:1px solid #9c7973}
.bx-marrom-baixo{border-right:1px solid #9c7973;border-bottom:1px solid #9c7973}

/* --Cinza */
.bx-cinza-meio{border-left:1px solid #c3c3c3; border-right:1px solid #c3c3c3}
.bx-cinza-topo{border-top:1px solid #c3c3c3}
.bx-cinza-baixo{border-right:1px solid #c3c3c3;border-bottom:1px solid #c3c3c3}
.bx-cinza-rodape{border-bottom:1px solid #c3c3c3}
.bx-rodape{background-image:url(../img/box/c_i.gif); background-repeat:repeat-x}

/* BORDAS */
.borda-imagem{border:1px solid #e3dcdb}

/* FORMATACAO DE TEXTO */
.texto-branco{color:#FFF}
.destaque-laranja{font-weight:bold; color:#ff8900}
h4{font-size:12px; font-weight:bold; padding:0px; margin:0px;}
h3{font-size:16px; font-weight:bold; padding:0px; margin:0px; color:#ff8900}
h2{font-size:16px; font-weight:bold; padding:0px; margin:0px; text-transform:uppercase}
h1{font-size:24px; font-weight:bold; padding:0px; margin:0px; text-transform:uppercase; color:#ff8900}
.tamanho11{font-size:11px; line-height:180%}
.tamanho11 strong{color:#222; text-decoration:underline}