﻿body {
    margin: auto;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    margin: 0px;
    padding: 0px;
    color: black;
    /*  color: #696969;*/
}

.divContenedor {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f9fa;
    overflow: hidden;
}

.cabecera {
    /*background: url("../../imagenes/QAMP_bg_header_upna.jpg") repeat-x scroll 0 0 #FFFFFF;*/
    height: 114px;
    width: 100%;
}

/*====BLOQUES====*/
.bloque {
    width: 100%;
    float: left;
    text-align: left;
}

.bloque-r {
    width: 100%;
    float: right;
}

.bloque-ad {
    width: 100%;
    float: left;
    text-align: right;
}

.bloque-ac {
    width: 100%;
    float: left;
    text-align: center;
}

.bloque-aj {
    width: 100%;
    float: left;
    text-align: justify;
}

.bloqueMovible-ad {
    width: 470px;
    float: left;
    text-align: right;
    cursor: move;
    background-color: #d8c9c9;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 10px
}

.bloqueMovible {
    width: 470px;
    float: left;
    text-align: left;
    cursor: move;
    background-color: #d8c9c9;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 10px
}

.bloqueCentrado {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.bloqueFormularioDatos {
    width: 100%;
    background-color: #e0dfdf;
    border: double 1px #A82814;
    margin-left: auto;
    margin-right: auto;
}


/*====FUENTES====*/

.fuenteDocumento {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
}

.fuente_negra_16 {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: black;
}

.fuente_negra_14 {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: black;
}


.fuente_negra_12 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.fuente_roja_10 {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_12 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_14 {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #A82814;
}

.fuente_roja_16 {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: #A82814;
}

.fuente_negra_16_bold {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.fuente_negra_14_bold {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.fuente_negra_12_bold {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.fuente_gris_12 {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #696969;
}

.fuente_gris_12_bold {
    font-size: 12px;
    font-weight: bold;
    color: #696969;
}

.textoError {
    font-size: 12px;
    color: red;
}

/*====CONTROLES====*/
.titulo1 {
    color: #A82814;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.titulo2Azul {
    color: blue;
    font-size: 14px;
    line-height: 1.2em;
    text-align: left;
}

.titulo2 {
    color: #A82814;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: left;
}

.titulo_general {
    color: #A82814;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
}

.titulo_general_azul {
    color: #4b68c8;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
}

.textBox {
    width: 320px;
}

.textBoxDatos {
    width: 320px;
    border: 1px solid black;
}

.textBoxDatosSinFlechas::-webkit-outer-spin-button,
.textBoxDatosSinFlechas::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.textBoxDatosSinFlechas {
    -moz-appearance: textfield; /* Firefox */
}

/*.boton {
    text-align: right;
    padding-right: 10px;
}*/

.boton_b {
    padding: 4px 8px 4px 8px;
    border: 1px solid #A82814;
    font-size: 16px;
}

.boton {
    padding: 2px 4px 2px 4px;
    border: 1px solid #A82814;
}

.boton_perfil {
    padding: 10px;
    border: 1px dotted #A82814;
}

.link {
    color: #A82814;
}

.linkCerrar {
    text-decoration: none;
}

.row {
    border-bottom: #696969 solid 1px;
}


.linkIdioma {
    color: #696969;
    text-decoration: none;
}


/*====AJAXCONTROLTOOLKIT====*/
.ventanaModal {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px;
    background-color: white;
    padding-bottom: 30px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*POPUP JavaScript*/

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: 300px;
        background-color: #555;
        color: #fff;
        text-align: justify;
        border-radius: 6px;
        padding: 20px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -170px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }



/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.table th, .table td {
    vertical-align: middle;
}

.info-icon {
    width: 16px;
    height: 16px;
}

/*Animación botón encuesta*/
.encuesta-banner {
    background: #fff3cd;
    border: 2px solid #ffc107;
    padding: 10px 20px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.encuesta-btn {
    background-color: #ff5722;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    /*animation: pulse 1.2s infinite;*/
}

@keyframes pulse {
    0%, 100% {transform: scale(1);}

    50% {transform: scale(1.1);}
}

.checkbox-separado input[type="checkbox"] {
    margin-right: 6px;
}