@font-face {
    font-family: ps_bold;
    src: url(/font/ps_b.ttf);
    font-style: bold;
    font-weight: bold;
  }
  
  * {
    font-family: ps_bold;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  ::-webkit-scrollbar {
    width:  14px;
    height: 14px;
  }
  
  ::-webkit-scrollbar-track {
    background: #111;        
  }
  
  ::-webkit-scrollbar-thumb {  
    background-color: #111;  
    border-radius: 7px;      
    border: 2px solid #fff;
  }
  
  ::-webkit-scrollbar-thumb:hover {  
    background-color: #111;  
    border-radius: 7px;      
    border: 3px solid #004fa7;  
  }
  
  body {                
    background-image: url("/img/logoicfes.svg");
    background-size: 110px;    
    background-repeat: repeat;
    background-color: #111;         
    color: #fff;        
    min-width: 800px;
    height: 100vh;
  }  
  
    a {
      text-decoration: none;
      color: #fff;
    }
  
  .home {
    z-index: 999;
    position: relative;
    width: 35px;  
    height: 35px; 
    margin-left: 15px;
    margin-top: 15px;
    padding: 17px;            
    background-size: 35px 35px;     
    background-image: url("/img/home.svg"); 
  }  

  .home:hover {
    background-image: url("/img/homeHV.svg");
  }
  
  .contBuscador {    
    width: 100%;
    top: 0px;        
    position: absolute;
    display: grid;
    justify-content: center;        
  }
  
  .buscador {
    margin-left: -50px;
    margin-bottom: 5px;
    text-transform: uppercase;
    background-color: #00000000;    
    color: #fff;  
    font-size: 18px;
    border-radius: 20%;
    border-color: #00000000;
    border-bottom-color: #fff;
    border-bottom-width: 3px;  
    margin-top: 16px;  
    width: 460px;
    height: 30px;
    text-align: center;
  }
  
  .buscador:focus {
    border-radius: 10px;
    outline-color: #004fa7;
    border-color: #004fa7;
  }

  .sugerencia {
    width: 300px;
    z-index: 999;
    text-align: center;
    margin-left: 32px;    
    margin-bottom: 3px;
    padding: 3px;
    color: #fff;    
    background-color: #000000ef;
    border: solid 1px #fff;    
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
  }

  .sugerencia:hover {
    color: #004fa7;    
    border: solid 1px #004fa7;     
  }  

  .buscarBoton{    
    cursor: pointer;
    position: absolute;    
    width: 28px;      
    right: -45px;
    top: 16px;    
  }  

  .masOpcBot {
    z-index: 999;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;          
    cursor: pointer;
  }

  .masOpc{
    z-index: 998;
    background-image: url("/img/logoicfes.svg");
    background-size: 110px;    
    background-repeat: repeat;
    background-color: #111;
    position: absolute;
    right: 12px;  
    padding: 5px;
    min-height: 100px;
    border-radius: 7px;      
    border: 2px solid #004fa7; 
    text-align: center;
    justify-content: center;
    align-content: center;
  }

  #indicador {
    color: #00000000;
    height: 30px;     
  }    

  .opcion {    
    color: #fff;
    margin-top: 5px;
    border-radius: 7px;      
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
  }

  .opcion:hover { 
    color: #004fa7;
    border: 1px solid #004fa7;
  }

  #mainTable {            
    min-width: 800px;
    margin-top: 25px;
    margin-left: 2vw;   
    margin-right: 2vw;   
    width: 96vw; 
    padding-bottom: 25px;            
  }  
  
  td {
    padding-left: 10px;
    padding-right: 10px;   
    padding-top: 2px;   
    padding-bottom: 2px;   
    text-align: center;     
    border: solid 1px;    
    border-color: #fff;
    color: #fff;
    border-radius: 50px;   
  }

  .toTop {
    margin-left: 50%;      
    padding-bottom: 25px;        
    display: none;
  }

  .imgToTop {
    cursor: pointer;
    width: 30px;     
  }

  .auxiliar {    
    width: 100%;
    text-align: center;     
    margin-top: 50px;
    display: none;
  }