
a:link {

    color: red;
    background-color: rgb(4, 50, 179);
    text-decoration: none;

}

a:active {

    color: white;
    background-color: rgb(6, 6, 26);
    text-decoration: underline;

}

a:visited {

    color: black;
    background-color: transparent;
    text-decoration: none;

}

a:hover {

    color: red;
    background-color: black;
    text-decoration: underline;
    font-family: arial;
    padding: 20px 40px;
    text-align: center;
    display: inline-block;

}

/* Imagen pequeña */
.img-mini {
    width: 50px;
    height: 50px;
}

/* Borde de imagen */
.borde-img {
    border: 2px solid black;
}

/* Bloques de código */
.bloque-code {
    display: block;
    background: #f3f3f3;
    padding: 10px;
    border-left: 4px solid #444;
    margin: 10px 0;
}

/* Bloques PRE */
.bloque-pre {
    background: #f7f7f7;
    padding: 15px;
    border-left: 4px solid #888;
    white-space: pre-wrap;
}

/* Texto Arial */
.arial {
    font-family: Arial, sans-serif;
}
