
body{
    background-color: rgb(235, 255, 205);
    font-family: Verdana;
    font-size: 10pt;
    font-style: initial;
    margin-left: 20px;
    text-align: left;
    color: olivedrab;
    width: 90%;
    margin: auto;
}
header img{
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid olivedrab
}

h1{
    background-color: rgb(214, 238, 178);
    padding-top-bottom:  10px;
}
#titulo {
    font-family: 'Abril Fatface', cursive;
    color: rgb(125, 156, 79);
    text-align: center;
    font-size:24pt;
}


h2{
font-family: 'Abril Fatface', cursive;
font-size: 16pt;
letter-spacing: 1pt;
color: rgb(235, 255, 205);
text-align: left;
background-color: rgb(125, 156, 79);
padding: 1%;
padding-left: 10px;
}
nav{
    border:2px olivedrab solid;
    width: 450px;
    border-radius: 3%;
    padding: 10px;
    padding-left: 35px;
    border-style: dotted;
    text-align: left;
    background-color: rgb(235, 255, 205);

}

ul{
    align-content: center;  
    list-style-image: url("imagenes/leave.png");
    list-style: circle;
    line-height: 16pt;
}

a{
    text-decoration: none;
    color: olivedrab;
}
a:hover {
        color: rgb(190, 111, 8);
}
p{
    text-indent: 20px;
    line-height:16pt;
}
.contenedor img{
    width: 100%;
}

footer{
    background-color: rgb(125, 156, 79);
    color: rgb(235, 255, 205);
    text-align: center;
}
