@charset "UTF-8";
body {
    background-color: rgb(64,0,0);
    color: white;
}
div {
    background-color: rgba(92,24,0,0.9);
    margin: 5px;
    padding: 20px;
}
p {
    font-size: 11pt;
}
h1 {
    font-family: Andalus;
    font-size: 30pt;
    color: rgb(192,192,192);
    text-shadow: 2px 2px 4px white;
}
h2 {
    font-family: Century;
    font-size: 22pt;
    color: rgb(192,255,192);
    text-shadow: 2px 2px 4px white;
}
h3 {
    font-family: Cambria;
    font-size: 18pt;
    color: aquamarine;
    text-shadow: 2px 2px 4px white;
}
pre {
    font-size: 12pt;
}
code {
    color: rgb(0,255,128);
}
table, td, th, tfoot {
    border: solid 1px white;
    padding :5px;
}
th {
    background-color: rosybrown;
    color: black;
    text-shadow: 2px 2px 2px white;
}
td.negrito {
    font-weight: bold;
    background-color: brown;
}
menu {
    list-style-type: square;
    margin-left: -30px;
}
ul {
    list-style-type: none;
    margin-left: -40px;
}
iframe {
    border: none;
    width: 480px;
    height: 270px;
}