html, body, form
{
    width: 100%;
    height: 100%;
}

a
{
    color: #736654;
    text-decoration: none;
}

a:visited
{
    color: #723B1D;
}

body
{
    margin: 0px;
    padding: 0px;
    overflow: scroll;
    overflow-x: hidden;
}

body *
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
}

img
{
    border: 0px;
}

table.full
{
    width: 100%;
    height: 100%;
    background: #262016 url(img/back_barra.gif) repeat-x center;
}

table.full_site
{
    width: 100%;
    height: 100%;
    background: #262016 url(img/back_barra_site.gif) repeat-x top;
}

table.center
{
    width: 100%;
    height: 100%;
}

table.rodape
{
    width: 100%;
    height: 29px;
    text-align: right;
}

table.menu
{
    height: 38px;
}

td.logo_index
{
    text-align: center;
    background: url(img/marca_dagua.png) no-repeat right center;
}

td.logo
{
    width: 270px;
    text-align: center;
}

td.menu
{
    height: 126px;
    vertical-align: bottom;
    padding-left: 290px;
}

td.barra
{
    height: 250px;
    padding: 0px 5px 10px 0px;
    background: url(img/marca_dagua.png) no-repeat right top;
}

td.barra_contato
{
    height: 250px;
    padding: 0px 5px 10px 0px;
    background: url(img/img_mapa_dagua.gif) no-repeat right top;
}

td.conteudo
{
    text-align: left;
    vertical-align: top;
    padding: 35px 5px 10px 0px;
}

td.rodape
{
    text-align: right;
    height: 30px;
}

td.rodape_index
{
    text-align: center;
    height: 30px;
}

td.tel
{
    text-align: left;
    padding: 0px 0px 10px 10px;
}

td.codesul
{
    text-align: right;
    padding: 0px 10px 0px 0px;
}

/* modulos de conteudo */

td.texto_bar_um
{
    width: 400px;
    text-align: left;
    vertical-align: bottom;
    padding: 0px 20px 44px 20px;
}

td.texto_bar_dois
{
    width: 280px;
    text-align: left;
    vertical-align: bottom;
    padding: 0px 20px 44px 20px;
}

td.texto_bar_um_area
{
    width: 400px;
    text-align: left;
    vertical-align: bottom;
    padding: 10px 20px 20px 20px;
}

td.texto_bar_prec
{
    width: 400px;
    text-align: left;
    vertical-align: bottom;
    padding: 20px 20px 20px 20px;
}

td.texto_bar_dois_area
{
    width: 280px;
    text-align: left;
    vertical-align: bottom;
    padding: 10px 20px 20px 20px;
}

td.submenu
{
    height: 70px;
    padding: 10px 10px 10px 15px;
}

td.submenu_prec
{
    height: 5px;
    padding: 10px 10px 0px 15px;
}

td.texto_cont_zero
{
    width: 270px;
}

td.texto_cont_um
{
    width: 400px;
    text-align: left;
    vertical-align: top;
    padding: 0px 20px 0px 20px;
}

td.texto_cont_dois
{
    width: 280px;
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
}

/* texto */

span.titulo
{
    font-size: 15px;
    font-weight: bold;
    color: #723B1D;
}

span.aspas
{
    font-size: 30px;
    font-weight: bold;
    color: #723B1D;
}

span.texto_barra
{
    font: 12px;
    color: #5C4831;
}

span.texto_base
{
    font: 12px;
    color: #736654;
}

span.texto_box
{
    text-align: left;
    font: 12px;
    color: #736654;
}

/* box */

table.box_um
{
    width: 200px;
    background-color: #201B12;
}

table.box_dois
{
    width: 390px;
    background-color: #201B12;
}

table.box_tres
{
    width: 230px;
    background-color: #201B12;
}

td.box
{
    padding: 5px 5px 5px 5px;
}

td.brd_esq_top, td.brd_dir_top
{
    width: 9px;
    height: 9px;
    vertical-align: top;
    font-size: 0px;
}

td.brd_dir_top
{
    text-align: right;
}

td.brd_esq_btt, td.brd_dir_btt
{
    width: 9px;
    height: 9px;
    vertical-align: bottom;
    font-size: 0px;
}

td.brd_dir_btt
{
    text-align: right;
}

#btnEnviar
{
    background: url(img/btn_send.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 23px;
    width: 63px;
    padding: 0px;
    margin: 0px;
}

#btnLimpar
{
    background: url(img/btn_clean.gif) no-repeat;
    border: none;
    cursor: pointer;
    height: 23px;
    width: 63px;
    padding: 0px;
    margin: 0px;
}

