﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 27px;
    margin: 5px -5px 0;
    padding: 7px 5px 3px;
    outline: none;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    opacity: .6;
    transition: all linear .3s;
}

label {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 27px;
    margin: 5px -5px 0;
    padding: 7px 5px 3px;
    outline: none;
    color: #0b2f71;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    opacity: .6;
    transition: all linear .3s;
}

.sitecss_textosubrayado {
    text-decoration: underline  gray;
    font-style: unset;
    font-size: 14px;
}

button {
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 1px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    overflow: hidden;
    outline: none;
}




.boton_personalizado {
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    background-color: #0b2f71;
    border-radius: 20px;
    border: 1px solid #0016b0;
    width: 200px;
}

.boton_personalizado:hover {
    color: #1883ba;
    background-color: #ffffff;
}

td {
    text-align:center;
}on.submitbtn {
    background-image: -moz-linear-gradient(#97c16b, #8ab959);
    background-image: -webkit-linear-gradient(#97c16b, #8ab959);
    background-image: linear-gradient(#97c16b, #8ab959);
    border-bottom: 1px solid #648c3a;
    cursor: pointer;
    color: #fff;
}

button.submitbtn:hover {
    background-image: -moz-linear-gradient(#8ab959, #7eaf4a);
    background-image: -webkit-linear-gradient(#8ab959, #7eaf4a);
    background-image: linear-gradient(#8ab959, #7eaf4a);
}

button.submitbtn:active {
    height: 34px;
    border-bottom: 0;
    margin: 1px 0 0 0;
    background-image: -moz-linear-gradient(#7eaf4a, #8ab959);
    background-image: -webkit-linear-gradient(#7eaf4a, #8ab959);
    background-image: linear-gradient(#7eaf4a, #8ab959);
    -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.3);
blets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
