

html{
background: rgba(144, 35, 131, 0.77)   
    
    
}
nav ul li a{
background:rgba(64, 132, 183, 0.61);
text-decoration: none;
    padding: 10px;
    border-radius: 10px;
margin-top: none;
} 



nav ul li{
    float:right;
    margin-right:20px;
    list-style-type:none;
    text-decoration: none;

}
#cabecera{
    height: 300px;
    
    margin: 0px;
    border-radius: 8px;
    box-shadow: #666 3px 5px 8px;
    background: rgba(219, 140, 212, 0.73);
}
    
section{
font-size: smaller;
    font-family: monospace;
margin-left: 280px;
    margin-top: auto;
    margin-top: auto;
}

footer{
font-size: small;
background: rgba(244, 179, 105, 0.62);
    padding: 3px 3px;
text-align: justify;
    height: 50px;
    width: 1230px;
    margin-top: 50px;
    margin-left: 20px;
 

}
img{
width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 10px;
    border-color: #5b225d;
    border-radius: 25px;
    margin: 50px auto;
    margin-left: 500px;
    

}

center{
width: 800px;
}
    
        
    
        


