.barra_newsletter {
    width: 100%;
    height: 32px;
    background-image: url('../imagens/geral/barraNewsletterFundo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f8f8f8;
    color: #FFF;
    bottom: 0;
    text-align: center;
    position: fixed;
    z-index: 5000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    line-height: 32px;
}

.barra_newsletter>.titulo {
    width: 100%;
    height: 32px;
    text-align: center;
    margin: 0 auto;
}

.barra_newsletter>.titulo>a {
    display: block;
    color: #FFF;
    text-decoration: none;
}

.barra_newsletter>.titulo>a:hover {
    text-decoration: underline;
}

#rodape {
    clear: both;
    width: 100%;
    margin: 0 auto;
    min-height: 310px;
    background-color: #555555;
    border-top: solid 2px #707070;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#565656+0,333333+100 */
    background: #565656;
    /* Old browsers */
    background: -moz-linear-gradient(top, #565656 0%, #333333 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #565656 0%, #333333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #565656 0%, #333333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#333333', GradientType=0);
    /* IE6-9 */
}

#rodapeIn {
    width: 980px;
    margin: 0 auto;
}

#rodapeIn>.menuRodape {
    padding: 10px;
}

#rodapeIn>.menuRodape>.coluna {
    float: left;
    padding: 5px 30px;
}

#rodapeIn>.menuRodape>.coluna>.titulo {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}

#rodapeIn>.menuRodape>.coluna>ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

#rodapeIn>.menuRodape>.coluna>ul>li {
    margin: 0;
    padding: 0;
}

#rodapeIn>.menuRodape>.coluna>ul>li>a {
    font-size: 11px;
    color: #F1F1F1;
    text-decoration: none;
    font-weight: bold;
}

#rodapeIn>.menuRodape>.coluna>ul>li>a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#rodapeIn>.menuRodape>.coluna>.revista {
    width: 100px;
    height: 133px;
    padding: 10px 0 0 0;
}

#rodapeIn>.menuRodape>.coluna>.revista>a {
    border: none;
}

#rodapeIn>.menuRodape>.coluna>.revista>a>img {
    width: 100px;
    height: 133px;
    border: solid 1px #2B2B2B;
}

#rodapeIn>.copyright {
    clear: both;
    float: left;
    color: #8A8A8A;
    padding: 15px 0 0 0;
    margin-left: 108px;
    font-size: 11px;
}

#rodapeIn>.redesSociais {
    float: right;
    position: relative;
    margin-right: 95px;
}

#rodapeIn>.redesSociais>div {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    float: left;
    position: relative;
    top: 0;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

#rodapeIn>.redesSociais>div.rede:hover {
    top: 2px;
}

#rodapeIn>.redesSociais>div.facebook {
    clear: both;
}

#rodapeIn>.redesSociais>div.texto {
    clear: both;
    width: auto;
    height: auto;
    color: #B0B0B0;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 0 5px 15px;
}

#rodapeIn>.redesSociais>div>a {}

#rodapeIn>.redesSociais>div>a>img {
    width: 25px;
    height: 25px;
}

#rodapeIn>.redesSociais>.facebook {}

#rodapeIn>.redesSociais>.twitter {}

#rodapeIn>.redesSociais>.linkedin {}

#rodapeIn>.redesSociais>.rss {}