/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Combina las dos clases que tiene la imagen para hacerlo muy específico */


.book-thumb {
    /* Reglas para tamaño y proporción */
    width: 300px !important;
    height: auto !important; 
    display: block;
    
    /* Reglas para centrar */
    margin-left: auto;
    margin-right: auto;
    
    /* O puedes usar la forma abreviada: margin: 0 auto !important; si necesitas más fuerza */
    margin: 0 auto; 
}
