/* Header

========================================================================== */
#header {
    width: 100%;
    background: #000000;
}

#content_top {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#logo {
    display: inline-block;
    vertical-align: text-top;
    margin: 15px 10px 5px 10px;
}

#menu-principal {
    display: inline-block;
    vertical-align: text-top;
    margin-top: 20px;
}

.msg_layout {
    position: absolute;
    top: 100px;
    left: 480px;
}

.header .content_top .info {
    float: right;
    width: 116px;
    margin-top: 25px;
    margin-right: 25px;
}

.header .content_top .info .social-links {
    background: url(../imagens/bg-social-links.png) no-repeat;
    text-align: center;
    line-height: 40px;
    height: 32px;
}

.header .content_top .info .social-links li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../imagens/social-links-top.png) no-repeat;
}

.header .content_top .info .social-links li.g-plus {
    background-position: -27px 0;
}

.header .content_top .info .social-links li.twitter {
    background-position: -57px 0;
}
.header .content_top .info .social-links li a {
    width: 100%;
    height: 100%;
    display: block;
}

/* Footer

========================================================================== */

#footer {
    background: url(../imagens/bg_footer.png);
    width: 100%;
    font-size: 10pt;
}

.rodape {
    width: 980px;
    margin: auto;
    padding: 10px 0 30px 0;
    display: table;
    padding: 20px 0;
    text-align: center;
    color: #464646;
}

.nav_footer ul {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.nav_footer ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.nav_footer ul li a {
    border-right: 1px solid #464646;
    padding-right: 10px;
}

.nav_footer ul li.last a {
    border: none;
}

.footer_info p span {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.footer_info .social, .footer_info .cartoes {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-top: 20px;
}

.footer_info .social img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.logo-CC {
    width: 980px;
    height: 30px;
    clear: both;
    padding-top: 40px;
    margin: 0 auto;
}

.logo-CC a {
    float: right;
}


