body {
    background: url("../IMAGES/fondo.jpg");
    color: white;
}

header { 
    
    background-color:white;
    color: black;
    opacity: 0.7; 
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    margin:10px;
}

header h1 {
    color: black;
    font-variant: small-caps;
}

#contenido{
    text-align: left;
}
#contenido h2{
    color: blue;   
}

#contenido p1{
    color: blue;
    border-bottom: 1px dotted blue;
}

#contenido p2{
    color: blue;
    border-bottom: 1px dotted blue;
}

#contenido p3{
    color: blue;
    border-bottom: 1px dotted blue;
}

#contenido p4{
    color: blue;
    border-bottom: 1px dotted blue;
}

#contenido h3{
    font-size: 200%; 
}

#contenido h4{
    font-size: 200%; 
}

#contenido h5{
    font-size: 200%; 
}

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: black;
    width: 100%;
    height: 3em;
}

footer p{
    text-align: center;
    font-size: 90%;
}