button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: .4em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: .5em;
    transition: 0.5s;
}

    button.accordion.active, button.accordion:hover {
        background-color: #ddd;
    }

    button.accordion:after {
        content: '\02795';
        font-size: .7em;
        color: #777;
        float: right;
        margin-left: .5em;
    }

    button.accordion.active:after {
        content: "\2796";
    }

div.panel {
    padding: 0.5em 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

    div.panel.show {
        opacity: 1;
        max-height: 500px;
    }







.modal-background-gray{
    position:fixed;top:0;left:0;z-index:0;width:100vw;height:100vh;background:radial-gradient(#aaa, transparent);
}


.lo {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;

    background-size: 10%;
    opacity: .8;
}


html, body {
    background: url('../Images/back.jpg');
   /* background-size: cover;
    background-repeat:no-repeat;
  

    width: 100%;*/
}

.ponercursor{cursor: pointer;}

.contenidomenu
{


    background-image: url("../Img/header.jpg");
    opacity: .9;
}



.section{
    flex: 1;
}
.margenAutomatico
{
    margin: auto;

}
.colorSubtitulos{color: gray;}
.hrdivisores{border: .5px solid whitesmoke;}
.textoCentrado{text-align: center;}
.textoIzquierda{text-align: left;}
.textoDerecha{text-align: right;}
.tamano110margen-5izq{width: 110%;margin-left:-5%; }
.tamano100{width: 100% !important;}
.tamano35{width: 35% !important;}
.tamano90{width: 90% !important;}
.tamano80{width: 80% !important;}
.tamano85 {
    width: 85% !important;
}
.tamano83 {
    width: 83% !important;
}
.tamano70{width: 70% !important;}
.tamano60{width: 60% !important;}
.tamano50{width: 50% !important;}
.tamano40{width: 40% !important;}
.tamano45{width: 45% !important;}
.tamano30{width: 30% !important;}
.tamano20{width: 20% !important;}
.tamano10{width: 10% !important;}
.tamano5{width: 5% !important;}
.tamano6{width: 6% !important;}
.tamano7{width: 7% !important;}

.tamano8{width: 8% !important;}
.tamano9{width: 9% !important;}


.tamano15{width: 15% !important;}
.tamano25{width: 25% !important;}
.tamano12{width: 12% !important;}
.tamano11{width: 11% !important;}
.tamanoletra21px{font-size: 21px !important;}
.tamanoletra22px{font-size: 22px !important;}
.tamanoletra23px{font-size: 23px !important;}
.tamanoletra24px{font-size: 24px !important;}
.tamanoletra25px{font-size: 25px !important;}
.tamanoletra26px{font-size: 26px !important;}
.tamanoletra27px{font-size: 27px !important;}
.tamanoletra28px{font-size: 28px !important;}
.tamanoletra29px{font-size: 29px !important;}
.tamanoletra30px{font-size: 30px !important;}

.tamanoletra20px{font-size: 20px !important;}
.tamanoletra19px{font-size: 19px !important;}
.tamanoletra18px{font-size: 18px !important;}
.tamanoletra17px{font-size: 17px !important;}
.tamanoletra16px{font-size: 16px !important;}
.tamanoletra15px{font-size: 15px !important;}
.tamanoletra14px{font-size: 14px !important;}
.tamanoletra13px{font-size: 13px !important;}
.tamanoletra12px{font-size: 12px !important;}
.tamanoletra11px{font-size: 11px !important;}
.tamanoletra10px{font-size: 10px !important;}
.tamanoletra9px{font-size: 9px !important;}
.tamanoletra8px{font-size: 8px !important;}
.labelnormal{font-weight: normal;
             font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif;}
.colorlogoletraObscuro{color:#00003A;}
.colorlogoletraClaro{color:#5773AA;}
.colorError{color: red;}
.colorbordelogoClaro{border:1px solid #5773AA;}
.colorbordelogoObscuro{border: 1px solid #00003A;}

.tamano33_3{
    width: 33.3%;
}

.letra{


    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.letraSubtitulonegrita{
    line-height:1.381;
    font-weight: bold;
    letter-spacing:0.011em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif


}


.margenArriba0px{

    margin-top: 0px;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#contenedor2, contenedor2AvisodePrivacidad {
    margin: auto;
    margin-top: 12px;
    width: 90%;
    /*height: 470px;*/
    background-color: gray;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 5px;
    color: #0064ba;
    -webkit-box-shadow: 1px 2px 4px #000;
    background: -moz-linear-gradient(45deg, rgba(237,237,237,0.8) 0%, rgba(254,254,254,0.8) 67%, rgba(247,247,247,0.8) 98%, rgba(247,247,247,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,0.8) 0%,rgba(254,254,254,0.8) 67%,rgba(247,247,247,0.8) 98%,rgba(247,247,247,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(237,237,237,0.8) 0%,rgba(254,254,254,0.8) 67%,rgba(247,247,247,0.8) 98%,rgba(247,247,247,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccededed', endColorstr='#ccf7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 10px;
}
#contenedor-scroll, #contenedor-scroll2{
    margin: auto;
    margin-top: 12px;
    width: 95%;
    height: 300px;
    color: #0064ba;
    overflow: auto;
    padding-right: 10px;
}
#contenedor2AvisodePrivacidad, #opcionesdiv, #contenedorWebCam, #contenedorFilesLoad, #avisoPriva {
    margin: auto;
    margin-top: 12px;
    width: 90%;
    
    background-color: gray;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 5px;
    color: #0064ba;
    -webkit-box-shadow: 1px 2px 4px #000;
    background: -moz-linear-gradient(45deg, rgba(237,237,237,0.8) 0%, rgba(254,254,254,0.8) 67%, rgba(247,247,247,0.8) 98%, rgba(247,247,247,0.8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,0.8) 0%,rgba(254,254,254,0.8) 67%,rgba(247,247,247,0.8) 98%,rgba(247,247,247,0.8) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,0.8) 0%,rgba(254,254,254,0.8) 67%,rgba(247,247,247,0.8) 98%,rgba(247,247,247,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccededed', endColorstr='#ccf7f7f7',GradientType=1 );
    margin-bottom: 10px;
}

.boton {
    padding: 7px;
    background-color: blue;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-left: 40px;
    width: 175px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #0084cc;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif !important;
}
.dropbtn {
    padding: 7px;
    background-color: blue;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-left: 40px;
    width: 175px;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    background-color: #0084cc;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    left: 86%;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 2.7em;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd
        }

        /*capturade datos de label credencial*/
.Izquierda {
    top: 100px;
    width: 45%;
    height: 300px;
    position: absolute;
    /*text-align: center;*/
    /*right:50px;*/
    float: left;
    /*border:solid;*/

}
.Ili {
    margin-left: 10px;
    text-decoration: none;
    font-size: 16px;
    padding-top: 2px;
    color: #0064ba;
    text-shadow: none;
}

#contenedor4 {
    margin: auto;
    overflow: auto;
    margin-top: 12px;
    width: 95%;
   
    background-color: gray;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 5px;
    color: #0064ba;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 2px 4px #000;
    background: -moz-linear-gradient(45deg, rgba(237,237,237,0.8) 0%, rgba(254,254,254,0.8) 67%, rgba(247,247,247,0.8) 98%, rgba(247,247,247,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,0.8) 0%,rgba(254,254,254,0.8) 67%,rgba(247,247,247,0.8) 98%,rgba(247,247,247,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(237,237,237,0.8) 0%,rgba(254,254,254,0.8) 67%,rgba(247,247,247,0.8) 98%,rgba(247,247,247,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccededed', endColorstr='#ccf7f7f7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.boton {
    padding: 7px;
    background-color: blue;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-left: 40px;
    width: 175px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #0084cc;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif !important;
}
#titulo {
    font-weight: 100;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    width: 960px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 26px;
    text-shadow: 1px 1px 2px #000000;
}
#avisoDATOS {
   background-color: white;
}


