﻿body 
{
    margin:0;
    padding:0;
    background-image:url(../imagens/bgFundo.gif);
    background-repeat:repeat; 
    background-position:left;   
}
.img
{
	border:0px;
}
#bgMain
{
    border:0;
    width:100%;
    height:862px;
    background-image:url(../imagens/bgMain.gif);
    background-position:left; 
    background-repeat:repeat-x;
    background-position:left;
    position:absolute;
    z-index:0;
}
#bgMainInternas
{
    border:0;
    width:100%;
    height:590px;
    background-image:url(../imagens/bgMainInternas.gif);
    background-position:left; 
    background-repeat:repeat-x;
    background-position:left;
    position:absolute;
    z-index:0;
}
#main
{
    border:0;
    width:777px;
    left:50%;
    margin-left:-388.5px;
    position:absolute;
    z-index:1;
}
#mainConteudo
{
    border:0;
    width:777px;
    margin-top:388px;
    left:50%;
    margin-left:-388.5px;
    position:absolute;
    z-index:0;
}
#mainConteudoInternas
{
    border:0;
    width:777px;
    margin-top:256px;
    left:50%;
    margin-left:-388.5px;
    position:absolute;
    z-index:0;
}
#menu
{   
    float:left;
    margin-top:15px;
}
.txtMenu
{
    color: #ffffff;
    font-family: Arial;
    font-size: 9px;
    text-decoration: none;
}
.txtMenuInternas
{
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}
.txtConteudo
{
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
}
.txtNoticias
{
    color: #797878;
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
}
.txtNoticiasTitulo
{
    color: #474747;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    font-weight:bold;
}
.box
{
    font-family: Trebuchet MS;
    color: #000000;
    font-size: 10px;
    background-color: #ffffff;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.box-02
{
    font-family: Trebuchet MS;
    color: #000000;
    font-size: 10px;
    background-color: #fffacd;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}