*{
    margin: 0;
    padding: 0;
}
body{
    background-color:rgb(177, 174, 171);
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    

}

#container{
    background-color:lightgray;
    width: 90%;
    margin: auto;
    border-radius: 40px;
    box-shadow: 3px 3px 16px 0px black;


}
header{
    background-color: rgb(255, 0, 0);
    border-radius: 200px ;
    box-shadow: 3px 3px 10px 0px black;
    margin: 10px  10px 10px 10px;
    text-align: center;
    width: 100%;
    height: 90px;
    line-height: 100px;
    text-align:center;
    position: relative;
    top: 0px;
    right: 10px;

    
}

nav{
    background-color: lightsteelblue;
    height: 50px;
    border-radius: 50px;
    box-shadow: 3px 3px 15px 0px lightyellow;

}

nav ul li{

    float: left;
    list-style: none;
    margin: 10px;
    line-height: 30px;
    line-height: 30px;
    font-size: 20px;
    

}

.ceparador{
    clear: both;

}

#content{
    float: left;
    width:calc(80% - 60px);
    background-color:rgb(255, 255, 255);
    min-height: 500px;
    padding: 30px;

}

article{
    color: black;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: gainsboro;
    border-radius: 5px;
    font-size: 20px;
    text-align:justify;
    box-shadow: 3px 3px 10px 0px black;

    
}

article h2{
    margin: 20px;
}

#baena{
    padding: 30px;
    font-size: 25px;
    
}

form{
    padding: 10px;
    font-size: ;
}

aside{
    float: left;
    width:calc(20% - 20px);
    background-color: limegreen;
    min-height: 480px;
    padding: 10px;
    border-radius: 40px;
    box-shadow: 3px 3px 10px 0px black;


}

footer{
    background-color: olivedrab;
    color: black;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 10px;
    font-size: 20px;
    t
}

