html {
    background-color: rgba(0,0,0,.8);
    background-image: url("../imatges/FincaGest_Fondo.png");
    background-repeat: no-repeat;
    background-position: center;
}

#page-container {
    position: relative;
    min-height: 97vh;
  }
#content-wrap {
    padding-bottom: 75px;    /* altura de pie de página */
}
.align_center {
    width: 100%;
    text-align: center;
}
.icona {
    margin: 50px;
}
.green_butons {
    width: 140px;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    background-color: #b9b5b5;
    border-color: #616163;
    cursor: pointer;
    margin-bottom: 25px;
}
.green_butons:hover {
    width: 140px;
    background-color: #086600;
    border-color: #043000;
    color: #ffffff;
}
#footer {
    position: absolute;
    bottom: 225px;
    width: 100%;
    height: 75px;            /* altura de pie de página */
}
.cuadro_footer {
    text-align: center;
}
.panel_footer {
    background-color: transparent;
    color: white;
    font-weight: bold; 
}
hr {
    width: 75%;
    border-color: #29a0e6;
    border-width: 1px;
    margin-top: 30px;
}
.marge {
    margin-top: -10px;
}