a:link { color: lightblue; }
a:active { color: cyan; }
a:visited { color: blue; }

h1 { background-color: blue;
  color: cyan;
  font-size: large;
  padding: 5px;
  border: solid lightblue;
  margin: 0;
  text-align: center;
}

.img {
  text-align: center;
  font-weight: bold;
  font-size: small;
  font-style: italic;
}
.num_pag {
  text-align: center;
  font-style: italic;
}

body.narracion {
  margin-right: 1em; 
  font-family: "Arial" sans-serif;
  text-align: justify;
}

body {
  background-image: url(../../../../img/fondos/tn_redspiral_sidebar.jpeg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-color: #001000;
  color: lightyellow;
  margin-left: 3em;
}
