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

img{
    border: 0px;
}

html{
    height: 100%;
}

body {
    position:relative;
    margin:0px;
    background-color:#000000;
    text-align:center;
    height: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.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 {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px; /* the bottom margin is the negative value of the footer's height */
}

#awwwards{
    position: absolute;
    left: 0px;
    top: 50px;
}

/*
//main//
*/
#main{
    position: relative;
    margin: auto;
    width: 730px;
    margin-left: 115px;
    padding-bottom: 45px;
}

/*
//menu//
*/
#menuContainer{
    position: relative;
    float: left;
    width: 200px;
    background-color: #f3f9f8;
    overflow: auto;
    margin-top: 12px;
    margin-bottom: 127px;
}
#menuContainer .logo{
    padding-top: 20px;
}

#linguas{
    padding-top: 10px;
    padding-bottom: 25px;
}
#linguas a{
    text-decoration: none;
    text-transform: uppercase;
    color: #b9906a;
    padding-left: 4px;
    padding-right: 4px;

}
#linguas a:hover,
#linguas a.selected{
    color: #7a430b;
}
#linguas a.last{
}

#menu ul{
    text-align: left;
    text-transform: uppercase;
    width: 180px;
    margin: auto;
    background-image: url("../imagens/menu_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 2px;
    padding-bottom: 20px;
}
#menu ul li{
    display: block;
    background-image: url("../imagens/menu_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}
#menu ul li a{
    font-family: "Hagin Caps Medium";
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #00b2b0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
}
#menu ul li a.selected,
#menu ul li a:hover{
    color: #7a430b;
}

/*
//header//
*/
#headerContainer{
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
}
#headerContainer .menu{
    position: absolute;
    right: 50px;
    top: 0px;
    /*height: 30px;*/
    margin-top: 5px;
    color: #91d9d8;
    font-size: 10px;
    border-right: 1px solid #91d9d8;
} 

#headerContainer .menu ul{
    float: left;
    overflow: auto;
    /*border-right: 1px solid #91d9d8;*/
}

#headerContainer .menu li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #91d9d8;
    padding-top: 4px;
    padding-bottom: 4px;
}
#headerContainer .menu li a{
    color: #8d6037;
    text-decoration: none;
    font-size: 10px;
}
#headerContainer .menu li a.selected,
#headerContainer .menu li a:hover{
    color: #91d9d8;
}

#headerContainer .titulo{
    position: relative;
    width: 730px;
    height: 30px;
    padding-top: 5px;
    margin-left: 106px;
    text-align: left;
}

#header{
    position: relative;
    height: 142px;
}
#logo{
    position: absolute;
    top: 33px;
    left: 103px;
    width: 330px;
    height: 66px;
}
#logo img{
    border: 0px;
}




/*
//conteudos//
*/
#conteudosContainer{
    position: relative;
    float: left;
    width: 515px;;
    margin-left: 12px;
    margin-top: 12px;
    margin-bottom: 10px;
}

#pub{
    text-align: left;
    width: 100%;
    height: 155px;
    overflow: hidden;
}

#conteudosArea{
    width: 100%;
}

#conteudosLoader{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    width: 100%;
    background-image: url(../imagens/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

#conteudos{
    background-color: #FFFFFF;
    margin-top: 5px;
}

#conteudos .tabelaHTML{
    border-collapse: collapse;
    background-color: #daedee;
}
#conteudos .tabelaHTML td{
    border: 1px solid #FFFFFF; 
    padding: 5px;
    font-size: 9px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.minArea .paginaConteudos{
    min-height: 385px;
}
.minArea .paginaConteudos.comSlide{
    min-height: 267px;
}

.paginaConteudos{
    padding: 10px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
    line-height: 16px;
    font-size: 10px;
}

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


#conteudos .paginaConteudos h1{
    font-size: 13px;
    font-weight: normal;
    color: #1db7b6;
    margin: 0px;
    margin-bottom: 5px;
}
#conteudos .paginaConteudos h1 a{ 
    font-weight: 400;
    color: #808080;
    text-decoration: none;
}

#conteudos .castanho{
    color: #794400;
}
#conteudos .azul{
    color: #00b1b0;
}

#conteudos .castanho a{
    color: #794400;
}
#conteudos .azul a{
    color: #00b1b0;
}
#conteudos strong,
#conteudos b{
    font-weight: 700;
}
#conteudos i,
#conteudos em{
    font-style: italic;
}

#conteudos a{
    color: #000000;
    text-decoration: none;
}
#conteudos a:hover{
    text-decoration: underline;
}



/*
//rodape//
*/
#rodapeContainer{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 13px;
    height: 45px;
}
#rodapeContainer .linha{
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF;
}
#rodapeContainer .nome{
    position: absolute;
    top: 0px;
    left: 330px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: left;
}
#rodape{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    width: 180px;
    height: 110px;
    background-color: #FFFFFF;
    margin-left: 115px;
    text-align: left;
    color: #7a430b;
    text-align: center;
    padding: 10px;
    top: -115px;
}
#rodape b,
#rodape strong{
    font-weight: 700; 
}
#rodape a{
    text-decoration: none;
    color: #7a430b;
}
#rodape a:hover{
    text-decoration: underline;
}