﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Maven Pro', sans-serif;
    background-image: url("../img/geometric.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#Banner {
    background: rgb(25,53,89);
    background: linear-gradient(180deg, rgba(25,53,89,1) 0%, rgba(191,191,191,1) 46%);
    width: 100%;
    height: 110px;
}


#Titulo {
    font-family: 'PT Sans', sans-serif;
}


#Logo {
    position: relative;
    align-items: center;
    margin: auto;
    width: 224px;
    height: 75px;
}

    #Logo img {
        margin-top: 8px;
        width: 192px;
        height: 58px;
        float: left;
        text-align: center;
    }

#Contenido {
    margin: auto;
    width: 400px;
}

.boxes {
    border-radius: 5px;
}

.botones {
    height: 27px;
    width: 105px;
    border-radius: 15px 50px 30px;
}

#foot {
    height: 30px;
    text-align: center;
    font-family: 'Maven Pro', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #193559;
}

    #foot p {
        padding-top: 5px;
        color: #364150;
        font-size: 14px;
    }
