*{
    outline:none;
}
form{
    margin: 0px;
    padding: 0px;
}

img{
    border: 0px;
}
html, body {height: 100%;}
body {
    position:relative;
    margin:0px;
    background-color:#ffffff;
    text-align:center;
    font-family: Tahoma,Geneva,Kalimati,sans-serif;
    font-size: 12px;
    color: #333;
}

.direita{
    text-align: right;
}
.centro{
    text-align: center;
}
.esquerda{
    text-align: left;
}

.clearB{
    clear: both;
    float: none;
    border: 0px;
    height: 0em;
    line-height: 0px;
}

#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -138px; /* the bottom margin is the negative value of the footer's height */
    min-width: 1002px;
}

/*
//main//
*/
#main{
    position: relative;
    margin: auto;
    width: 1002px;
    padding-bottom: 158px;
}

/*
//menu//
*/
#menuContainer{
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    z-index: 20;
    background-color: #dee92d;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1.0px;
    font-size: 16px;
}
#menuArea{
    position: relative;
    margin: auto;
    width: 1002px;
}
/*
//header//
*/
#headerContainer{
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #595959;
    text-align: center;
    overflow: hidden;
}

#header{
    position: relative;
    width: 1002px;
    height: 350px;
    margin: auto;
    z-index: 15;
}
#banner{
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    height: 350px;
    width: 100%;
}
#banner > div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 350px;
    background-position: top center;
    z-index: 8;
    /*display: none;*/
}
#banner > div.active{
    display: block;
    z-index: 10;
}
#banner > div.last-active{
    display: block;
    z-index: 9;
}
#logo{
    position: absolute;
    top: 40px;
    left: 12px;
    width: 303px;
    height: 265px;
}
#logo img{
    border: 0px;
}

#linguas{
    position: absolute;
    top: -50px;
    right: 0px;
}
#linguas a{
    display: block;
    text-align: center;
    width: 50px;
    height: 33px;
    padding-top: 17px;
    background-color: #dee92d;
    text-decoration: none;
    text-transform: uppercase;
    color: #515151;
}
#linguas a:hover,
#linguas a.selected{
    color: #ffffff;
}
#linguas a.last{
    border-bottom: 0px;
}


/*
//conteudos//
*/
#conteudosContainer{
    position: relative;
    width: 100%;
    text-align: center;
}
#conteudosArea{
    position: relative;
    padding-top: 20px;
}

#conteudosLeft{
    position:relative;
    float:left;
    width: 700px;
    text-align: left;
}

#conteudosRight{
    position:relative;
    float:right;
    width: 240px;
    text-align: left;
}
#conteudosRight .img{
    margin-bottom: 10px;
}
#conteudosRight .img img{
    margin-bottom: 10px;
}

#conteudosRight .banner:hover{
    opacity:0.6;
    filter:alpha(opacity=60);
}

#conteudosRight .itemLista.separador{
    border-top: 1px solid #cecece;
    padding-top: 10px;
}
#conteudosRight .itemLista{
    margin-bottom: 20px;
}
#conteudosRight .itemLista .nome{
    line-height: 14px;
}
#conteudosRight .itemLista .data{
    padding-top: 3px;
    font-size: 11px;
    color: #999999;
}
#conteudosRight .itemLista a{
    text-decoration: none;
    color: #333;
}

#conteudos{
    padding-left: 12px;
    overflow: auto;
    font-size:13px;
    font-size: 12px;
}

#conteudos b,strong{
    font-size: 12px;
    font-weight: 700;
}
#conteudos i,em{
    font-style: italic;
}
#conteudos hr{
    border: 0;
    color: #CECECE;
    background-color: #CECECE;
    height: 1px;
}

.paginaConteudos{
    line-height: 18px;
}

.paginaConteudos p{
    margin-top: 0px;
    margin-bottom: 10px;
}

#conteudosArea .titulo{
    border-bottom: 1px solid #cecece;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 0.8px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #808080;
    line-height: 18px;
}
#conteudosArea .titulo a{
    color: #808080;
}

#conteudosArea h1{
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 5px;
    clear: both;
    font-weight: 400;
}
#conteudos a{
    color: #808080;
    text-decoration: none;
}
#conteudos a:hover{
    text-decoration: underline;
}


/*
mapaa site
*/
#conteudos ul.tree, #conteudos ul.tree ul {
    list-style-type: none; 
    list-style-image:none;
    background: url(../imagens/vline.png) repeat-y;
    margin: 0;
    padding: 0;
}

#conteudos ul.tree ul { 
    margin-left: 10px; 
}

#conteudos ul.tree li {
    margin: 0; 
    padding: 0 12px; 
    line-height: 20px; 
    background: url(../imagens/node.png) no-repeat; 
    color: #9ec554;
    font-weight: bold;
}

#conteudos ul.tree li a{
    font-weight: normal;
}

#conteudos ul.tree li.last { 
    background: #fff url(../imagens/lastnode.png) no-repeat; 
}









#shareDiv{
    padding-left: 12px;
    margin-top: 10px;
}

/*
//rodape//
*/
#rodapeContainer{
    position: relative;
    width: 100%;
    text-align: center;
    height: 133px;
    background-image: url("../imagens/rodape.jpg");
    background-position: top center;
    border-top: 5px solid #a1a1a5;
}
#rodape{
    text-align: left;
    padding-top: 10px;
    position: relative;
    width: 1002px;
    margin: auto;
}
#rodape .logos{
    float: left;
    margin-right: 50px;
    text-transform: uppercase;
    font-size: 8px;
    color: #d5d5d5;
}
#rodape .logos img{
    margin-bottom: 10px;
}
#rodape .menu{
    float: left;
    padding-top: 27px;
    margin-right: 50px;
    padding-left: 12px;
}
#rodape .menu li{
    display: block;
    margin-bottom: 3px;
}
#rodape .menu li a{
    text-decoration: none;
    color: #d5d5d5;
}
#rodape .menu li a.selected,
#rodape .menu li a:hover{
    text-decoration: underline;
}