﻿table#albumes
{
    width:500px;
    margin:0 auto;
    font-size:1.2em;
    border-collapse:separate;
    border-spacing:2px;
}

table#albumes td
{
    padding: 5px 0 5px 0;
    background-color:#eee;
}

div#fotos img
{
    /*width:150px;*/
    height:110px;
    float:left;
    margin:15px;    
}