  @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;
  }  

  body {                
    background-image: url("/img/logoicfes.svg");
    background-size: 110px;    
    background-repeat: repeat;
    background-color: #111;         
    color: #fff;        
    min-width: 800px;
    height: 100vh;
  }  

  ::-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;  
  }

  a {
    text-decoration: none;
    color: #fff;
  }

  .home {
    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");
  }

  .opciones {    
    width: 707px;
    display: flex;
    align-items: center;
    font-size:20px;
    float: right;        
    margin-top: 11px;
    margin-right: 18px;
  }

  .opc{
    margin-top: 4px;
    cursor: pointer;
  }

  .opcImg {
    width: 30px;
    margin-left: 25px;
    margin-right: 5px;    
    margin-top: 5px;    
    cursor: pointer;
  }    

  .mensajeSeleccione {
    display: block;
    margin-top: 150px;
    font-size: 18px;
    text-align: center;
    cursor: url('/img/disciplina.png'), auto;    
  }

  table {     
    min-width: 800px;       
    margin-top: 30px;
    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;     
  }