#slider
{
    border: 8px solid #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    -moz-box-shadow: 3px 3px 4px #CCC;
    -webkit-box-shadow: 3px 3px 4px #CCC;
    box-shadow: 3px 3px 4px #CCC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#CCC');
}

#estrutura, #noticias, #previsao-do-tempo
{

    min-height: 40px;
}

.spacer
{
    margin-top: 25px;
}

#estrutura, #noticias
{
    font-size: .9em;
}

#noticias ul
{
    margin: 0;
    padding: 0;
}

#noticias li
{
    border-radius: 6px;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 6px;
    background: #fff;
    margin-bottom: 8px;
}

#noticias li p
{
    margin: 0;
    padding: 0;
    color:#888;
}


#noticias li a:hover
{
    text-decoration: none;
    color:#af6040;
}

#noticias li:hover
{
    background: #f5f5f5;

}
