h4 {
    font-family: Honk;
}

h2{
    color: rgba(29, 64, 161, 0.719);
    font-family: Fleur De Leah;
}

h1 {
    color: rgba(66, 116, 255, 0.719);
    font-family: Fleur De Leah;
}

pre {
    color: rgba(66, 116, 255, 0.719);
    font-family: Dynalight;
}

div.principal {
    padding: 34px;
    font-family: Honk;
    text-align: center;
    background-image: url('Imagenes/fondo_div.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body {
    background-color: black;
    text-align: center;
    background-image: url('Imagenes/fondo.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

p {
    color: rgb(20, 130, 220);
    background-color: rgb(31, 24, 71);
    font-family: Irish Groover;
    padding: 15px;
    margin: 30px 100px 30px;
    border-radius: 15px;
}

table, th, td{
    color:rgb(255, 255, 255);
    border: 1px solid rgb(49, 52, 214);
    border-collapse: collapse;
    border-style: ridge;
    border-color: #3c366e;
}

table.centrar{
    margin-left: auto;
    margin-right: auto;
}

th, td{
    background-color: #252147;
    
}

tr:hover td, tr:hover th {
    background-color: #7700ff;
}

img {
    height: 150px;
    border: 5px solid rgb(23, 23, 121);
    border-radius: 15px;
}

a:link, a:visited {
    background-color: #120870;
    color: white;
    padding: 18.2px 32.5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: rgb(9, 21, 88);
}

ol{
    color: rgb(20, 130, 220);;
    list-style-type: upper-roman;
    padding: 30px 50px;
    border-radius: 15px;
    background-color: #120870;
}
ul{
    color: rgb(20, 130, 220);
    list-style-type: square;
    padding: 30px 50px;
    border-radius: 15px;
    background-color: #120870;
    
}
li.menu {
    float: left;
}
li a{
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    font-family: Irish Grover;
    text-decoration: none;
}
li a:hover{
    background-color: #130e46;
}
ul.menu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #120870;
    border-radius: 0px;
}
p.contenedor{
    text-align: center;
}
ol.olChido{
    display: inline-block;
    text-align: left;
}
ul.ulChido{
    display: inline-block;
    text-align: left;
}