table.galeria
{
    width: 100%;
}

table.galeria td
{
    width: 25%;
    height: 120px;
    vertical-align: middle;
}

table.galeria div.sombra
{
    height: 83px;
    width: 108px;
    margin-left: auto;
    margin-right: auto;
    background: #aa80ff;
    text-align: left;
    vertical-align: top;
}

table.galeria div.marco
{
    height: 75px;
    width: 100px;
    padding: 3px;
    border: solid black 1px;
    position: relative;
    top: -3px;
    right: 3px;
    background: white;
}

table.galeria div.sombra.v
{
    height: 108px;
    width: 83px;
}

table.galeria div.marco.v
{
    height: 100px;
    width: 75px;
}

table.galeria div.sombra.vv
{
    height: 108px;
    width: 64px;
}

table.galeria div.marco.vv
{
    height: 100px;
    width: 56px;
}

table.galeria div.sombra.hh
{
    height: 64px;
    width: 108px;
}

table.galeria div.marco.hh
{
    height: 56px;
    width: 100px;
}

dl.listaobras dt
{
    font-weight: bold;
    border-top: solid gray 3px;
}

dl.listaobras dt:first-child
{
    border-top: none;
}

