body, form, p, h1, h2, h3, h4, h5, h6, h7, ul, li
{
    margin: 0;
    padding: 0;
    text-align: left;
}


body
{
    font-family: Arial, Tahoma, Verdana, Sans-serif;
    font-size: 12px;
    color: #000;
    height: 100%;
    background: #fff url('../images/layout/fundo_topo.jpg') no-repeat center top;
}

a
{
    font-weight: bold;
    color: #38b20f;
    text-decoration: none;
}

a:hover
{
    color: #f54606; /*#a85;*/
    text-decoration: underline;
}

input, select, textarea
{
    font-family: Verdana, Arial, Sans-serif;
    font-size: 11px;
    color: #666;
}

.topo
{
    width: 740px;
    height: 165px;
    margin: 0 auto;
}

.topo h1
{
    display: none;
}




.container
{
    width: 740px;
    height: 100%;
    margin: 0 auto;
    background-image: url('../images/layout/fundo_rodape.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 0 15px 100px;
}





.menu
{
    float: left;
    width: 195px;
    height: 100%;
    padding: 60px 0px 0px 10px;
}

.menu ul
{
    margin: 0 15px 0 0;
    padding: 0;
    padding-bottom: 15px;
}

.menu ul li
{
    font-family: Arial, Tahoma, Sans-serif;
    font-size: 12px;
    list-style: none;
    background: url('../images/layout/fundo_item_menu.jpg') no-repeat 0px bottom;
}

.menu ul li a
{
    color: #e58606;
    padding: 3px 6px 13px 12px;
    display: block;
}

.menu ul li a:hover
{
    color: #fa2606;
    text-decoration: none;
}





.conteudo
{
    color: #555;
    width: 510px;
    height: 100%;
    margin-left: 200px;
    padding: 25px 15px 15px 7px;
    text-align: justify;
    min-height: 300px;
}

.conteudo h3
{
    font-size: 18px;
    font-weight: bold;
    color: #f59606;
    text-align: right;
    margin-bottom: 15px;
}

.conteudo .dataConteudo
{
    font-size: 10px;
    font-style: italic;
    margin: 15px 0px;
    display: block;
}

.conteudo ul
{
    margin-left: 35px;
}

.conteudo ul li
{
    /*margin-left: -15px;*/
}

.conteudo ul.noticias li
{
    padding: 4px 0;
}

.conteudo img
{
    margin: auto 10px 0 auto;
}

.conteudo .formulario
{
    width: 420px;
    margin: 0 auto;
    text-align: center;
}

.conteudo .formulario span
{
    float: left;
    width: 90px;
    margin: 5px 10px 5px 0;
    text-align: right;
    display: block;
}

.conteudo .formulario input, .conteudo .formulario textarea
{
    float: left;
    width: 300px;
    margin: 3px 10px 3px 0;
    padding: 2px;
}

.conteudo .formulario .button
{
    float: none;
    width: 80px !important;
    margin-left: 90px;
}




.conteudo .miolo
{
    height: 100%;
    /*min-height: 175px;*/
    margin-top: 15px;
    background: url('../images/layout/separador.jpg') no-repeat center top;
    padding-top: 20px;
}

.conteudo .miolo .box
{
    width: 137px;
    height: 100%;
    min-height: 180px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #e0e0e0;
    float: left;
    text-align: left;
    background: #fff;
}

.conteudo .miolo .box a
{
    display: block;
    margin-bottom: 8px;
}


.conteudo .itemDownload
{
    font-size: 12px;
    color: #444;
    border-bottom: 1px solid #cecece;
    padding: 8px;
    margin-bottom: 10px;
}

#divForum { }
#divForum ul { } /* margin-left: 20px; list-style: circle;*/
#divForum ul li { list-style: none; border: 1px solid #cecece; margin: 2px 2px 5px; padding: 5px; }
#divForum ul li a { }
#divForum ul li .dataTopico { font-size: 11px; font-style: italic; }

.forumPost { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid #cecece; }
.forumPost .dataPost { font-size: 11px; font-style: italic; color: #999; }

.grupoDownload { padding-left: 20px; }

.boxLogin
{
    width: 390px;
    height: 100%;
    margin: 25px auto;
    padding: 15px 10px;
    text-align: center;
    background: url('../images/layout/box_login.jpg') no-repeat;
}

.boxLogin img
{
    float: left;
}

.boxLogin span
{
    width: 60px;
    float: left;
    display: block;
    margin-right: 8px;
    text-align: right;
    padding: 4px 0 4px 0;
}

.boxLogin input
{
    width: 220px;
    float: left;
    padding: 2px 0 2px 0;
    margin: 2px 0 2px 0;
}

.boxLogin .button
{
    width: 80px;
    float: right;
    margin: 5px 20px 10px 120px;
}

.boxLogin a
{
    float: left;
    display: block;
    margin-left: 140px;
}






.rodape span { display: none; }
.button { font-weight: bold; color: #fff; background: #71a715; }
.center { text-align: center; }
.clearBoth { clear: both; }
.msgErro { display: block; font-weight: bold; color: #f00; margin-bottom: 15px; }
.right { text-align: right; }
.bot15 { margin-bottom: 15px; }
.red { color: #f00; }
.bold { font-weight: bold; }
.rightFloat { float: right; }
.leftFloat { float: left; }

