body {
    background:#3EA1FF url(../images/fondo.png) repeat;
    color: white;
}

header { 
    
    background-color:white;
    color: black;
    opacity: 0.8; 
    text-align: right;
    border-radius: 10px;
    padding: 20px;
    margin:10px;
    
}
header h1 {
 
    font-variant: small-caps;
    text-align: center;
}

footer p{
    text-align:center;
    font-size: 100%;
}

footer 
{   
    background-color: black;
    height: 3em;
    position: fixed ;
    bottom: 10px;
    left:0px;
    right: 10px;
    width: 90%;
}