html { 
  background: url(../img/medellin.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body
{
background-color: transparent;
}

footer
{
width: 100%;

background: rgba(0,0,0, 0.3)
}
h1 {
    color: white;
    font-size: 2em;
}
h3 {
    color: white;
}
h3 a
{
color: white;
font-family: "jaf-bernina-sans-comp",sans-serif;
font-weight: 400;
font-size: 0.70em;

}
.cuerpo
{
background-color: transparent;
}
blockquote
{
color: white;
font-weight: 400;
font-size: 1.125em;
}
.indice a
{
color: white;
}
.indice a:hover
{
color: silver;
}

.indice dt
{
font-family: "jaf-bernina-sans-comp",sans-serif;
font-style: normal;
font-weight: 700;
font-size: 1.125em;
}

.indice dd
{
color: silver;
}

.explicacion
{
color: white;
text-shadow: 1px 1px black;
   background: rgba(0, 0, 0, 0.5); 
   padding: 1.5em;
   margin-bottom: 1em;
}