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;
}


.home-background{
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 50px;
    width: 100%;
    background-color: rgb(204,204,204);
    background-image: url("../../images/home-background.jpeg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 35%;
}

.home-collection-image-login{ 
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0px;
    transform: translate( -50%, 0);  
    background-color: rgb(204,204,204); 
    display: flex; 
}

.home-collection-image{   
    display: inline-block;
}

.home-collection-image img{
    height: 100%; 
}

.home-collection-login{ 
    background-color: rgb(204,204,204);
}

#username, #password{
    width: 60%;
    margin: 0 auto;
}

.home-collection-title{
    margin-top: 30%;
}

.home-login-link{
    margin-top: 123px;
}

.footer{
    position: absolute;    
    width: 100%;
    margin-bottom: 0;
    bottom: 0;
}
