*{
    margin: 0;padding:0;
}

body{
    background:url(imagens/imagenet-fundo.jpg);
    background-size:cover;
    background-color: #CCC;
    font-family: 'Myriad Pro';
    letter-spacing:1px;
}
a{
    color: #FFF;
    text-decoration:none;
}

#imagenet-barra-topo{
    position:relative;
    top: 120px;
    width:35%;
}
    #imagenet-barra-topo img{
        width: 100%;
        height:4px;
    }
#imagenet-anuncio{
    width:1180px;
    height: 70px;
    font-size:70px;
    color:#FFF;
    margin:auto;
    background:url(imagens/imagenet-barra-topo-anuncio.png)no-repeat bottom;
    background-size: 1180px 4px;
    margin-top: 50px;
    text-align:center;
    position: relative;
    font-weight: bold;
}
    #imagenet-anuncio b{
        float:left;
    }
#imagenet-logo{
    position:relative;
    left: 0;
    bottom: 4px;
    height: auto;
    width:80px;
    cursor:pointer;
    float:left;
    margin: 0 25px 0 120px;
}
    #imagenet-logo img{width: 80px;}

#imagenet-bloco-central{
    background: rgba(136, 184, 63, 0.7);
    height: 350px;
    margin-top:105px;
    width: 100%;
}
    #imagenet-bloco-central p{
        opacity: 0.95;
        font-weight: 100;
    }

#imagenet-barra{
    position:relative;
    top: 65px;
    width: 70%;
}
    #imagenet-barra img{width:100%;}

#imagenet-bloco-central-conteudo, #imagenet-bloco-central-conteudo-02{
    width:1000px;
    margin:auto;
    position:relative;
    top: 40px;
    /*background: red;*/
    font-size:20px;
    color: #DDD;
}
    #imagenet-bloco-central-conteudo-02{
        top: 100px;
    }
    #imagenet-bloco-central-conteudo b, #imagenet-bloco-central-conteudo-02 b{
        color: #FFF;
    }
    
#imagenet-rodape{
    width: 70%;
    height: 70px;
    margin: 0 15%;
    color: #FFF;
    text-align: right;
    position:relative;
    top: 30px;
}
    #imagenet-rodape a{color: #CCC;}
    #imagenet-rodape p{
        position: relative;
        top: 25px;
        right: 65px;
        float: right;
    }
    #imagenet-rodape img{
        position:absolute;
        top: 15px;
        right:0px;
    }
    