body {
   padding-top: 0px;
   padding-bottom: 20px;
   height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;

}

main {
    flex: 1;
}


 

.loader {
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 999999;
   background: no-repeat center/10% url('../imagenes/pageLoader.gif') rgb(249,249,249);
   opacity: .8;
}

#contLog{
   position: relative;
}

#login{
   position: absolute;
   top: 25%;
   left: 5%;
   height: 80%;
   width: 90%;
   margin: 0px auto;
   padding: 0px 7px 0px 7px;
   /*line-height: 50px; 
   /*top:100px;*/  
}

.sombra{
   -webkit-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
   box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
}

.redondo{
   border-radius: 13px 13px 13px 13px;
   -moz-border-radius: 13px 13px 13px 13px;
   -webkit-border-radius: 13px 13px 13px 13px;
   border: 0px solid #000000;
}

.centrarVer {
   padding: 2% 0 0 0;
   text-align:center;
}

.tabActivo{
   color: #13322B;
   font-weight: bold;
}

nav{
   position: sticky;
   top: 0;
   background-color: #FFF;
   z-index: 5;
}

.pos{
   z-index: 99999;
}

.posicionConfirm{
   z-index: 10000000000000000000000000099999999999999;
}

.letrasm{
   font-size: 14px;
}

.mSombras{
   -webkit-box-shadow: 10px 10px 5px 0px rgba(158,155,158,1);
   -moz-box-shadow: 10px 10px 5px 0px rgba(158,155,158,1);
   box-shadow: 10px 10px 5px 0px rgba(158,155,158,1);
}

.titulo{
  font-size: 22px;
  font-weight: bold;
  color: #10312B
}

.tituloDorado{
  font-weight: bold;
  color: #B38E5D
}

.version{
  font-size: 15px;
  font-weight: bold;
  color: #10312B
}

.siglas{
  font-size: 15px;
  font-weight: bold;
  color: #10312B
}

/*.mboton{
   height:100px;
   width: 80%;
   margin: auto 0px;
   display: flex;
   align-items: center;
   text-align: center;
   position: relative;
}*/

.hijo {
   position: absolute;
   top: 10%;
   /*left: 25%;*/
   height: 100%;
   width: 100%;
   /*margin: -15% 0 0 -25%;*/
}

.mboton:hover{
   cursor:pointer;
   background-color: #13322B;
   color:#FFF
}

.mediaSombra{
  background-color: #13322B;
  color: #FFF;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.64);
  -moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.64);
  box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.64);
}

.mediaSombra-light{
  /*background-color: #ddc9a3;*/
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.64);
  -moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.64);
  box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.64);
}

.fontCh{
  font-size: small;
}

.sombra{
  -webkit-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
}

.sombraEID{
 -webkit-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
 -moz-box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
 box-shadow: 2px 1px 5px 0px rgba(0,0,0,0.75);
}

.redondo{
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  border: 0px solid #000000;
}

.mRedondeado{
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border: 0px solid #000000;
}

.mSombras{
  -webkit-box-shadow: 10px 10px 5px 0px rgba(158,155,158,1);
  -moz-box-shadow: 10px 10px 5px 0px rgba(158,155,158,1);
  box-shadow: 10px 10px 5px 0px rgba(158,155,158,1);
}

.mboton{
  background-color: #BC955C;
  color: #000000;
  height:100px;
  width: 80%;
  margin: auto 0px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

.custom-dorado-btn {
   background-color: #fff;
   border-color: #B38E5D;
   color: #B38E5D;
   font-weight: bold;
}

.custom-dorado-btn:hover {
   background-color: #B38E5D;
   color: #000;
}

.custom-verde-btn {
   background-color: #285C4D;
   border-color: #285C4D;
   color: #B38E5D;
   font-weight: bold;
}

.custom-verde-btn:hover {
   background-color: #13322B;
   color: #FFF;
}

.redondeadoSuperior{
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px solid #000000;
}

.pestana{
  -webkit-box-shadow: 0px -3px 5px 0px rgba(219, 214, 214, 0.75);
  -moz-box-shadow: 0px -3px 5px 0px rgba(219, 214, 214, 0.75);
  box-shadow: 0px -3px 5px 0px rgba(219, 214, 214, 0.75);

  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border: 0px solid #000000;
}

.nombre{
  display: none;
}

.listaSelectGral{
  background-color: #ddc9a3;
}

.listaSelect:hover{
  background-color: #13322B;
  color: #FFF;
  cursor: pointer;
}

/**********File Inputs**********/
.container-input {
  text-align: center;
  /*background: #282828;
  border-top: 5px solid #c39f77;
  padding: 50px 0;
  border-radius: 6px;*/
  width: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.iborrainputfile {
font-size:16px; 
font-weight:normal;
font-family: 'Lato';
}

/* style 1 */

.inputfile-1 + label {
  color: #fff;
  background-color: #c39f77;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #9f8465;
}

.tutor{
  display:none
}

.actualizacion{
  position: sticky;
  top:10px;
  text-align: center;
  background-color: #D4C19C;
  color: black;
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  border: 0px solid #D4C19C;

  -webkit-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
}

.nuevo{
  position: sticky;
  top:10px;
  background-color: #13322B;
  color: white;
  border-radius: 13px 13px 13px 13px;
  -moz-border-radius: 13px 13px 13px 13px;
  -webkit-border-radius: 13px 13px 13px 13px;
  border: 0px solid #000000;

  -webkit-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.75);
}

.encabezado{
  background-color: #13322B;
  color: white;
}

.btn-verde{
  background-color: #13322B;
  color: white;
  border: none;
}

.btn-verde:hover{
  background-color: #285C4D;
  color: white;
  border: none;
}

.btn-rojo{
  background-color: #4E232E;
  color: white;
  border: none;
}

.btn-rojo:hover{
  background-color: #9D2449;
  color: white;
  border: none;
}

@media screen and (max-width: 800px) {
   #imgLogo {
     display: none;
   }
 }

 
    body {
        font-family: Arial, sans-serif;
        background: #f4f4f4;
        padding: 20px;
    }

    .file-upload {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* Ocultar input original */
    .file-upload input[type="file"] {
        display: none;
    }

    /* Botón personalizado */
    .custom-btn {
        background-color: #007BFF;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        transition: background 0.3s;
    }

    .custom-btn:hover {
        background-color: #0056b3;
    }

    /* Vista previa */
    .preview {
        width: 200px;
        height: 200px;
        border: 2px dashed #ccc;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: white;
    }

    .preview img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .preview span {
        color: #999;
        font-size: 14px;
    }
