/* para imprimir post */

body {
margin: .6in;
font-family: verdana, arial, sans-serif;
font-size: 12pt;
background: white
   }
#header {
  height: 60px;
  background: transparent;
margin-bottom: 20px
   }
#header h1 {
  font-size: 15pt;
height: 60px;
padding:0 ;
line-height: 160%
}

a:link, a:visited {
   color: #06b;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }
#header a:link:after, #header a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
    text-decoration: underline;
}
#header a[href^="/"]:after {
   content: " (http://www.zaragozaunica.com" attr(href) ") ";
   }

#main ul li {

font-size: 11pt;
line-height: 18pt;
color: #666;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: .75em;
list-style-type: square;

}

#main ol li {

font-size: 11pt;
line-height: 17pt;
color: #666;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: .75em;
list-style-type: decimal

}

blockquote { 

padding: 10px;
border-top: 3px solid #ddd;
border-bottom: 3px solid #ddd;

}
/* --- Img's post -------------------- */

img.left, img.right, img.center, .gallery {

border: 3px solid #ddd

}
img.left { 

float: left; 
margin: 0.5em 1em 0.5em 0;

}
img.right { 

float: right;
margin: 0.5em 0 0.5em 1em;

}
img.center { 

margin: 0 auto 10px auto; 
display: block;
text-align: center
}
/* lo que no se ve en el papel */

#skip, .hide, #promo, #header img,
.breadcrumb, .feedback, .conversation,
#sidebar, #sub-footer, #nav, #footer,
FORM { display: none; }