/*Linha de reset do CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: top;}:focus {outline: 0;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;} table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}
/*fim da linha de reset*/

html,body{
    height: 100%;
}

body {
    color: #666;
    font-size: 9pt;
    font-family: "Lucida Sans Unicode", "Microsoft Sans Serif", Arial,Verdana,Tahoma,Helvetica;
    background-color: #EBF0E3;
}

#supersized {
    position: absolute;
    top: 0px;
    left: 0px;
}

#quadro {
    position: relative;
    float: left;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: auto;
    background-color: #FFF;
}

#cabecalho {
    position: relative;
    float: left;
    width: 100%;
    height: 94px;
    display: block;
}

#cabecalho #logo {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#cabecalho h1 {
    position: absolute;
    right: 35px;
    bottom: 15px;
    letter-spacing: 1px;
    font-size: 11pt;
}

#barra_esquerda {
    position: relative;
    float: left;
    width: 153px;
    height: auto;
    display: block;
    padding: 10px 15px 0px 20px;
}

#barra_esquerda h1 {
    color: #69292B;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial , Helvetica;
    font-weight: bold;
    line-height: 19px;
    font-size: 10pt;
}

#barra_esquerda h2 {
    line-height: 18px;
}

#barra_esquerda h3 {
    line-height: 18px;
    font-weight: bold;
}

#conteudo_total {
    position: relative;
    float: right;
    width: 697px;
    height: auto;
    overflow: hidden;
    padding-right: 15px;
}

#lat_direita {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 21px;
    height: 100%;
    display: block;
    background-color: #FFF;
    z-index: 4;
}

#conteudo {
    position: relative;
    float: left;
    width: 4000px;
    height: auto;
    overflow: hidden;
}

#rodape {
    position: relative;
    float: right;
    width: 100%;
    height: 30px;
    display: block;
    text-align: right;
    padding: 10px 35px 0px 0px;
    font-size: 10pt;
}

#rodape a {
    color: #666;
    text-decoration: none;
}

#rodape a:hover {
    color: #9E372C;
    text-decoration: none;
}