.tituloFormulario {
    text-align: center;
    font-family: serif;
    font-size: 2rem;
    margin-top: 5%;
    margin-bottom: 2%;
    color: #19406C;
    /* color: #92BE21; color verde*/
}

.subtituloForm {
    font-family: serif;
    color: #19406C;
}

.hrefStyle {
    text-decoration: none;
    color: #19406C;
    font-weight: bold;
    cursor: pointer;
}

.hrefDosStyle {
    text-decoration: none;
    color: #19406C;
}

.contenedorFormulario {
    border-radius: 15px;
    padding: 20px;
    /* width: 32%; */
    text-align: center;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px;
    -webkit-box-shadow: 2px -5px 52px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px -5px 52px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 2px -5px 52px -10px rgba(0, 0, 0, 0.75);
    margin-bottom: 6%;
}


.labelStyle {
    font-family: serif;
    font-size: 1.1rem;
    color: #19406C;
}

.inputStyle {
    padding: 5px;
    border: 1.5px solid #19406C;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    outline: none;
    align-items: center;
    box-shadow: inset 0 0 1px 3px rgba(0, 0, 0, 0.1);

}

.inputStyle:focus {
    background-color: #dfebfa;
}

.inputStyleFormulario {
    padding: 5px;
    border: 1.5px solid #19406C;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    outline: none;
    align-items: center;
    box-shadow: inset 0 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 85%;
}

.inputStyleFormulario:focus {
    background-color: #dfebfa;
}

.btnConsultar {
    background-color: #19406C;
    border-radius: 3px;
    border: 1px solid #19406C;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15390;
    margin: 0;
    outline: none;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.btnConsultar:hover {
    background-color: #164f91;
    color: white;
}

.btnConsultar:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    outline: none;
}

.btnConsultar:active {
    background-color: #4e83bf;
    box-shadow: none;
    color: #2c5777;
}

.selectTipo {
    appearance: none;
    outline: 10px red;
    border: 1.5px solid #19406C;
    box-shadow: inset 0 0 1px 3px rgba(0, 0, 0, 0.1);
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #19406C;
    background-color: white;
    cursor: pointer;
}

.selectTipo::-ms-expand {
    display: none;
}

.contenedorSelect {
    position: relative;
    display: flex;
    justify-content: center;
    width: 70%;
    height: 3em;
    border-radius: .25em;
    overflow: hidden;
    margin: 0 auto;
}

.contenedorSelect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #19406C;
    transition: .25s all ease;
    pointer-events: none;
}

.contenedorSelect:hover::after {
    color: #ffffff;
}

.btnRegresar {
    background-color: #19406C;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #19406C;
    color: white;
    border-radius: 3px;
    padding: 5px;
    display: block;
    text-align: right;
    margin: 10px 0;
    width: auto;
}

.btnRegresar:hover {
    background-color: #164f91;
    color: white;
}

.btnRegresar:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    outline: none;
}

.btnRegresar:active {
    background-color: #4e83bf;
    box-shadow: none;
    color: #2c5777;
}

option {
    color: black;
}

@media screen and (min-width: 412px) and (min-height: 915px) {
    .btnRegresar {
        width: 6rem;
    }
}

@media screen and (min-width: 412px) and (min-height: 883px) {
    .btnRegresar {
        width: 6rem;
    }
}

@media screen and (min-width: 360px) and (min-height: 760px) {
    .btnRegresar {
        width: 6rem;
    }
}

@media screen and (min-width: 320px) and (min-height: 568px) {
    .btnRegresar {
        width: 6rem;
    }
}


.tablaBusqueda {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.headerTablaBusqueda {
    background-color: #19406C;
}

.headerTablaBusqueda th {
    font-size: 13px;
    padding: 7px 7px;
    color: white;
    text-align: center;
    border: 1px solid #19406C; 
}

.cuerpoTabla {
    background-color: #fff;
}

.cuerpoTabla td {
    font-size: 12px;
    text-align: left;
    padding: 10px 10px;
    font-family: Verdana, Helvetica, sans-serif;
    border: 1px solid #19406C;
}

.cuerpoTabla:hover {
    background-color: #e6edf5;
}
 

.custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-image: url(img/adjunta_Oferta.png);
    height: 42px;
    width: 133px;
    margin-left: 30%;
}

.custom-input-file21 {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-image: url(img/enviar_Oferta2.png);
    height: 42px;
    width: 133px;
    margin-left: 30%;
}

.custom-input-file1 {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-image: url(img/enviar_Ofertal.png);
    height: 42px;
    width: 133px;
    margin-left: 30%;
}

.custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;

}

.custom-input-file1 .input-submit {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;

}

.tdTabla {
    border: 1px solid #19406C;
}


/* PAGINADO */

.numPaginado {
    border: 1px solid #19406C;
    padding: 2px 8px 2px 8px;
    text-decoration: none;
    color: white;
    background-color: #19406C;
}

.pagActual {
    padding: 5px 11px 5px 11px;
    border: 1px solid #B8B8B8;
    color: white;
    background-color: #B8B8B8;
}

.contenedorPaginado {
    margin: 1%;
}