
#main #figures figure:nth-of-type(3n) { margin-right:0 }

#main #figures figure{ position:relative; width: 300px; height:250px; float: left; margin: 0 10px 10px 0; border:10px solid #888; overflow:hidden; }
#main #figures figure figcaption{ background:#000; padding:5px; color:#fff; position:absolute; bottom:0; right:0; width:290px; }
#main #figures figure img{ width: 120%; display:block; height: auto;  margin: 0 -10px 0 -10px; transition:linear all 0.2s ;}
#main #figures figure img:hover{ transform:scale(1.05); }
#main #figures figure.ad_figure{ border:10px solid #ffdc4f;  }

#comentarios{ clear:both; }