﻿.DivPrincipal
{
    position: relative;
    height: 280px;
}

.DivPequeno
{
    border: solid 1px #BBE67B;
    width: 300px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    overflow: auto;
    padding: 10px 10px 10px 10px;
}

.DivDegrade
{
    position: absolute;
    background: url('../img/degrade.jpg');
    bottom: 1px;
    width: 310px;
    height: 20px;
    direction: rtl;
}

.LinkMais
{
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    cursor: pointer;
}
