/*  Nombre: applus.css
    Autor: Julio Tuozzo
    Función: Archivo de estilos
    Fecha de creación: 28/03/2023.
    Ultima modificación: 20/07/2023.
*/

body {
    background: white;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
}


font,
table,
form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

input,
select,
textarea {
    border-radius: 5px;
    padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #F5F5F5;
    border: 1px silver solid;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background: Gainsboro;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    background: Gainsboro;
}

td {
    padding: 3px;
    height: 20px;
}

th {
    color: white;
    background-color: #01649F;
    text-align: left;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px;
    height: 22px;
}

th a:link,
th a:visited {
    color: snow;
    text-decoration: none;
}

th a:hover {
    color: lightgray;
}


h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #2C2B2B;
    margin: 1px;
    padding: 1px;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-top: 1px solid black;
}

div#caja_ppal {
    text-align: center;
    padding: 0px;
    height: 490px;
    background: url(../images/applus_2000_820.jpg) no-repeat bottom;
    border: 4px solid darkgray;
    margin: 0 auto;
    border-radius: 15px;

}

#contenido {
    position: absolute;
    top: 140px;
    left: 10px;
    right: 10px;
    z-index: 900;
}

.encabezado {
    border-bottom: 2px #746660 solid;
}

.encabezado h1,
.encabezado h2,
.encabezado h3,
.encabezado h4,
.encabezado h5 {
    color: #746660;
}

.encabezado img {
    padding: 10px;

}

.botonera {
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
}

.botonera input {
    display: block;
}

.texto_pie {
    padding: 10px;
    color: dimgray;
    font-size: 10px;
    text-align: center;
}

.b_linea_1 {
    background: Gainsboro;
}

.b_linea_2 {
    background: WhiteSmoke;
}

.st_error {
    background: #f8bea7;
    border: 1px red solid;
}

.msg_error {
    background: red;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.obligatorio {
    text-align: center;
    color: red;
    font-weight: bold;
}

.derecha {
    position: absolute;
    right: 10px;
    margin-top: 10px;
}

/* Colores de los días de proceso */

.verde {
    background: #1AFD34;
    font-weight: bold;
    text-align:right;
}

.amarillo {
    background: #FDDB1A;
    font-weight: bold;
    text-align:right;
}

.rojo {
    background: #FD211A;
    color: white;
    font-weight: bold;
    text-align:right;
}

/* Fin colores de los días de proceso */

.boton_cancelar {
    height: 26px;
    width: 90px;
    font-weight: bold;
    color: white;
    background: #D22518;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}


.boton_cancelar:hover {
    color: IndianRed;
    background: gainsboro;
}

.boton_salir {
    font-size: 14px;
    height: 26px;
    width: 69px;
    font-weight: bold;
    color: white;
    background: #898989;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.boton_salir:hover {
    color: #01649F;
    background: gainsboro;
}


.boton_guardar {
    font-size: 14px;
    height: 26px;
    width: 82px;
    font-weight: bold;
    color: white;
    background: #33A7E2;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.boton_guardar:hover {
    color: #01649F;
    background: gainsboro;
}

.boton_buscar {
    height: 26px;
    width: 80px;
    font-weight: bold;
    color: white;
    background: #231F20;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.boton_buscar:hover {
    color: #231F20;
    background: gainsboro;
}

.boton_descargar {
    height: 28px;
    width: 28px;
    background: dimgray url(../images/download.png) no-repeat center;
    cursor: pointer;
    border: 0;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}


.boton_descargar:hover {
    background: gainsboro url(../images/download1.png) no-repeat center;
    color: black;
}

.boton_excel {
    height: 26px;
    width: 80px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color: white;
    background: #92AE3E;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.boton_excel:hover {
    color: DarkOliveGreen;
    background: gainsboro;
}



.botonera {
    display: flex;
    justify-content: space-between;
    line-height: 22px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 15px;
}

.botonera input {
    display: block;
}

/* Estilo del menú */

div#menu {
    background: #EF8436;
    position: absolute;
    width: 100%;
    z-index: 990;
    font-size: 15px;
}

div#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#menu li {
    float: left;
    list-style-type: none;
}

div#menu a {
    display: block;
    text-decoration: none;
    margin-top: 0;
    padding: 12px 16px;
    background: #EF8436;
    color: white;
}

div#menu a:hover {
    color: snow;
    background: silver;
}

div#menu ul li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
}

div#menu ul li ul li {
    width: 100%;
    border-bottom: 1px solid #746660;
}

body div#menu ul li ul {
    display: none;
}

div#menu ul li:hover>ul {
    display: block;
    position: absolute;
}


div#menu ul li ul li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 200px;
    width: 200px;

}

@media (max-width: 1135px) {
    .encabezado h2 {
        font-size: 14px;
    }

    .encabezado h3 {
        font-size: 14px;
    }
}