﻿@charset "UTF-8";
/* CSS Document */
/*********************************/
/* CUERPO DEL SISTEMA            */
/*********************************/
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-position: top;
    margin-top: 0px;
    margin-bottom: 0px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: url('../Images/bgnd.jpg');
    /*background-size: cover;*/
}
/************************************/
/* MENU                             */
/************************************/
#menu {
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background: #1161A8;
    text-decoration: none;
    white-space: normal;
}

    #menu ul {
        text-align: left;
        display: inline;
        margin: 0;
        padding: 3px 3px 3px 3px;
        list-style: none;
        text-decoration: none;
    }

        #menu ul li {
            font: bold 12px sans-serif;
            display: inline-block;
            margin-right: -4px;
            position: relative;
            padding: 3px 3px;
            background: #1161A8;
            cursor: pointer;
            text-decoration: none;
            color: #FFFFFF;
        }

            #menu ul li > a {
                font: bold 12px sans-serif;
                display: inline-block;
                margin-right: -4px;
                position: relative;
                background: #1161A8;
                cursor: pointer;
                text-decoration: none;
                color: #FFFFFF;
                white-space: normal;
            }

            #menu ul li:hover {
                background-color: #FFFFFF;
                color: #1161A8;
                text-decoration: none;
            }

                #menu ul li:hover > a {
                    background-color: #FFFFFF;
                    color: #1161A8;
                    text-decoration: none;
                }

            #menu ul li ul {
                padding: 0;
                position: absolute;
                top: 45px;
                left: 0;
                width: 170px;
                display: none;
                opacity: 0;
                visibility: hidden;
                text-decoration: none;
            }

                #menu ul li ul li {
                    background: #1161a8;
                    display: block;
                    color: #FFFFFF;
                    text-decoration: none;
                }

                    #menu ul li ul li a {
                        background: #1161A8;
                        display: block;
                        color: #FFFFFF;
                        text-decoration: none;
                    }

                    #menu ul li ul li:hover {
                        background: #CFE6FA;
                        color: #1161a8;
                        text-decoration: none;
                    }

                        #menu ul li ul li:hover a {
                            background: #CFE6FA;
                            color: #1161A8;
                            text-decoration: none;
                        }

            #menu ul li:hover ul {
                display: block;
                opacity: 1;
                visibility: visible;
                text-decoration: none;
            }

/************************************/
/* SECCION BRANDING                 */
/************************************/
.TablaBranding tr td {
    background-color: #FFFFFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    color: #4E4E4E;
    font-weight: bold;
    /*padding: 10px;*/
}

.bienvenidousuario {
    color: #1161a8;
}

.manuallink {
    color: #1161a8;
}

    .manuallink a {
        color: #1161a8;
    }

.tablacontenido tr td {
    background-color: #FFFFFF;
    padding: 10px;
}

/****************************/
/* BOTONES PANTALLA INICIAL */
/****************************/
.titbotonesprinc a {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.textbotonesprinc a {
    font-size: 12px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
}
/******************************/
/* INFORMACIÓN IMPORTANTE     */
/******************************/
.infoimportantetit {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #1161a8;
}

.infoimportantetext {
    font-size: 16px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #373737;
}
/******************************/
/* TEMAS DE INTERÉS           */
/******************************/
.temasinttit {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #373737;
}
/******************************/
/* TEXTOS FORMULARIOS         */
/******************************/
.formsubtit {
    font-size: 16px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #1161a8;
}

.formtexts {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #1161a8;
    /*font-weight: 700;*/
}

.formtitle {
    font-size: 16px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
}

.formMensaje {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Roboto', 'sans-serif', 'arial';
    color: #1161a8;
}
/******************************/
/* WRAPPERS                   */
/******************************/
#infowrapper {
    font-size: 16px;
    height: 550px;
    /* position:fixed; */
    overflow: auto;
}

#infowrapperRfc {
    width: 450px;
    height: 550px;
    /* position:fixed; */
    overflow: auto;
}
/******************************/
/* FOOTER                     */
/******************************/
.footertext {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #ffffff;
}

    .footertext a {
        font-size: 14px;
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        color: #ffffff;
        text-decoration: none;
    }
/******************************/
/* Especiales                 */
/******************************/
.divespecial1 {
    position: relative;
    top: -550px;
    left: 250px;
}
/****************************/
/* BOTONES Acciones */
/****************************/


.fondoBotonAccion {
    font-size: 14px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    background-color: #1161A8;
    border-radius: 0.3rem;
}

    .fondoBotonAccion:hover {
        background-color: #0069D9;
    }



.fondoBarraTitulo {
    font-size: 16px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    background-color: #1161A8;
}

.fondoBarraFooter {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #ffffff;
    text-decoration: none;
    background-color: #1161A8;
}

.fondoBarraMenu {
    background-color: #1161A8;
}

.fondoBarraSubTitulo {
    font-size: 16px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    background-color: #5890c2;
}

/****************************/
/* Seleccion Empresas */
/****************************/

#capaVentana {
    visibility: hidden;
    position: absolute;
    padding: 0px;
    /*left:38%;
    top:30%;*/
    z-index: 3;
    background: #fff;
    /*nos posicionamos en el centro del navegador*/
    top: 50%;
    left: 50%;
    /*determinamos una anchura*/
    width: 400px;
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    margin-left: -200px;
    /*determinamos una altura*/
    height: 300px;
    /*indicamos que el margen superior, es la mitad de la altura*/
    margin-top: -150px;
}

#capaFondo {
    /*Div que ocupa toda la pantalla*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /*IE*/
    filter: alpha(opacity=50);
    /*FireFox Opera*/
    opacity: .5;
}

.estiloTablaEmpresa {
    border-radius: 20px;
    -moz-border-radius: 20px; /* Firefox */
    -webkit-border-radius: 20px; /* Safari y Chrome */
    border: 3px solid #5890c2;
    padding-left: 0px;
    padding-right: 0px;
}

.TextoTablaEmpresa {
    border-radius: 18px;
    -moz-border-radius: 18x; /* Firefox */
    -webkit-border-radius: 18px; /* Safari y Chrome */
    border: 3px solid #5890c2;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    background-color: #1161A8;
}

.btnAzul {
    width: 100px;
    height: 25px;
    padding: 0px 0 0 0;
    margin: 0 auto;
    background: #1161A8;
    background: -moz-linear-gradient(top, #87CEEB 0%, #1161A8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#1161A8));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #62C2F9;
    border-radius: 10px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    text-shadow: 0px 1px 2px #62C2F9;
}

.btnAzulSmall {
    height: 25px;
    padding: 0px 0 0 0;
    margin: 0 auto;
    background: #1161A8;
    background: -moz-linear-gradient(top, #87CEEB 0%, #1161A8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#1161A8));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #62C2F9;
    border-radius: 10px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    text-shadow: 0px 1px 2px #62C2F9;
}

.btnAzul2 {
    width: 200px;
    height: 25px;
    padding: 0px 0 0 0;
    margin: 0 auto;
    background: #1161A8;
    background: -moz-linear-gradient(top, #87CEEB 0%, #1161A8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#1161A8));
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #62C2F9;
    border-radius: 10px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    text-shadow: 0px 1px 2px #62C2F9;
}


.grid-header {
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    background-color: #556B2F;
    text-decoration: underline;
    color: White;
    text-align: left;
    position: relative;
    top: expression(this.parentNode.parentNode.parentNode.scrollTop-2);
    left: expression(this.parentNode.parentNode.parentNode.scrollLeft-1);
    right: 1px;
}


.relativeDiv {
    position: relative;
    width: 0px;
    height: 500px;
}

.absoluteDiv {
    position: absolute;
    top: 120px;
    right: 0;
    width: 300px;
    height: 200px;
}

.containerDiv {
    text-align: left;
    width: 800px;
    background: #FFFFFF;
    margin: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}


/* Clase que tendra el tooltip */
.cssToolTip {
    position: relative; /* Esta clase tiene que tener posicion relativa */
    color: #ff8c00; /* Color del texto */
}

    /* El tooltip */
    .cssToolTip span {
        /* rgba(20,20,20,0.9) url('img/info.gif') center left 5px no-repeat; */
        border-color: #CCCCCC;
        border-width: thin;
        background: white;
        border-radius: 5px;
        box-shadow: 2px 2px 2px #333;
        color: Black;
        display: none; /* El tooltip por defecto estara oculto */
        font-size: 11px;
        /*padding: 10px 10px 10px 35px; /*max-width: 6000px; */
        position: absolute; /* El tooltip se posiciona de forma absoluta para no modificar el aspezto del resto de la pagina */
        top: 15px; /* Posicion apartir de la parte superior del primer elemento padre con posicion relativa */
        left: 10px; /* Posicion apartir de la parte izquierda del primer elemento padre con posicion relativa */
        z-index: 10; /* Poner un z-index alto para que aparezca por encima del resto de elementos */
    }

    .cssToolTip:before span {
        content: ' ';
        display: block;
        position: absolute;
        left: 45px;
        top: -8px;
        width: 14px;
        height: 14px;
        border-color: black;
        border-width: 1px;
        border-style: solid none none solid;
        background-color: gray;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

    /* El tooltip cuando se muestra */
    .cssToolTip:hover span {
        display: inline; /* Para mostrarlo simplemente usamos display block por ejemplo */
    }


.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 12px;
    border: 1px solid white;
    /*background: #bcbcbc;*/
    color: #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
    /*text-shadow: #000 2px 2px 3px;*/
    -webkit-border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #bcbcbc));
    background: -moz-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
    background: -webkit-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
    background: -o-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
    background: -ms-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
    background: linear-gradient(to bottom, #fafafa 5%, #bcbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#bcbcbc',GradientType=0);
    background-color: #fafafa;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #bcbcbc));
        background: -moz-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
        background: -webkit-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
        background: -o-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
        background: -ms-linear-gradient(top, #fafafa 5%, #bcbcbc 100%);
        background: linear-gradient(to bottom, #fafafa 5%, #bcbcbc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#bcbcbc',GradientType=0);
        background-color: #fafafa;
        font-size: 14px;
    }

/* The button size */
.file-upload {
}

    .file-upload span {
        width: 90px;
        height: 30px;
    }

    .file-upload input {
        top: 0;
        left: 0;
        margin: 0;
        font-size: 11px;
        font-weight: bold;
        /* Loses tab index in webkit if width is set to 0 */
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload strong {
        font: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
    }

    .file-upload span {
        top: 0;
        left: 0;
        display: inline-block;
        /* Adjust button text vertical alignment */
        padding-top: 5px;
    }


.tooltipWrapper {
    display: inline-block;
    position: relative;
}

.tooltip {
    position: absolute;
    display: none;
    border: 1px solid black;
    padding: 5px;
    background-color: white;
    color: white;
    width: 100px;
    /* left: -50%;
  bottom: -37px;*/
    top: 15px; /* Posicion apartir de la parte superior del primer elemento padre con posicion relativa */
    left: 10px; /* Posicion apartir de la parte izquierda del primer elemento padre con posicion relativa */
    z-index: 10; /* Poner un z-index alto para que aparezca por encima del resto de elementos */
    border-radius: 5px;
    box-shadow: 2px 2px 2px #333;
}

    .tooltip:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 18px;
        top: -8px;
        width: 14px;
        height: 14px;
        border-color: black;
        border-width: 1px;
        border-style: solid none none solid;
        background-color: white;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }

.tooltipWrapper:hover .tooltip {
    display: block;
}

.botonFileUpload {
    text-decoration: none;
    padding: 5px;
    font-weight: 300;
    font-size: 17px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 3px;
    border: 2px solid #0016b0;
}

    .botonFileUpload:hover {
        color: #1883ba;
        background-color: #ffffff;
    }
/****************************/
/* Preguntas Frecuentes */
/****************************/

.mostrarlista {
    background-color: #1161A8;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    vertical-align: central;
}

.accordionpreg1 {
    background-color: #1161A8;
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
    vertical-align: central;
    padding: 10px 0 10px 0;
}

.accordionpreg {
    background-color: #1161A8;
    color: white;
    cursor: pointer;
    width: 100%;
    text-align: left;
    vertical-align: central;
    /* padding: 10px 0 10px 0;*/
}

    .accordionpreg:hover {
        color: white;
    }


.accordionresp {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: Black;
    font-size: 14px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    /*transition: 0.2s;*/
}

.preg {
    /*    background: -moz-linear-gradient(top, #87CEEB 0%, #1161A8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#1161A8));*/
    width: 30px;
    height: 30px;
    /*padding: 10px 0 10px 0;*/
    background-color: #1161A8; /*#82ADCB;*/
    vertical-align: central;
}

.botoneditar {
    background-color: #1161A8;
    width: 30px;
    height: 30px;
    /*padding: 10px 0 10px 0;*/
    /*text-align: right;*/
    vertical-align: middle;
}

/********************************************/
/*MENU                     */
/********************************************/
/*Cambio de color para el logo del menu*/
.logo {
    background-color: #FFFFFF;
}

/********************************************/
/*GLOBAL                     */
/********************************************/
/*Estilo de etiqueta validar*/
.formtextsValida {
    font-size: 15px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #1161A8;
    text-align: left;
    font-weight: bold;
}
/********************************************/
/*Estilo de las barras de titulos*/
/*Titulo principal*/
.tblEstiloTitulo1 {
    width: 100%;
    height: 49px;
    font-size: 16px;
    font-weight: bold;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
    background-color: #1161A8;
}

.tdIcono1 {
    width: 49px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/********************************************/
/*              formulario                     */
/********************************************/


.formulario input[type="text"] {
    border: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    outline: 0;
    color: #444444;
    padding: .25rem .5rem;
    background: transparent;
    transition: border-color 0.4s;
    border-radius: 0.2rem;
}

    .formulario input[type="text"]:focus {
        outline-width: 1px;
        outline-style: groove;
        outline-color: Highlight;
    }

.formulario input[type="password"] {
    border: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    outline: 0;
    color: #444444;
    padding: .25rem .5rem;
    background: transparent;
    transition: border-color 0.4s;
    border-radius: 0.2rem;
}

    .formulario input[type="password"]:focus {
        outline-width: 1px;
        outline-style: groove;
        outline-color: Highlight;
    }

.formulario select {
    border: 1px solid #CED4DA;
    border-bottom: 1px solid #CED4DA;
    outline: 0;
    color: #444444;
    padding: 5px 0px;
    background: transparent;
    transition: border-color 0.4s;
    border-radius: 0.2rem;
    font-size: 12px;
}

.formulario input[type="file"] {
    outline: 0;
}

    .formulario input[type="file"]::-webkit-file-upload-button {
        text-decoration: none;
        padding: .25rem .5rem;
        font-size: 12px;
        color: #ffffff;
        background-color: #1883ba;
        border-radius: 3px;
        border: 1px solid #CED4DA;
    }



        .formulario input[type="file"]::-webkit-file-upload-button:hover {
            background-color: #0069D9;
            font-size: 14px;
        }
