

table {
  border-collapse: collapse;
  max-width: 550px;
  
  box-shadow: 6px 6px 3px 0px rgba(99, 98, 98, 0.75);
  background-color:rgb(235, 229, 229);



}

th, td {
  
  text-align: left;
  border: 1px solid rgb(167, 160, 160);
  padding: 8px;
}


h1 {
  color:rgb(13, 42, 122); 
  font-size:22px;
  }
  
  h2 {
  color:rgb(13, 42, 122); 
  font-size:20px;
  }
  h3 {
  color:rgb(13, 42, 122); 
  font-size:18px;
  }



  /* PARA DIV EMERGENTES*/
  .emergente {
    font-size:14px;
    position:absolute; 
    margin-top:-30px;
    z-index: 8; 
    padding:8px; 
    background-color: rgb(227, 237, 240);
    left:50px;
    border-radius: 6px;
    border-style:solid;
    border-width: 0.5px;
    border-color: gray;
    min-width:300px;
    max-width:90%;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 6px 6px 3px 0px rgba(99, 98, 98, 0.75);
}


.bordeDiv{
    border-style: solid;
    border-color: rgb(153, 152, 152);
    border-radius: 8px;
    border-width: 0.5px;
    padding: 4px;
}

.botonayuda{
    border-style:solid;
    padding:2px;
    border-width: 0.5px;
    border-radius: 3px;
    width:9px;
    height:14px; 
    margin-bottom:-6px; 
      
}

.CerrarPegajoso{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1px;
    font-size: 18px;
    width:25px;
    height: 25px;

}
/*fin DIV emergente*/