<!-- Begin .postBox -->
<div class="postBox">
<div class="postBoxTop"></div>
<div class="postBoxMid">
<div class="postBoxMidInner first clearfix">
<div class="date"><?php the_time('M') ?><br /><span class="day"><?php the_time('j') ?></span><br /><?php the_time('Y') ?></div>
<div class="category"><?php the_category(' // ') ?></div>
<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
<div class="postThumb"><a href="<?php the_permalink() ?>"><?php the_post_thumbnail(); ?></a></div>
<div class="textPreview">
<?php the_excerpt(); ?>
</div>
<div class="postMeta">
<a href="<?php the_permalink() ?>" class="more-link">Seguir viendo »</a>
<div class="metaRight">
<img src="<?php bloginfo('template_directory'); ?>/images/ico_author.png" alt="Author"/> Publicado por <?php the_author_posts_link(); ?>
<img src="<?php bloginfo('template_directory'); ?>/images/ico_comments.png" alt="Comments"/> <?php comments_popup_link('No hay comentarios', '1 comentario', '% comentarios'); ?>
</div>
</div>
</div>
</div>
<div class="postBoxBottom"></div>
</div>
<!-- End .postBox -->
<!-- End .postBox -->