/* Hipertextos print.css */
/* by Acozar - www.hipertextos.net */


@page {
  size: A4 portrait;
  margin: 2cm;
}
@page {
  @bottom-right { 
    border-top: .25pt solid #666;
    content: counter(page);
  }
  @bottom-left {
    content:  string(doctitle);
  }
}

body {
	background: white;
	color: #000;
	font-size: 12pt; 
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, Georgia, ‘Times New Roman’, serif; 
	line-height: 1.5em;
}
* {
	background: transparent;
	clear: both;
	color: #000;
	display: block;
	font-size: 12pt; 
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, Georgia, ‘Times New Roman’, serif; 
	line-height: 1.5em;
	margin: 0 0 1pt;
	padding: 0;
	width: 100%;
	word-break: break-word;
}
h1 { font-size: 22pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }
p { font-size: 12pt; }
h1,
h2,
h3,
h4,
h5,
h6 {
	border-bottom: thin solid #333;
	line-height: 1.25em;
	page-break-after: avoid;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0 0 1em;
}
a, a:link, a:visited {
	color: #aa0000;
	display: inline;
	font-weight: bold; 
	text-decoration: underline; 
}
a:after { 
	content: " (" attr(href) ") "; 
}
img, figure {
	display: block;
	margin: 1em auto;
	width: 80%;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}
#header,
#header-site,
#footer,
#footer-social,
#footer-terms,
button,
dialog,
embed,
form,
iframe,
input,
nav,
progress,
script,
style,
.no-js,
.pagination,
[class*='blogger'],
[class*='prev'],
[class*='next'],
[class*='alert'],
[class*='button'],
[class*='dialog'],
[class*='menu'] {
	display: none;
}
pre {
	border: 1px solid #ddd;
	display: block;
	font-size: 9pt;
	margin: 2%;
	padding: 2%;
	width: 92%;
}
pre, code {
	font-family: monospace;
}
pre *, code, code *, cite, small, strong,
i, em, span {
	display: inline;
	word-break:break-word;
}
table, thead, tr { display: table; width: 100%; page-break-after: avoid; }
th { border: 1px solid #ddd; display: table-cell; width: auto; }

.slide-wrapper {
	overflow: auto;
}
.slide-page {
	position: relative;
	visibility: visible;
	z-index: 1;
}
.icon {
	display: inline;
	height: 1em;
	margin: 0 .5em;
	width: 1em;
}
.verse {
	text-align: left;
}
.reverse {
	text-align: right;
}
.universe {
	text-align: center;
}
.prose {
	text-align: justify;
}