@import url('fonts.css');

html, body { height: 100%; }
body { color: #191919; font-size: 14px; font-family: 'DIN', serif; line-height: 1.4em; }

a { color: #5d3212; text-decoration: underline; font-weight: bold; }

ul { padding: 0; }
ul li { list-style-position: inside; }

p { text-align: justify; }

h1 { margin: 10px 0 30px 0; color: #5d3213; text-transform: uppercase; font-weight: normal; font-size: 30px; line-height: 42px; }
h2 { margin: 0 0 20px 0; color: #5d3213; text-transform: uppercase; font-weight: bold; font-size: 14px; }
h2 a { text-decoration: none; }

#tudo { position: relative; min-height: 100%; }
.lt-ie7 #tudo { height: 100%; }

#topo { margin: 0 auto; position: relative; padding-top: 30px; width: 940px; height: 120px; font-family: 'DIN', serif; text-transform: uppercase; letter-spacing: 5px; font-size: 11px; color: #000000; }

    #topo a { text-decoration: none; font-weight: normal; color: #000000; outline: none; }

    #topo #logo { margin: 0 auto; width: 61px; }

    #topo #menu { margin-top: 25px; text-align: center; }
    #topo #menu ul { margin: 0; padding: 0; }
    #topo #menu li { display: inline; margin: 0 18px; list-style: none; }
    #topo #menu li a { font-size: 14px; }

    #topo #idiomas, #topo #redes { position: absolute; top: 20px; }
    #topo #idiomas { font-size: 12px; left: 0; }
    #topo #redes { right: 0; }

#conteudo { font-family: Verdana, "Trebuchet MS", sans-serif; font-size: 12px; position: relative; margin: 0 auto; padding-bottom: 110px; width: 900px; z-index: 100; }

    #conteudo #blocos { float: left; width: 100%; display: none; }
    #conteudo #blocos .bloco { display: block; margin-top: 30px; float: left; width: 100%; }

    #conteudo #banners { margin-top: 50px; float: left; width: 100%; }
    #conteudo #banners img { display: block; height: auto; float: left; width: 100%; border: 0; }

    #conteudo .metade { float: left; width: 450px; }
    #conteudo .metade:last-of-type { letter-spacing: 2px; }
    #conteudo .metade a { text-decoration: none; font-weight: normal; }

    #conteudo label { letter-spacing: 2px; }
    #conteudo input.text, #conteudo textarea { outline: none; float: left; border: 1px solid #c6c6c6; background: #ffffff; width: 438px; margin: 3px 0 10px 0; }    
    #conteudo input.text { padding: 0 5px; height: 28px; line-height: 28px; }
    #conteudo textarea { padding: 5px; resize: none; height: 170px; }
    #conteudo .botao { background: none; color: #000000; border: 0; display: block; font-weight: normal; text-decoration: none; float: right; margin-top: 15px; letter-spacing: 2px; }

    #conteudo .sucesso { font-family: 'DIN', serif; letter-spacing: 2px; float: left; margin: 10px 0; width: 100%; text-align: center; font-size: 14px; }
    #conteudo .erros { font-family: 'DIN', serif; letter-spacing: 2px; float: left; margin: 10px 0; width: 100%; text-align: center; }

#rodape { position: absolute; bottom: 0; left: 50%; margin-left: -470px; width: 940px; height: 50px; font-family: 'DIN', serif; font-size: 10px; letter-spacing: 5px; }

    #rodape #direitos { color: #000000; float: left; margin-top: 5px; }

    #rodape #shapper { float: right; }

/* ==========================================================================
   Helpers
   ========================================================================== */

.nomgright { margin-right: 0 !important; }
.nocallout { -webkit-touch-callout: none; }
.pressed { background-color: rgba(0, 0, 0, 0.7); }
textarea[contenteditable] { -webkit-appearance: none; }
.gifhidden { position: absolute; left: -100%; }
.ir { display: block; overflow: hidden; border: 0; background-color: transparent; background-repeat: no-repeat; text-align: left; text-indent: -999em; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { position: static; overflow: visible; clip: auto; margin: 0; width: auto; height: auto; }
.invisible { visibility: hidden; }
.clearfix:before,
.clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }