html { 
  background: url(../img/newyork.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)
}

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

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

.indice dd {
    background-color: silver;
    display: inline;
}
