@charset "UTF-8";
/* CSS Document */
@media print {
  @page {
    margin-top: 0.5in;
    margin-bottom: 0.5in;
    margin-left: 0.5in;
    margin-right: 0.5in;
    size: letter portrait;
  }
  header {
    display: none !important;
    visibility: hidden !important;
  }
  footer {
    display: none !important;
    visibility: hidden !important;
  }
  header {
    display: none !important;
    visibility: hidden !important;
  }
  #breadcrumbs {
    display: none !important;
    visibility: hidden !important;
  }
  #buscar {
    display: none !important;
    visibility: hidden !important;
  }
  #articulo {
    font-size: 12pt;
    font-family: "Times New Roman", Times, serif;
    position: relative;
    top: 0;
    width: 98%;
    text-align: justify;
  }
  #articulo p {
    line-height: 120%;
  }
  #articulo blockquote {
    margin-top: 12pt;
    margin-bottom: 12pt;
    margin-left: 1cm;
    margin-right: 1cm;
    padding: 0;
    border: 0;
    line-height: 120%;
  }
  a:link, a:visited {
    color: #000000;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
  h1 {
    font-family: 'Times New Roman', serif;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  h2 {
    font-family: 'Times New Roman', serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    font-family: "Times New Roman", Times, serif;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  h4 {
    font-family: "Times New Roman", Times, serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
  }
  h5 {
    font-family: "Times New Roman", Times, serif;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
  h6 {
    font-family: "Times New Roman", Times, serif;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
  }
  ol.upper-roman {
    list-style-type: upper-roman;
    margin-left: 10px;
  }
  ol.abc {
    list-style-type: lower-alpha;
  }
  ul {
    list-style-type: circle;
  }
  ol {
    margin-left: 20px;
  }
  .celda-izq-middle {
    text-align: left;
    vertical-align: middle;
  }
  .celda-izq-top {
    text-align: left;
    vertical-align: top;
  }
  .celda-centro-middle {
    text-align: center;
    vertical-align: middle;
  }
  .celda-centro-top {
    text-align: center;
    vertical-align: top;
  }
  .celda-der-middle {
    text-align: right;
    vertical-align: middle;
  }
  .center {
    text-align: center;
  }
  .centrar {
    margin-left: auto;
    margin-right: auto;
  }
  .piedefoto {
    color: #999999;
  }
  .cuadro-nota {
    background-color: #CCC;
    line-height: 170%;
    padding: 5px;
    border: thin dotted #000;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .font-espacio {
    letter-spacing: 0.1em;
  }
  .fotico-der {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .fotico-izq {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .img-margin-10-h {
    margin-left: 10px;
    margin-right: 10px;
  }
  .img-margin-10-v {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .img-margin-25-h {
    margin-left: 25px;
    margin-right: 25px;
  }
  .img-margin-25-v {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .left {
    text-align: left;
  }
  .margin-20-v {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .capitular {
    font-size: 1.5em;
    font-weight: normal;
  }
  .piedefoto {
    color: #999999;
  }
  .right {
    text-align: right;
  }
  .small-caps {
    font-variant: small-caps;
  }
  .superindice {
    vertical-align: super;
    font-size: 0.7em;
  }
  .tabla-1 {
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    margin-right: auto;
    margin-left: auto;
  }
  .tabla-1 th {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #CCCCCC;
  }
  .tabla-1 td {
    padding: 5px;
    border: 1px solid #CCCCCC;
  }
  .tabla-info {
    border-collapse: collapse;
    border: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .tabla-info td {
    padding: 5px;
  }
  .tabla-nota {
    border-collapse: collapse;
    border: 0px;
    width: 100%;
  }
  .tabla-nota td {
    padding: 5px;
  }
  .tabla-index {
    font-size: 1em;
    line-height: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .tabla-index td {
    padding: 10px;
    text-align: right;
    vertical-align: middle;
  }
  .tabla-index tbody tr:nth-of-type(odd) {
    background: #F7F7F7;
  }
  .tabla-index tbody tr:hover {
    background: #F2F2F2;
  }
  .tabla-index a:link {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
  }
  .tabla-index a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
  }
  .tabla-index a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #996600;
  }
  .tabla-index a:active {
    text-decoration: none;
    font-weight: bold;
    color: #999999;
  }
  .tabla-indice {
    font-family: 'Alegreya', serif;
    font-size: 0.9em;
    line-height: 1.5;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 5px;
  }
  .tabla-indice td {
    padding: 10px;
    vertical-align: middle;
  }
  .tabla-indice th {
    font-size: 1.1em;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
  }
  .tabla-indice tbody tr:nth-of-type(odd) {
    background: #F7F7F7;
  }
  .tabla-indice tbody tr:hover {
    background: #F2F2F2;
  }
  .tabla-indice a:link {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
  }
  .tabla-indice a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
  }
  .tabla-indice a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #996600;
  }
  .tabla-indice a:active {
    text-decoration: none;
    font-weight: bold;
    color: #8D1919;
  }
  .tabla-poema {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .texto-destacado {
    font-size: 1.2em;
    font-style: italic;
    margin: auto 2em auto 2em;
  }
  .titulo {
    font-family: 'Alegreya', serif;
    font-size: 1.7em;
    font-weight: light;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: normal;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
  }
}