article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

article header{
    margin-bottom: 25px;
}

header time {
    width: 50px;
    padding: 2px 5px 2px 5px;
    margin-right: 15px;
    border-right: 1px solid #AFAFB0;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #505050;
    text-align: center;
}

header time .month {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 10px;
    text-transform: uppercase;
}

header time .day {
    display: block;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
}

.fotosGaleria img{
    max-height: 200px;
    margin-bottom: 15px;
}

.rodapeNoticia{
    padding-top: 10px;
}