body{
    background-color: rgb(204,204,204);
}
.principal{
    background-color: rgb(204,204,204);
    border-color: rgb(204,204,204);
}
.footer{
    background-color: #424242;
    border-color: #424242;
    color: #CCD1D1;
}
.portada-mauricio{
    width: 70%;
    position: static;
}
.portada-franja{
    width: 100%;
    margin-bottom: 20px;
}
.coleccion-text{
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: DarkSlateGrey;
    margin-top: 10%;
    margin-bottom: 20px;
}
.login-link{
    text-decoration: none;
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: DarkSlateGrey;
}
.login-div{
    font-family: "Arial", Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: DarkSlateGrey;
    margin-top: 15px;
}
.login-div:hover{
    cursor: pointer;
    color: #0d47a1;
    text-decoration: underline;
}