.cufon-loading {
    visibility: hidden !important;
}

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

img{
    border: 0px;
}

body {
    position:relative;
    margin:0px;
    background-color:#FFFFFF;
    text-align:center;
    height: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
}
html{
    height: 100%;
}

.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;
    margin:0 auto; /* center, not in IE5 */
    
    width: 980px;
    
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
    
    background-image: url("../imagens/wrapper_bg.png");
    
}

/*
//main//
*/
#main{
    position: relative;
}

/*
//header//
*/
#headerContainer{
    position: relative;
    width: 980px;
    height: 70px;
    margin: auto;
    font-family: "Scala Sans";
    font-weight: 500;
    text-align: left;
    font-size: 11px;
    color: #666766;
    z-index: 2;
}


#linguas{
    position: relative;
    width: 238px;
    float: left;
    padding-left: 22px;
    padding-top: 34px;
}
#linguas a{
    text-decoration: none;
    text-transform: uppercase;
    color: #666766;
    padding-right: 2px;

}
#linguas a:hover{
    padding-bottom: 2px;
    border-bottom: 1px solid #666766;
}
#linguas a.selected{
    color: #FFFFFF;
}
#linguas a.selected:hover{
    border-bottom: 1px solid #FFFFFF;
}


#headerContainer .pesquisa{
    position: relative;
    width: 221px;
    float: left;
    padding-top: 30px;
    margin-right: 20px;
}
#headerContainer .email{
    position: relative;
    width: 221px;
    float: left;
    padding-top: 30px;
}
#headerContainer .links{
    position: relative;
    width: 240px;
    float: left;
    padding-top: 30px;
    margin-left: 15px;
}
#headerContainer .links a{
    margin-right: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #666766;
    float: left;
}
#headerContainer .links > div{
    float: left;
}
#headerContainer .links a.text{
    vertical-align: 40%;
}
#headerContainer .links a.text:hover{
    border-bottom: 1px solid #666766;
}
#headerContainer .links a img{
    
}

#logo{
    position: absolute;
    top: 96px;
    left: 20px;
    width: 220px;
    height: 84px;
}
#logo a{
    display: block;
}
#logo a:hover{
    background-image: url("../imagens/logo_over.png");
    background-repeat: no-repeat;
    background-position: top left;
}
#logo img{
    border: 0px;
    width: 219px;
    height: 83px;
}
#contactos{
    font-family: "Scala Sans LF";
    font-weight: 500;
    position: absolute;
    top: 97px;
    right: 0px;
    width: 242px;
}
#contactos a{
    text-decoration: none;
    color: #666766;
}
#contactos a:hover{
    padding-bottom: 2px;
    border-bottom: 1px solid #666766;
}



/*
//conteudos//
*/
#conteudosContainer{
    overflow: auto;
    position: relative;
    width: 100%;
    text-align: center;
}
#fundoHide{
    position: relative;
    overflow: auto;
    background-color: #FFFFFF;
}
/*
//menu//
*/
#menuTopo{
    z-index: 1;
    position: relative;
    height: 155px;
    margin-top: 10px;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}
#menuTopo > div{
    float: left;
    overflow: hidden;
    width: 220px;
    height: 155px;
    margin-right: 20px;
}
#menuTopo > div.last{
    margin: 0px;
}

#menuTopo .img{
    
}

#menuTopo a{
    display: block;
    text-decoration: none;
    font-family: "ScalaSans Caps";
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    border-bottom: 1px solid #666666;
    padding-bottom: 2px;
    margin-bottom: 36px;
    line-height: 14px;
}
#menuTopo a:hover,
#menuTopo a.selected{
    color: #000000;
}

#menuTopo .first a{
    margin-top: 102px;
}
#menuTopo .last a{
    margin-top: 126px;
}

#menuContainer{
    position: relative;
    width: 220px;
    float: left;
    text-align: left;
    margin-left: 19px;
}


/*
//conteudos area//
*/
#conteudosArea{
    position: relative;
    width: 720px;
    float: left;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}
#conteudosAreaWide{
    position: relative;
    width: 940px;
    float: left;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}

#conteudos{
    line-height: 18px;
}

#conteudos .paginaConteudos{
    width: 460px;
    float: left;
    overflow: hidden;
    text-align: justify;
}
#conteudos .paginaConteudos .titulo{
    margin-bottom: 10px;
}

#conteudos .paginaConteudos p{
    margin-top: 0px;
    margin-bottom: 10px;
}
#conteudos .paginaConteudos b,
#conteudos .paginaConteudos strong{
    font-weight: 700;
}
#conteudos .paginaConteudos i,
#conteudos .paginaConteudos em{
    font-style: italic;
}

#conteudos .paginaConteudos h1{
    font-size: 23px;
    font-family: "ScalaSans";
    font-weight: 700;
    color: #000000;
}
#conteudos .paginaConteudos h2{
    font-size: 15px;
    font-family: "Scala Sans";
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

#conteudos .linksDir{
    overflow: hidden;
    width: 220px;
    float: left;
    margin-left: 20px;
    color: #999999;
    font-size: 13px;
}
#conteudos .linksDir a{
    text-decoration: none;
    color: #666666;
    font-weight: 700;
    padding: 3px;
}
#conteudos .linksDir a:hover{
    text-decoration: none;
    background-color: #FFFF00;
}
#conteudos .linksDir p{
    margin-top: 0px;
    margin-bottom: 10px;
}


#conteudos a{
    text-decoration: none;
    color: #666666;
}
#conteudos a:hover{
    text-decoration: none;
    background-color: #FFFF00;
}

#conteudos a img{
    vertical-align: text-bottom;
}
#conteudos .share a:hover{
    background-color: transparent;
}

/*
//grelha
*/
#conteudos .grelhaDestaque{
    
}
#conteudos .grelhaDestaque > div{
    position: relative;
    width: 220px;
    height: 153px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#conteudos .grelhaDestaque > div.big{
    height: 200px;
}

#conteudos .grelhaDestaque > div.last{
    margin-right: 0px;
}
#conteudos .grelhaDestaque a{
    display: block;
    background-color: #858889;
    width: 220px;
    height: 153px; 
    color: #858889;
}
#conteudos .grelhaDestaque .big a{
    height: 200px;
}
#conteudos .grelhaDestaque a:hover{
    background-color: #FFFF00;
    color: #666666;
}

#conteudos .grelhaDestaque > div .texto{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 10px;
    padding-bottom: 20px;
}
#conteudos .grelhaDestaque .imagem{
    position: absolute;
    left: 0px;
    top: 0px;
}
#conteudos .grelhaDestaque a:hover .imagem{
    display: none;
}

#conteudos .grelhaDestaque h1{
    font-size: 23px;
    font-family: "ScalaSans";
    font-weight: 700;
}
#conteudos .grelhaDestaque h2{
    font-size: 15px;
    font-family: "Scala Sans";
    font-weight: 500;
}
