/*
##
##  topphotos
##
*/
.topphotos .corpo{
    margin-top:30px;
}

.topphotos #conteudo h1 span {
    text-transform:none;
    font-size:14px;
}

.topphotos #conteudo h1 span.titulo_secao{
    color:#9A0509;
    font-weight:bold;
    text-transform:uppercase;
    font-size:18px;
}

.topphotos #conteudo h1{
    padding-bottom:18px;
}
.topphotos #conteudo h2{
    color:#9A0509;
}
.topphotos #meses {
    padding-bottom:10px;
}

.topphotos.semcolunadireita  #navegacao_meses {
    position:absolute;
    margin-top:25px;
    left:230px;;
    top:16px;
    width:411px;
    background:#fff;

}
.topphotos.semcolunadireita  #navegacao_meses div  {
    float:left;
    display:inline;
    margin:0 0 0 10px;
}

.topphotos ul.photos {
    margin:0;
    padding:0;
}
.topphotos ul.photos li{
    list-style-type:none;
    display:table-cell;
    width:155px;
    height:140px;
    float:left;
    text-align:center;
    vertical-align:middle;
}
.topphotos ul.photos li a{
}
.topphotos ul.photos li a img{
    vertical-align:middle;
    border:1px solid black;
}

.topphotos ul.photos li a:hover img{
    border:1px solid red;
}


