* {
    font-family: Lilex, Arial, Helvetica, sans-serif;
}
h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.luigi{
    font-size: 3dvi;
    li:first-child {font-family: Doto;}
    li:nth-child(2) {font-family: "Coral Pixels";}
    li:nth-child(3) {font-family: "Sixtyfour";}
    li:nth-child(4) {font-family: Workbench;}
    li:nth-child(5) {font-family: Bytesized;}
    li:nth-child(6) {font-family: Honk;}
    li:nth-child(7) {font-family: Nabla;}
}
.xd {
    margin: 20px;
    border: 1px solid black;
    width: 50%;
    li {
        margin: 5px;
        border: 5px solid red;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        list-style-type:none;
        background-image: url(../../ej5/imagenes/flecha_inactiva.png);
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: center left;
        border-radius: 10px;
    }
    li:hover {
        background-position: center right;
        background-image: url(../../ej5/imagenes/flecha_activa.png);
    }
}
p {
    color: black;
    a {text-decoration: none;}
    a:hover {color: aqua;}
    a:link {color: rebeccapurple;}
    a:visited {color: red;}
    a:active {color: blue;}
}
.tabla {
    border: 1px solid black;
    margin: 30px;
    border-collapse: separate;
    border-spacing: 20px;
    empty-cells: hide;
    td {
        border: 1px solid black;
    }
}
.ALO {
    width: 250px;
    height: 250px;
    border: 10px solid green;
    border-image: url(borde2.gif) 16% 18% round round;
    background-image: url(../../../../img/eagleperfect.webp);
    background-size: 60%;
    padding: 20px;
    background-repeat: no-repeat;
    background-origin: padding-box;
}
header {
    margin: 20px;
    border: 5px solid green;
    width: 200px;
    box-shadow: 5px 5px 10px blue, -10px -10px 20px red;
}
.pingas2 {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    margin: 20px auto;
    border: 3px solid black;
    width: 400px;
    box-shadow: 5px 5px 5px grey;
    text-shadow: 3px 3px 3px grey;
}