﻿.bs-docs-section {
    margin-top: 1em;
}

body {
    font-size: 0.90rem;
    padding-top: 20px;
}

.table th, .table td {
    padding: 0.5rem;
}

.form-group > input[type='text'],
.form-group > button,
.form-group > select,
button {
    margin-left: 5px;
}

.form-group > label {
    margin-left: 5px;
}

.div-background {
    background-image: url("../img/contenedores.jpg");
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: round;
    background-size: cover;
    z-index: -1;
}

.row {
}

.row-titulo {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #003c6b;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.contenido-formulario {
    background: white;
    padding: 25px;
    border-radius: 10px;
    border-bottom: 3px solid #9aaebf;
}

.mensaje-copyright {
    font-size: 12px;
    color: #003c6b;
    margin-top: 10px;
    font-weight: 500;
}

div.has-error > input,
div.has-error > select {
    border-color: #e80707;
}

small.help-block {
    color: #e80707;
}

input[type='text'], input[type='number'], select {
    /*border-bottom: 2px solid #9aaebf !important;*/
    text-transform: uppercase;
}

.btnConsulta, .btnConsulta:disabled, .btnConsulta:hover {
    color: #fff;
    line-height: 25px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background: #0f3e67;
    border-bottom: 3px solid #0a2b48;
    margin: 0 auto;
}

    .btnConsulta:hover {
        text-decoration: underline;
    }

.text-info {
    color: #333 !important;
    margin-bottom: 30px;
}