body {
    background-color : #fc9;
}

h1, h2 {
    text-align : center;
}

div.MenuInicial {
    width : 300px;
    background-color : silver;
    margin : auto;
    margin-top : 30px;
}

div.MenuInicial ul {
    font-family : Tahoma, Arial, Helvetica, sans-serif;
    font-size : small;
    line-height : 2.4em;
    text-align : center;
    margin : auto;
    padding : 0.5em;
}

div.MenuInicial ul li {
    display : inline;
}

div.Caja {
    position : static;
    width : 90%;
    max-width : 840px;
    padding : 20px;
    margin : auto;
    margin-top : 40px;
    margin-bottom : 20px;
    border : thin solid #f08080; /* = lightcoral */
    background-color : #ffefd5;  /* = papayawhip */
}

p {
    text-align : justify;
}

a:link {
    color : blue;
}

a:visited {
    color : purple;
}

a:active {
    color : none;
}

a:hover {
    background-color : #b22; /* ~= firebrick; */
    color : white;
    text-decoration : none;
}

p.Validado a:link, p.Validado a:visited, p.Validado a:hover {
    text-decoration : underline;
}

p.Validado a:link {
    color : blue;
}

p.Validado a:visited {
    color : purple;
}
