HTML
<div class="img"> <a target="_blank" href=""> <img src="https://lh4.googleusercontent.com/-s6W2SX5Z4N0/VOG02iCaoJI/AAAAAAABceo/UzVH51_jx4k/w297-h300-no/1-297x300.gif" alt="" width="140" height="160"> </a> <div class="desc">Texto</div></div><div class="img"> <a target="_blank" href=""> <img src="https://lh6.googleusercontent.com/-NZEvbF4eoEw/VOIB9rKRIpI/AAAAAAABcfI/8xsczFa_8CQ/w300-h303-no/2.gif" alt="" width="140" height="160"> </a> <div class="desc">Texto</div></div><div class="img"> <a target="_blank" href=""> <img src="https://lh4.googleusercontent.com/-6FN1DMsliCg/VOIg1gGZAxI/AAAAAAABcfk/GJsM48amUVo/w300-h303-no/1.gif" alt="" width="140" height="160"> </a> <div class="desc">Fuente http://www.euroresidentes. com/Diversion/Frases_Cumpleanos_2.htm</div></div></div>
CSS
<style>
div.img {
margin: 5px;
padding: 5px;
border: 1px dashed ;
box-shadow: 2px 4px 6px;
height: auto;
width: auto;
float: left;
text-align: center;
}
div.img img {
display: inline;
margin: 5px;
border: 2px dotted ;
}
div.img a:hover img {
border:2px dotted ;
}
div.desc {
text-align: center;
font-weight: normal;
width: 215px;
margin: 5px;
}
</style>