﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.cuerpo {
    background-color: white;
}

.img-responsive {
    display: inline-flex;
}

footer, .footer {
    position: fixed;
    bottom: 0px !important;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #50758B /*#0060A8*/;
}

    .footer p, footer p {
        text-align: center;
        color: white;
        font-size: 1.3rem
    }

.navbar-default {
    background-color: #0E3E67;
}
