*{
    font-family:Arial,Verdana,Helvetica,sans-serif;
    outline:none;
}
form{
    margin: 0px;
    padding: 0px;
}

body {
    margin:0px;
    background-color:#688DAA;
    position:relative;
    text-align:center;
}

#main{
    position:relative;
    margin:auto;
    width:900px;
    text-align:left;
    overflow:auto;
}

/* ///////////////////////////////////////
//areaBranca
////////////////////////////////////////
*/
#areaBranca{
    width: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}

/* ///////////////////////////////////////
//areaEsquerda
////////////////////////////////////////
*/
#areaEsquerda{
    position: relative;
    float: left;
    width: 185px;
    margin-left: 25px;
    overflow: auto;
}
/* ///////////////////////////////////////
//linguas
////////////////////////////////////////
*/
#linguas{
    margin-top: 40px;
    height: 17px;
    text-align: right;
    padding-top: 5px;
    padding-right: 25px;
    background-image: url(../imagens/linguas_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 10px;
    color: #000000;
}

#linguas a{
    font-size: 10px;
    text-decoration: underline;
    color: #000000;
}
#linguas a:hover{
    text-decoration: none;
}

#linguas img{
    margin-top: 4px;
    margin-left: 5px;
    border: 0px;
}
/* ///////////////////////////////////////
//logotipo
////////////////////////////////////////
*/
#logo{
    position: relative;
    text-align: left;
}
#logo img{
    border: 0px;
}
/* ///////////////////////////////////////
//Menu Left
////////////////////////////////////////*/
#menuLeft{
    position: relative;
    margin-top: 25px;
}

#menuLeft ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#menuLeft li{
    display: block;
    text-align: left;
    border-bottom: 1px dotted #747474;
}

#menuLeft li a{
    background-image: url(../imagens/menu_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #696a6c;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
}

#menuLeft li a:hover,
#menuLeft li a.selected{
    color: #688DAA;
    background-position: 0px -35px;
}

/* ///////////////////////////////////////
//logosSmall
////////////////////////////////////////
*/
/*#logosSmall{
    position: relative;
    text-align: center;
    margin-top: 18px;
    border-bottom: 1px solid #f4bc07;
}
#logosSmall img{
    margin-bottom: 18px;
}

/* ///////////////////////////////////////
//logosSmall
////////////////////////////////////////
*/
/*#logosFinder{
    position: relative;
    text-align: center;
    margin-top: 12px;
}
#logosFinder img{
    border: 0px;
}


/* ///////////////////////////////////////
//logosSmall
////////////////////////////////////////
*/
/*#newsletter{
    position: relative;
    text-align: left;
    margin-top: 27px;
    background-color: #f4bc07;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
#newsletter h1{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: 700;
    color: #454237;
}
#newsletter .text{
    width: 100%;
    height: 11px;
    margin-top: 4px;
    background-color: #fdf2c3;
    border: 1px solid #fdf2c3;
}

#newsletter p{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#newsletter .button{
    background-color: #f8bb00;
    border: 0px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}




/* ///////////////////////////////////////
//areaDireita
////////////////////////////////////////
*/
#areaDireita{
    position: relative;
    float: right;
    width: 600px;
    text-align: left;
    margin-right: 25px;
    overflow: auto;
}
/* ///////////////////////////////////////
//sites
////////////////////////////////////////
*/
/*#sites{
    position: relative;
    height: 15px;
    text-align: right;
}

/* ///////////////////////////////////////
//sites
////////////////////////////////////////
*/
/*#pesquisa{
    position: relative;
    width: 115px;
    margin-left: auto;
    margin-top: 17px;
    text-align: right;
}
#pesquisa h1{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: 700;
    color: #454237;
    text-align: left;
}
#pesquisa .text{
    width: 113px;
    height: 11px;
    margin-top: 4px;
    background-color: #fdf2c3;
    border: 0px;
}

/* ///////////////////////////////////////
//Menu
////////////////////////////////////////*/
/*#menu{
    width: 100%;
    height: 30px;
    margin-top: 25px;
    z-index: 999;
}

#menu ul, #menu ul ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    z-index: 999;
}

#menu ul ul {
    position:absolute;
    display:none;
    top:30px;
}

#menu li{
    float: left;
    display: block;
    text-align: center;
    margin-right: 1px;
}

#menu li a{
    display: block;
    height: 24px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    background-image: url(../imagens/menu_top_bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding-right: 17px;
    padding-left: 16px;
    padding-top: 6px;
}

#menu li ul{
    display: none;
}

#menu ul > li:hover > a,
#menu li a:hover{
    color: #3a3a3c;
}

#menu ul > li:hover > a.selected,
#menu li a.selected:hover,
#menu li a.selected{
    background-image: none;
    color: #f4bc07;
}

#menu ul ul ul{
    top:auto;
}

#menu ul ul li{
    margin-top: -1px;
}

#menu ul ul li a{
    background-image: none;
    background-color: #f9d143;
    text-align: left;
}

#menu ul ul li a:hover,
#menu ul ul li a.selected{
    background-color: #FFFFFF;
    color: #f9d143;
}

#menu ul li ul ul {
    left:12em;
    margin:0px 0 0 10px;
}

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul{
    display:none;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul{
    display:block;
}


/* ///////////////////////////////////////
//header
////////////////////////////////////////
*/
#header{
    position: relative;
    margin-top: 75px;
    width: 100%;
    height: 160px;
    text-align: left;
    background-image: url(../imagens/header_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: visible;
}

#header .itemDestaque{
    position: absolute;
    top:30px;
    left: 30px;
    width: 280px;
    color: #FFFFFF;
    text-align: right;
    font-size: 25px;
    font-weight: 700;
}
#header .itemDestaque a{
    font-size: 10px;
    text-decoration: underline;
    color: #FFFFFF;
}
#header .itemDestaque a:hover{
    text-decoration: none;
}

#perfil{
    position: absolute;
    width: 225px;
    height: 265px;
    top:-65px;
    right: 25px;
    background-image: url(../imagens/perfil.png);
    background-repeat: no-repeat;
    background-position: top left;
}


/* ///////////////////////////////////////
//Conteudos
////////////////////////////////////////
*/
#areaConteudos{
    position: relative;
    width: 100%;
    margin-top: 10px;
    overflow: auto;
    z-index: 0;
}
#conteudos{
    text-align: left;
    min-height: 50px;
}

#conteudos,
#conteudos *{
    line-height:18px;
    font-size: 12px;
    color: #000000;
}

#conteudos .titulo{
    width: 375px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #678CAA;
    padding-bottom: 8px;
    line-height: 24px;
    background-image: url(../imagens/titulo_bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
#conteudos p{
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*#conteudos .titulo a{
    color: #f4bc07;
    text-decoration: none;
}
#conteudos .titulo a:hover{
    color: #545456;
}*/

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

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

/* ///////////////////////////////////////
//linksBottom
////////////////////////////////////////*/
#areaFundoR{
    position: relative;
    float: right;
    width: 600px;
    text-align: left;
    margin-right: 25px;
    overflow: auto;
    text-align: right;
}
#areaFundoR img{
    border: 0px;
}
#areaFundoR > div{
    padding-bottom: 5px;
}
#areaFundoR > div img{
    margin-left: 10px;
}
#linksBottom{
    padding-top: 7px;
    border-top: 2px solid #747474;
    text-align: left;
}

#linksBottom ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#linksBottom li{
    padding: 0px;
    margin: 0px;
    float: left;
    display: block;
    text-align: left;
    margin-right: 8px;
    padding-right: 8px;
    background-image: url(../imagens/menu_botttom_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 10px;
}

#linksBottom li.last{
    background-image: none;
}


#linksBottom li a{
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #777777;
}
#linksBottom a.selected,
#linksBottom a:hover{
    color: #688DAA;
}


#areaFundoL{
    clear: both;
    position: relative;
    float: left;
    width: 180px;
    text-align: left;
    margin-left: 25px;
    overflow: auto;
}
#areaFundoL > div{
    padding-bottom: 0px;
}
#areaFundoL > div img{
    margin-right: 0px;
    margin-top: 3px;
    margin-bottom: 2px;
    border: 0px;
}
#copy{
    border-top: 1px dotted #747474;
    font-size: 10px;
    color: #777777;
}
#copy a{
    text-decoration: none;
    color: #678CAA;
    font-weight: 700;
}
#copy a:hover{
    text-decoration: underline;
}

/* ///////////////////////////////////////
//Fundo
////////////////////////////////////////
*/
#fundo{
    height: 22px;
    background-image: url(../imagens/fundo_bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* ///////////////////////////////////////
//Erro
////////////////////////////////////////
*/
/*#conteudos .erro,
.erro{
    color: #FFCA07;
}
#conteudos .tErro,
.tErro{
    background-color: #FFCA07;
}

*/

/* ///////////////////////////////////////
//Recomenda
////////////////////////////////////////
*/
#recomendaForm{
    display:none;
    font-size: 10px;
    color: #688DAA;
    line-height: 20px;
}

#recomendaForm .text{
    background-color: #FFFFFF;
    border: 1px solid #688DAA;
    width: 150px;
    color: #688DAA;
    font-size: 10px; 
}

#recomendaForm .erro{
    background-color: #688DAA;
}

#recomendaForm .button{
    background-color: #FFFFFF;
    border: 1px solid #688DAA;
    color: #688DAA;
    font-size: 10px;
}