body {
    background-color: #669996;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url("../image/fondo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.space-top {
    margin-top: 20px;
}

.table-head {
    background-color: #777;
    color: white;
}

.text-free {
    color: white;
}

.hand {
    cursor: pointer;
}

.footer {
    width:100%;
    float:left;
    background:#333;
    height:50px;
}

.container1 {
    min-height: 495px;
    max-height: 100%;
}

.container2 {
    min-height: 480px;
    max-height: 100%;
}

.upper {
    text-transform: uppercase;
}

