.negrita{font-weight: bold;}

.Cursiva{font-style: italic;}

.CurNe{font-style: italic; font-weight: bold; }


h2, h3{text-shadow: 2px 2px 5px lightgrey;}

nav, section{background-color: rgba(255, 255, 255, 0.337);}

body{background-color: white;
    font-size: large; 
    line-height: 25px;
}

section{text-align: justify;}

fieldset{background-color:antiquewhite;}

.menu {
    text-align: center;
    background-color: rgb(206, 210, 161);
    font-size: 20px;
    padding: 5px;
    width: 100%;
   
}

.menu a {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.menu a:hover {
    background-color: rgb(230, 229, 229);
    color: black;
    border-bottom: 2px solid black;
}

footer{text-align: right;
    color: white;
    font-weight: bold;
    background-color: rgb(206, 210, 161);
}