body {
    background-color: black;
    background-image:url(Images/Mano_Logo_gris_HD.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    color: white;
}

.border {
    border: 1px solid;
    vertical-align: middle;
}

.col-1 {
    min-width: 75px;
}

.col-2 {
    min-width: 150px;
}

.header{
    height:5px;
    width:1000px;
    background-color:white;
}