@media print {

* { position: relative; }

.menu,
.cabecera,
.migas,
.pagina > footer,
.documento-relaciones,
.noticia-relaciones {
  display: none;
}
.pagina {
  width: 100%;
  margin: 0;
  margin-right: 1cm;
}

.logo-print {
  position: absolute;
  top: -10pt;
  right: 0;
  width: 2cm;
  display: inline-block;
}

@page { margin: 1.5cm 2cm 2cm }

body {
  font: 11pt/1.5 'Source Sans Pro', Helvetica, Arial, sans-serif;
  background: #fff !important;
  color: #000;
}
h1, h2, h3, h4, h5,
.noticia-entradilla,
.documento-meta,
.noticia-meta {
  font-family: 'Work Sans', 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
h1:first-child, h2:first-child, h3:first-child,
.pagina-titulo, .pagina-descripcion {
  margin-top: 10pt;
  max-width: 14cm;
  text-align: left;
}

h1 {
  font-size: 22pt;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}
h2, h3 {
  font-size: 16.5pt;
  line-height: 1.2;
  text-align: left;
  font-weight: 600;
}

h4, h5 {
  font-size: 13pt;
  text-align: left;
  font-weight: 600;
}
hr {
  display: block;
  height: 0.5pt;
  border: 0;
  border-top: 0.5pt dotted #cecece;
  margin: 24pt 0;
}
a, blockquote, h1, h2, h3, h4, h5, h6, img, table, pre {
  page-break-inside:avoid
}
h1, h2, h3, h4, h5, h6, img, ul, ol, dl {
  page-break-after:avoid;
}

a:link, a:visited, a {
  color: #A72886;
  text-decoration: underline;
}

iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}
p, address, li, dt, dd, blockquote, time {
  font-size: 100%
}

ul, ol {
  margin-left: 0;
  padding-left: 22pt;
  margin-bottom: 1em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
.documento-meta ul,
.noticia-meta ul {
  list-style-type: none;
  color: #666;
  margin: 1.5em 0;
  padding-left: 0;
  font-size: 10pt
}
.documento-meta li,
.noticia-meta li {
  display: inline-block;
  margin-right: 0.25cm;
}
p {
  text-align: justify;
  hyphens: auto;
}
.noticia-entradilla {
  text-transform: uppercase;
  font-weight: 500;
  font-weight: 12pt;
  margin: 1.5em 0;
}

figure {
  margin: 16pt 0;
}

.footnotes {
  font-size: 80%;
  line-height: 1.2;
}
.footnotes ul, .footnotes ol {
  padding-left: 9pt;
  margin-bottom: 0;
}
.footnotes p {
  margin: 0;
}
blockquote {
  padding-left: 22pt;
  margin-left: 0;
  margin-right: 0;
  border-left: 3px solid #cecece;
  font-size: 110%;
  color: #333;
}
blockquote > * {
  text-align: left;
}

table {
  border-collapse: collapse;
  margin: 18pt auto;
}

table > thead > tr > th {
  padding-bottom: 11pt;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  vertical-align: bottom;
  text-align: left;
}

table > thead > tr > th:not(:last-child) {
  padding-right: 6pt;
}

table > tbody > tr > td {
  padding-top: 3pt;
  padding-bottom: 3pt;
  vertical-align: top;
}

table > tbody > tr > td:not(:last-child) {
  padding-right: 6pt;
}

table > tbody > tr:not(:last-child) > td {
  border-bottom: 0.5pt solid #cecece;
}


}
