/* OPCIONES DE IMPRESIÓN */
@media print {

#content {width: 100%;}
  
#header, .navigation, #widgets {display: none;}
  
/* Centrar texto y tamaño fuente de las cabeceras de páginas (h1), texto de búsqueda (h2) y cabeceras de lugares (h3) */
h1 {text-align: center; font-size: 16px; padding-bottom: 18px; border-bottom: 1px solid blue;} 
h2 {text-align: center; font-size: 16px;}   
h3 {font-size: 14px; color: white; background-color: #c195e2; padding: 4px 4px 4px 4px;}
h4 {font-size: 1px; border-bottom: 1px solid blue;}  
/* Quitar imagen derecha pantalla inicial */  
#featured-image {display:none;}
/* Centrar imagen pantalla inicial */  
.col-460 {width:100%;} 
  
#footer {display:none !important}  
 
}
/* header, #subheader, #sidebar, #footer, #afterfooter, .postformats, .prev-posts-single, .next-posts-single, #postbar{display:none !important}body, .post_container{width:1000px;background:none #fff !important;border:none} */ 