.listado {
    background-color: white;
    padding: 1.2rem;
    border-radius: 15px;
    max-width: 60em;
    margin: 1rem auto;
}
body {
    margin:0;
}
.logoimagen{
    height: 1.8rem;
    position: absolute;
    left:0;
    //top:.6rem;
}
.nav-titulo {
    margin-left:1rem;
}