/* MH25061-ejemplo1.css */

fichero {
    background-color: blue;
}

ficha {
    background-color: red;
    display: block;
}

nombre {
    color: white;
    display: inline;
}

apellido {
    color: yellow;
    display: inline;
}

direccion {
    color: yellow;
    font-size: 1cm;
    display: none;
}

carnet {
    color: white;
    display: block;
}
enlaceIndex {
    display: block;
    margin-top: 20px;
}

a {
    display: inline-block;
    padding: 10px;
    background-color: #1976d2;
    color: white;
    text-decoration: none;
}