#rodape {
    width: 100%;
    height: 250px;
    background-color: #666;
    color: #fff;
}

.rodape-container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#rodape h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

#rodape ul li {
    float: none;
}

#rodape li {
    text-shadow: none;
    font-size: 11px;
    color: #fff;
    line-height: 1.3em;
}

#rodape a, #rodape a:visited {
    text-decoration: none;
    color: #ddd;
}

#rodape a:hover {
    color: #fff;
}

.rodape-conteudo {
    padding: 10px;
}

.rodape-bloco {
    float: left;
    width: 270px;
    margin: 10px 20px 0 0;
    padding: 0 0 0 20px;
    
}

.line {
    margin: 0 0 0 20px;
    width: 920px;
    border-bottom: 1px solid #555;
}

.end {
    margin: 20px 0 0 40px;
    padding-bottom: 20px;
}

.end h3 {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
}

.end img {
    padding:0 20px 0 0;
    float: left;
}

