
* {

margin=0;
  padding=0;


}

/*

body {
  background: url(fondo.png) no-repeat center;
            background-size: cover;
            min-height: 700px;
            font-family: 'Kumbh Sans', sans-serif;
          }

*/

 .blink {
            margin-left: 450px; padding-top: 250px; width: 450px; height: 25px;
              background-color: white; color: navy; font: 25px; text-align: center;
                animation: blinker 1s linear infinite;

            }

            @keyframes blinker
            {
              50% {
                  opacity: 0;
                }
            }



thead {
    position: sticky;
    top: 0;
}

 .fichas {   background: rgb(250,248,231);
background: linear-gradient(77deg, rgba(250,248,231,1) 31%, rgba(175,231,246,1) 54%, rgba(175,231,246,1) 69%, rgba(250,248,231,1) 100%);
            font-size: 12px;
            font-weight: bold;
            align-content: center;
            color:#3F4042;
            border-radius: 5px 5px 5px 5px;



   }



tr { background: rgb(242,244,245);
background: linear-gradient(90deg, rgba(242,244,245,1) 10%, rgba(167,239,241,1) 44%, rgba(179,238,235,0.7539390756302521) 59%, rgba(255,255,255,0.227328431372549) 82%);font-weight: bold; color: gray; font-size:11px; font-family: Arial, Helvetica, sans-serif;    }

input { 
  
    font-family: 'Kumbh Sans', sans-serif;
    width: 100%;
    font-size: 12.4px;
    background-color: white; color: black;
    padding: 3px auto;
    color:#3F4042;  
    font-weight: bold;  
    height: 25px;
    border:none;  
    border-radius: 0px 8px 0px 8px;
    
     
}  
  
      }



 input:hover {     background: ghostwhite; color: black; font-weight: bold;  box-shadow: 5px black;  font-family: 'Kumbh Sans', sans-serif; font-weight: bold;

    }



  input:focus    {  outline: none;   }


.btno {
      background: rgb(250,248,231);
  background: linear-gradient(77deg, rgba(250,248,231,1) 31%,rgba(177, 237, 224, 1) 54%, rgba(177, 237, 224, 1) 69%, rgba(250,248,231,1) 100%);
    color: #17419c;
    border: 0.1px solid #17419c;
    border-radius: 3px;
    padding: 4px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
    cursor: pointer;
  }
  .btno:hover {
   background: rgb(250,248,231);
  background: linear-gradient(77deg, rgba(250,248,231,1) 31%, rgba(177, 237, 224, 1) 54%,rgba(177, 237, 224, 1) 69%, rgba(250,248,231,1) 100%);
    color: #fa9020;
      cursor: pointer;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.6);
  }
  .btno i {
    margin-right: 6px;
    font-size: 1.2rem;
  }



.btno_2 {
      background: rgb(250,248,231);
  background: linear-gradient(77deg, rgba(250,248,231,1) 31%,rgba(177, 237, 224, 1) 54%, rgba(177, 237, 224, 1) 69%, rgba(250,248,231,1) 100%);
    color: #17419c;
    border: 0.1px solid #17419c;
    border-radius: 3px;
    padding: 4px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0,0,0,0.4);
  }
  .btno_2:hover {
   background: rgb(250,248,231);
  background: linear-gradient(77deg, rgba(250,248,231,1) 31%, rgba(177, 237, 224, 1) 54%,rgba(177, 237, 224, 1) 69%, rgba(250,248,231,1) 100%);
    color: #fa9020;
      cursor: pointer;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.6);
  }
  .btno_2 i {
    margin-right: 6px;
    font-size: 1.2rem;
  }
  

.subtitulo {

  background: transparent;
  margin-left: 10px;
  border-bottom: solid 5px gray;
  border-left: solid 1px;
  padding-bottom: 2px;
  padding-left: 4px;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
}








.hora {
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: black;
  position: fixed;
    bottom: 0;
  left: 0;

  width: 100%;
  height: 60px;


  
}


.welcome {
  position: fixed;
  margin-top: -85px;
  text-align: center;
  right: 0px; 
  background: navy;

  width: 100%;
  height: auto;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  color:whitesmoke;
 

}




.menu_bar {
  display:none;
}

.botones {
  width: 100%;
  text-align: center;
}

#separar {
  padding: 3%;
  float: left;
}

.titulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  color: #333333;
}

.boton {
  color: #fff !important;
  font-size: 12px;
  font-weight: 100;
  padding: 0.5em 1.2em;
  background: #318aac;
  border: 1px solid;
  border-color: #318aac;
  position: relative;
}
.boton:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.boton:hover:before {
width: 70%;
}
}



button:hover {

    cursor: pointer;
}

table {

  border-spacing: 0.01px;
}

table th {background-color: yellow; }


table td { font-family: 'Kumbh Sans', sans-serif; font-size:11px; color: #223172;  #fc8a2d; padding-left: 0.5px; line-height: 1em;  }


table tr:hover { line-height: 1em;
  background: #F5ECBF; color:whitesmoke; font-family: 'Kumbh Sans', sans-serif; font-size:11px; color: black; 
  border-bottom: 0.5px solid whitesmoke; 




}


.leyenda {  


width: 100%;
height: 30px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
background: linear-gradient(77deg, rgb(245, 242, 242) 31%, rgba(175,231,246,1) 54%, rgba(175,231,246,1) 69%, rgba(245, 242, 242,1) 100%);
color:#223172;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
border-bottom: solid 3px gray;
border-right: solid 1px gray;

border-radius: 0px 0px 10px 0px;



}

.pie {


 width: 45%;
 font-family: 'Kumbh Sans', sans-serif;
 font-size: 12px;
  align-self: center;
  color: white; text-shadow: black 0.1em 0.1em 0.2em;
  display: block;
 background: rgba(42, 155, 200,0.8); color: whitesmoke;
 text-align: right;
 height: 75px;
 padding-bottom: 20px;
margin-top:-20px;  
 padding-right: 50px; 
 border-radius: 0px 60px 60px 60px;
 border-bottom: solid navy 10px;
 border-right: solid navy 10px;
}




.boton2 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: #318aac;
  border: 2px solid;
  border-color: #318aac;
  position: relative;
}
.boton2:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
} 
.boton2:hover:before {
  height: 100%;
}

.boton3 {
  color: #318aac !important;
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: rgba(0,0,0,0);
  border: 2px solid;
  border-color: #318aac;
  transition: all 1s ease;
  position: relative;
}
.boton3:hover {
  background: #318aac;
  color: #fff !important;
}

.boton4 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  font-weight: 115;
  padding: 0.5em 1.2em;
  background: #318aac;
  border: 2px solid;
  border-color: #318aac;
  position: relative;
}
.boton4:hover {
  color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 12px rgba(49, 138, 172, 1);
  transition: all 0.2s ease;
}

.boton5 {
  color: navy !important;
  font-size: 14px;
  font-weight: 115;
  padding: 0.5em 1.2em;
  background: white;
  position: relative;
   outline-offset: 120px;
  border-radius: 10px 10px 10px 10px;
   transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.boton5:hover {
  box-shadow: 10px navy;
  outline-color: rgba(49, 100, 142, 0);
  outline-offset: 100px;
  cursor:pointer;
  text-shadow: 20px 15px 10px black;
  text-shadow:  1 2 navy;
  border-width: 1px;
  border-color: navy;
}



.botonc{

                width: 30%;

                margin-left: 21px;

                margin-top: 20px;

                padding: 10px 20px;

                box-shadow: 0px 0px black inset;

    background-color: #616A6B  ;

    color: white;

    transition: 1s;

    -o-transition: 1s;

    -moz-transition: 1s;

    -webkit-transition: 1s;

}

 

 

 

.botonc:hover{

    box-shadow: 400px 0px black inset;

    color: white;

    transition: 3s;

}


.estados {
     background: #46B81E;
  color:white;
  height: 15px;
  padding:20px;
  padding-top: 10px;
  padding-bottom: 10px !important;
   font-family: arial;
   border: 3px solid #2F8A0F;
   cursor: pointer;
   border-radius: 20px 20px 20px 20px;
   font-style: bold;
 -webkit-box-shadow: 51px 33px 41px -34px rgba(0,0,0,0.56);
-moz-box-shadow: 51px 33px 41px -34px rgba(0,0,0,0.56);
box-shadow: 51px 33px 41px -34px rgba(0,0,0,0.56);
}


.estados:hover{
 font-family: arial;
    /*box-shadow: 400px 0px white inset;*/

    -webkit-box-shadow: inset 3px 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 3px 0px 52px 8px rgba(0,0,0,0.2);
    box-shadow: inset 3px 0px 5px 8px rgba(0,0,0,0.2);

    color: white;
    font-size: 20px;

    transition: 3s;
    /*box-shadow: 5px 5px black; */

}



.estados2 {
  position:fixed;bottom:0px;right:10px;
     background: gray;
     width: 300px;
  color:whitesmoke;
  text-align: right;
  height: 30px;
  padding:2px;
  padding-top: 2px;
  
  padding-bottom: 2px !important;

   border: 2px solid white;
   cursor: pointer;
 border-radius: 20px 0px 0px 20px;
  font-weight: bold;
   font-family: 'Kumbh Sans', sans-serif; font-size: 15px;
   margin-bottom: 5px;
}


.estados2:hover{
   background: #C7C8D0;
 font-family: arial;
    /*box-shadow: 400px 0px white inset;*/
opacity: 0.8;
    text-decoration: none; 
    -webkit-box-shadow: inset 13px 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 3px 0px 52px 8px rgba(0,0,0,0.2);
    box-shadow: inset 3px 0px 5px 8px rgba(0,0,0,0.2);

    color: whitesmoke;
   font-family: 'Kumbh Sans', sans-serif; font-size: 17px;

    transition: 2s;
    /*box-shadow: 5px 5px black; */

}


.estados3 {
  position:fixed;bottom:0px;right:225px;
     background: gray;
     width: 250px;
  color:whitesmoke;
   font-size: 13px;
  height: 30px;
  padding:2px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px !important;
 font-family: 'Kumbh Sans', sans-serif; font-size: 15px;
   border: 2px solid white;
   cursor: pointer;
   border-radius: 20px 0px 0px 20px;
    font-weight: bold;
    margin-bottom: 5px;

}


.estados3:hover{
  background: #C7C8D0;
 font-family: arial;
    /*box-shadow: 400px 0px white inset;*/
opacity: 0.8;
    text-decoration: none; 
    -webkit-box-shadow: inset 13px 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 3px 0px 52px 8px rgba(0,0,0,0.2);
    box-shadow: inset 3px 0px 5px 8px rgba(0,0,0,0.2);

    color: whitesmoke;
  font-family: 'Kumbh Sans', sans-serif; font-size: 17px;

    transition: 2s;
    /*box-shadow: 5px 5px black; */

}




.legends {  background: rgba(224,255,255,0.3);
            font-size: 26px;
            color: navy;
            font-weight: bold;
            font-family: century gothic;
            border: 3px solid white;
            box-shadow: 5px 5px grey; 
             width: 550px;       }





                 .titulos {  background: rgba(224,255,255,0.3);
            font-size: 36px;
            color: navy;
            font-weight: bold;
          
            font-family: century gothic;
                      
                 }



                 .leyendax {  background: rgba(224,255,255,0.3);
            font-size: 50px;
            color: navy;
            font-weight: bold;
            font-family: century gothic;
            border: 3px solid white;
            box-shadow: 5px 5px grey; 
                 }


                 .leyenda2 {  background: rgba(224,255,255,0.3);
            font-size: 10px;
            color: navy;
            font-weight: bold;
            font-family: century gothic;
            border: 1.5px solid white;
            width: auto;
                     
         
                 }



  .textogrande { 
   background: rgba(224,255,255,0.3);
   background: #d6eaf8;
   text-shadow: 0 1px 0 #ccc, 
   border: 1px solid #393939;
   border-radius: 20px 5px 20px 5px;
   color: navy;
   font-size: 36px;
   font-style: bold;
   text-align: center;
   font-family: ARIAL;
   padding: 5px;
                     
         
                 }








 .cabeza3 {

     background-color: rgba(30,54,70,0.1);;
     font-size: 12px;
     width: 200;
     height: 30 ;
     color: navy;
     text-align: center;
     font-family: arial;
font-weight:bold;
  border: 1px solid transparent;
   border-radius: 15px 15px 15px 15px;

 }


 .cabeza4 {

     background-color: green;
     font-size: 11px;
     width: 200;
     height: auto ;
     color: white;
     text-align: center;
     font-family: arial;
font-weight:bold;
  border: 1px solid transparent;
   border-radius: 15px 15px 15px 15px;

 }



 .headfijos {

     background-color: white;
     font-size: 20px;
     width: 140;
     height: 45 ;
     color: gray;
     text-align: center;
     font-family: arial;
font-weight:bold;
     border-radius: 15px 15px 15px 15px;

 }


  .headfijos2 {

     background-color: whitesmoke;
     font-size: 14px;
     width: auto;
     height: 45 ;
     color: white;
     text-align: center;
     font-family: arial;
font-weight:bold;
     border-radius: 0px 0px 15px 15px;

 }

  .headfijos2:hover {

     background-color: black;
     font-size: 14px;
     width: 140;
     height: 45 ;
     color: whitesmoke;
     text-align: center;
     font-family: arial;
font-weight:bold;
     border-radius: 0px 0px 15px 15px;

 }








 .cabeza2 {

     background-color: rgba(30,54,70,0.5);
     font-size: 15px;
     width: 200;
     height: 50 ;
     color: white;
     text-align: center;
     font-family: arial;


 }



 .cabeza {

   background-color: #e4e5e3;
    font-family: "Arial Black", sans-serif;
    font-size: 11px;
    color: #565655;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid white;  /* Borde blanco en la parte inferior */
    border-right: 2px solid white;   /* Borde blanco en el lado derecho */
     height: 33px;
    

 }

/* para los encabezados y etiquetas principales  */



 .cabezas {

    background-color: #b1ede0;
font-family: 'Kumbh Sans', sans-serif;
font-size: 11px;
color: black;
font-weight: bold;
text-align: center;
width: auto;
border-right: solid 2px white;
border-bottom: solid 2px white;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra negra semitransparente */
       

    
 }

/*  para darle efectoa las letras de los encabezados  */

.cabezas {
 font-family: 'Kumbh Sans', sans-serif;
 font-size: 11px; text-shadow: 1px 5px 30px #11207C;} 



.encabezados {

     background-color: gray;
     font-size: 18px;
          border-radius: 20px 20px 20px 20px;
          font-style: bold;
     color: black;
     font-weight: bold;
     text-align: center;
     height: auto;
        width: auto;
        font-family: 'Kumbh Sans', sans-serif;
             

  

 }





.estadistica {

     background-color: green;
     font-size: 22px;
          border-radius: 6px 6px 6px 6px;
          font-style: bold;
     color: white;
     text-align: center;
     height: auto;
     border: 2px solid white;
     text-shadow: 0 0 35px #fff;
     box-shadow: 0 0 26px #d6eaf8;
            width: auto;
              outline-offset: 160px;

  

 }



 .fondo_cliente {

     background-color: navy;
     font-family: arial;
     font-size: 9px;
          border-radius: 6px 6px 6px 6px;
          font-style: bold;
     color: white;
     width: 150px;
     height: 20px;
     padding: 12px;
     text-align: center;
     text-shadow: 0 0 35px #fff;
     box-shadow: 0 0 26px #d6eaf8;
              border-radius: 20px;           

  

 }


  .fondo_cliente2 {

     background-color: teal;
     font-family: arial;
     font-size: 9px;
          border-radius: 6px 6px 6px 6px;
          font-style: bold;
          text-align: center;
     color: white;
     width: 150px;
     height: 20px;
         text-shadow: 0 0 35px #fff;
     box-shadow: 0 0 26px #d6eaf8;
     font-weight: 1000;
     border-radius: 20px;
                          outline-offset: 160px;

  

 }






   .con_estilos {
   width: 300px;
color:teal;
padding: 5px;
font-size: 18px;
border: 3px solid #aed6f1;
height: 36px;
background-color:transparent;


}

   .con_estiloss {
width: 200px;
color:white;
padding: 5px;
cursor: pointer;
font-size: 16px;
border: 3px solid #aed6f1;
height: 34px;
background-color:transparent;
}


.fijar {
position: fixed;  
background-color: transparent; ;
border-top-width: 10px solid;
border-top-color: yellow;
}


.fijarc {


  
 color:navy;
position: fixed;
left: 0;
top:0;
right: 0;
 border-radius: 25px 25px 25px 25px;
 height: auto;
 margin-top: 25px;
 margin-bottom: 100px;
 margin-left: 25px;
 margin-right: 25px;
box-shadow: 0 4px 12px white;

}



.fijar2 {
background-color: #add0ec ;
 color:navy;
position: fixed;
left: 0;
top:0;
right: 0;
 border-radius: 25px 25px 25px 25px;
 height: 50px;
 margin-top: 15px;
 margin-bottom: 20px;
 margin-left: 25px;
 margin-right: 25px;
box-shadow: 0 4px 12px white;

}

.fijard {
background-color: transparent; ;
 color:navy;
position: fixed;
left: 0;
top:0;
right: 0;
 border-radius: 25px 25px 25px 25px;
 height: auto;
 margin-top: 25px;
 margin-bottom: 25px;
 margin-left: 25px;
 margin-right: 25px;
box-shadow: 0 4px 12px gray;

}


 .margen {  margin-top: 45px;
            border-top: 5px solid;
            border-color: gray;
            padding: 10px yellow;  }




   

@media screen and (max-width: 600px) {
  table {
    width:100%;
  }
  thead {
    display: none;
  }
  tr:nth-of-type(2n) {
    background-color: inherit;
    border-bottom: 10px solid transparent;
  }
  tr td:first-child {
    background: #f0f0f0;
    font-weight:bold;
    font-size:1.3em;
  }

  tbody td {
    display: block;
    text-align:center;
    
  }
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align:center;
  
  }

.pie {
  display: none;
}
 
 
 .headfijos2 {

     background-color: whitesmoke;
    
     font-size: 9px;
     width: auto;
     height: 20 ;
     color: white;
     text-align: center;
     font-family: arial;
font-weight:bold;
     border-radius: 0px 0px 15px 15px;

 }

  .headfijos2:hover {

     background-color: black;
     font-size: 9px;
     width: 200;
     height: 20 ;
     color: whitesmoke;
     text-align: center;
     font-family: arial;
font-weight:bold;
     border-radius: 0px 0px 15px 15px;

 }

 .margen {  margin-top: 285px;
            border-top: 5px solid;
            border-color: gray;
            padding: 10px yellow;  }






.fijar {
background-color: transparent; ;
 color:navy;
position: absolute;
left: 0;
top:0;
right: 0;
 border-radius: 25px 25px 25px 25px;
 height: auto;
 margin-top: 25px;
 margin-bottom: 25px;
 margin-left: 25px;
 margin-right: 25px;
box-shadow: 0 4px 12px white;

}

.fijard {
background-color: transparent; ;
 color:navy;
position: absolute;
left: 0;
top:0;
right: 0;
 border-radius: 25px 25px 25px 25px;
 height: auto;
 margin-top: 25px;
 margin-bottom: 25px;
 margin-left: 25px;
 margin-right: 25px;
box-shadow: 0 4px 12px gray;

}


 .titulos {  background: rgba(224,255,255,0.3);
            font-size: 11px;
            color: navy;
            font-weight: bold;
          
            font-family: century gothic;
                      
                 }


.leyenda {  background: #E5EAE0;
            font-size: 11px;
            color: black;
            width: 100%;
            text-decoration: none;
                      padding:1px;
            font-family: 'Kumbh Sans', sans-serif;
            border-bottom: 4px solid navy;
            text-align: center;
            border-radius: 5px 5px 5px 5px;
             box-shadow: 5px 5px 5px 5px inset whitesmoke;
}


.estados2 {
  position:fixed;bottom:300px;right:0px;
     background: #4cb5f5;
     width: 150px;
  color:black;
  text-align: right;
  height: 30px;
  padding:2px;
  padding-top: 2px;
  padding-bottom: 2px !important;
   font-family: arial black;
   border: 2px solid white;
   cursor: pointer;
 border-radius: 20px 0px 0px 20px;
  font-weight: bold;
   font-size: 9px;
}


.estados2:hover{
   background: black;
 font-family: arial;
    /*box-shadow: 400px 0px white inset;*/

    -webkit-box-shadow: inset 13px 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 3px 0px 52px 8px rgba(0,0,0,0.2);
    box-shadow: inset 3px 0px 5px 8px rgba(0,0,0,0.2);

    color: white;
    font-size: 15px;

    transition: 2s;
    /*box-shadow: 5px 5px black; */

}


.estados3 {
  position:fixed;bottom:280px;right:0px;
     background: #4cb5f5;
     width: 150px;
  color:black;
   font-size: 9px;
  height: 30px;
  padding:2px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px !important;
   font-family: arial black;
   border: 2px solid white;
   cursor: pointer;
   border-radius: 20px 0px 0px 20px;
    font-weight: bold;
}


.estados3:hover{
  background: black;
 font-family: arial;
    /*box-shadow: 400px 0px white inset;*/

    -webkit-box-shadow: inset 13px 0px 5px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 3px 0px 52px 8px rgba(0,0,0,0.2);
    box-shadow: inset 3px 0px 5px 8px rgba(0,0,0,0.2);

    color: white;
    font-size: 15px;

    transition: 2s;
    /*box-shadow: 5px 5px black; */

}



.cabezas {

    display: none;  
 }

.nav li a {

color:whitesmoke;
width: 180px;
display:block;

padding:1px 1px;
font-size: 11em;
}

.nav li ul {
    font-size: 10em;
    line-height: 1em;
display:none;
position:absolute;
background-color: navy;
}

header nav {

  }
 
  header nav ul li {
   
 font-size: 10em;
 line-height: 1em;
  }


.nav li ul li {
position:absolute;
}
 
.nav li ul li ul {



}

 
  .menu_bar {
    line-height: 1em;
    display:block;
    width:30%;
    background:#ccc;
    margin-left: 250px;
  }
 
  .menu_bar .bt-menu {
    display:block;
    margin-top: 20px;
    margin-left: -25px;
    padding:10px;
    background:#4CB5F5;
    color:#fff;
    text-decoration:none;
    font-weight: bold;
    font-size:25px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
 
  .menu_bar span {
    float:right;
    font-size:40px;
  }

  iframe

  {

    display: none;
  }



}




header {

 position: fixed;

}



iframe {



} 




.repositorios {

  left:800px;
  top:20px;
  position: static; ;
}


 a:link, a:visited, a:active {
            text-decoration:none;
        }


* {
    font-size: 11px;
    line-height: 1em;
font-family:arial;
list-style:none;
text-decoration:none;
margin:0;
padding:0;
}
 
.nav {

  margin-left: 0px;

}


.nav > li {
 font-size: 11px;
}
 
.nav li a {
line-height: 1em;
 
color:black;
display:block;

 padding:0px 0px 0px 6px; 

font-size: 11px;


--webkit-transition: all .9s;
-o-transition: all .9s;
transition: all .9s;


}
 


.nav li ul {
display:none;
position:absolute;


}

.nav li ul:focus { outline: none; } 


.nav li:hover > ul {
  padding-top: 2px;
 margin-left: -10px;

display:block;
width:auto;
color:whitesmoke;
padding-left: 8px;


}

.nav li ul li {
position:relative;

}
 
.nav li ul li ul {
margin-bottom: 100px;

}

nav ul {

border:none;

}










#formul { 
    padding: 20px 0px 0px 30px;   /* margen con valores: arriba - derecha - abajo - izquierda */
    font-family:verdana,arial;
    font-size:9pt;
} 

.campos { 
    font-family:verdana,arial;     /* tipo de letra */ 
    width: 500px;                 /* anchura de campos de formulario */ 
    font-size:8pt;                /* tamaño de la letra*/  
    color:#008000;                 /* color del texto */  
    border: 1px dotted red;        /* color del borde puede ser solid ó dotted */  
    background-color:#FFFF00;    /* color del fondo */  
} 

.boton{
    font-size:12px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:#0000FF;
    background:#A4C1FF;
    border:0px;
    width:120px;
    height:25px;
}

#b_reset { 
    margin: 0px 0px 0px 0px;    /* margen con valores: arriba - derecha - abajo - izquierda */ 
} 

#b_submit { 
    margin: -25px 0px 0px 380px;    /* margen con valores: arriba - derecha - abajo - izquierda */ 
} 






@font-face{
  font-family : "handwriting";

  src : url('journal.eot');
  src : url('journal.eot?') format('eot'),
        url('journal.woff') format('woff'),
        url('journal.ttf') format('truetype');
}

@font-face{
  font-family : "typewriter";

  src : url('veteran_typewriter.eot');
  src : url('veteran_typewriter.eot?') format('eot'),
        url('veteran_typewriter.woff') format('woff'),
        url('veteran_typewriter.ttf') format('truetype');
}



form {
  position: relative;

  width  : auto;
  height : auto;
  margin : 0 auto;

 
}

table {

  margin-left:20px;
  margin-right: 20px;
}



.opcion_principal_seleccionada {
    background-color: #F5C770;
    border-right: 2px navy;
    border-bottom: 3px navy;
    border-style: solid 2px navy;
}

.nav {
    display: flex;
    flex-wrap: nowrap !important;
}

.nav div.row.bg {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 400px !important;

}

.nav div.row.bg > li > ul {
    z-index: 2 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.nav div.row.bg > li > ul  a.men {
    background-color: #AEE8A5; 
    color:whitesmoke  !important; 
    font-size: 15px;
    
}

.nav div.col {
    padding: 0 !important;
    margin: 0 !important;
}

.nav li {
    margin: 0 !important;
    padding: 0 !imporant;
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px;
}

.nav li a {
    height: 100% !important;
}

.prueba-ul-temporal {
    display: flex; 
    flex-direction: column;
}

.prueba-ul-temporal li a {
                height: 60px;
              }
#select {
             width: 100%;
    border-radius: 0;
    padding: 10px 10px 10px 40px;
    border: #afafaf 1px solid;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 14px;
        }

        #input:focus{ color: #afafaf; }


    

        #select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url(arrowtd.svg) 96% no-repeat;
            background-size: 12px;
        }

        .textarea {
  border: none;
  outline: none;
  resize: none;          /* Opcional: evita que el usuario redimensione */
  background-color: #f9f9f9; /* Opcional: da un fondo suave */
  padding: 8px;              /* Opcional: añade espacio interior */
  width: 100%;               /* Opcional: ocupa todo el ancho del contenedor */
  font-family: inherit;      /* Mantiene la fuente del sistema o contenedor */
  font-size: 14px;           /* Ajuste de tamaño de texto */
}