@charset "utf-8";
/* CSS Document */

.foto_th{ margin-bottom:5px;}
.foto_th img{ width:100%;}
.foto_th a{display:block; width:100%; height:100%;}


@media (min-width: 768px) {
.foto_th{ width:33.33333333333333%; display:table-cell;}
}
@media (min-width: 992px) {
.foto_th{display:block;width:100%;}
}
@media (min-width: 1200px) {

}