#content
{
    width: 425px;
    margin: 0 auto;
    /*float: none;*/
}

.noticia
{
    background-color: #6E8DA1;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.noticia h2
{
    margin-bottom: 8px;
}

.noticia h2 a
{
    color: #000;
    text-decoration: none;
    line-height: 120%;
    font-weight: bold;    
}


.noticia .thumb
{
    float: left;
    border: 3px solid #FFF;
    margin-right: 10px;
    margin-bottom: 6px;
}

.noticia a.vermais
{
    float: right;
    line-height: 200%;
}



#smallNews
{
    background-color: #6E8DA1;
    padding: 8px;
}

#smallNews h2
{
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(../layout/bullet.jpg);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;
}

#smallNews h2 a
{
    text-decoration: none;
    font-weight: bold;
}



.calendar 
{
    color: #333;
    margin: 0 auto;
    font-size: 0.8em;
}

.calendar .navigation a
{
    display: none;
}

.calendar td
{
    text-align: center;
    line-height: 160%;
}


.calendar caption 
{
    color: black;
    font-weight: bold;
    text-align: center;
}

.calendar td.selectedday
{
    background-color: #FFF;
}


.inqueritos
{
    color: #333;
    padding-bottom: 10px;
}

.inqueritos p
{
    margin-left: 10px;
    margin-right: 10px;
    line-height: 130%;
}

.inqueritos label
{
    display: block;
    width: 80%;
    text-align: center;
}