.cManchete
{
    color: #000;
    display: table;
    margin: 15px 0 10px 0;
    width: 606px;
}
.cManchete ul
{
    margin: 0;
    padding:0;
    list-style: none;
}
.cManchete ul li
{
    float: left;
    margin-bottom: 12px;
    //width: 200px;
}
.cMancheteItemClassificacoes ul li
{
    float: left;
    margin-bottom: 3px;
}
.cMancheteItemClassificacoes
{
    display: table;
}
.cMancheteItemClassificacoes a
{
    display: inline-block;
    color: #666;
    font-size: 7pt;
    margin: 1px 1px 5px 1px;
}
.cMancheteItemClassificacoes a:hover
{
    color: #FFF;
    text-decoration: none;
}
.cMancheteItemClassificacoes span
{
    background-color: #DDD;
    border: 1px solid #CCC;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.cMancheteItemClassificacoes span:hover
{
    background-color: #999;
    border: 1px solid #999;
}
.cMancheteFoto {
    margin: 1px 35px 20px 1px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #999;
    width: 165px;
    height: 150px;
}
/*.cMancheteFoto:hover
{
    border: 2px solid #bbb;
    color: #000;
    margin: 0 10px 0 0;
}*/
.cMancheteFoto img
{
    /*    border: 1px solid #ccc;
        width: 166px;
        height: auto;
        border-radius: 10px;
        box-shadow: 3px 3px 3px #999;*/
    //max-height: 150px;
}
.cMancheteFotoLegenda {
    padding: 5px;
    font-size: 8pt;
    margin-top: 106px;
    position: absolute;
    height: 36px;
    background-color: rgba(24,121,70,0.75);
    width: 155px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #FFFFFF;
    font-size: 11pt;
}
/*.cMancheteFotoLegenda a
{
    position: relative;
}*/
.cMancheteLeiaMais
{
    float: right;
    font-size: 8pt;
    padding: 6px;
}
.cMancheteLeiaMais a
{
    color: #000;
}
.cMancheteTexto
{
    line-height: 18px;
}
.cMancheteTitulo
{
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding:0;
}
.cMancheteTitulo a
{
    color: #000;
}