Cosas Remulianas

<?php 
query_posts('category_name=cosas-remulianas&posts_per_page=10' );
while(have_posts()): 
    the_post(); 
endwhile;
?>