#Foto .Album {
      width: 50%;
      margin-bottom: 20px;
      padding-bottom:5px;
      min-height:100px;
      min-width:100px;
      line-height: 16px;
      float: left;
      border:none;
}

.imgborderAlbum {
        width: 110px;
        height: 110px;
        background-image: url(../images/thumb-bg.gif);
        background-repeat: no-repeat;
        margin-right: 5px;
        float: left;
}

.Album .thumbnailAlbum {
        margin-left: 5px;
        margin-top: 4px;
        border:none;
}



#Foto .item{
       width: 32%;
       margin-bottom:20px;
       padding-bottom:5px;
       min-height:100px;
       min-width:100px;
       line-height:16px;
       float: left;
       margin-left:5px;
       margin-top:4px;
       border: none;
}

.imgborder {
        width: 110px;
        height: 110px;
        background-image: url(../images/thumb-bg.gif);
        background-repeat: no-repeat;
        margin-right: 5px;
        float: left;
}

.item .thumbnail {
        margin-left: 5px;
        margin-top: 4px;
        border:none;
}
.item .full {
        border:1px solid #999;
}

.infoAlbum {
 padding-top : 5px;
}

.headerAlbum{

 font-size:13px;
 text-decoration: none;
}

