
  /*Para el manejo de pestañas (tabs)*/
  /* Style tab links */
  .tablink {
    background-color: white;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%; /*para 2 pestañas (si fueran 4 pestañas sería 25%)*/
    /*height: 57px;*/
    border-top:solid 3px bisque;
    border-left:solid 3px bisque;
    border-right:solid 3px bisque;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    
  }
  
  .tablink:hover {
    background-color: #d6dcde;
  }
  
  /* Style the tab content (and add height:100% for full page content) */
  .tabcontent {
    /*color: white;*/
    display: none;
    padding: 30px 20px;
    margin:61px 0px;
    height: 100%;
  }
  /*
  #semana {background-color: #009ef1;border:solid 5px #009ef1;background: linear-gradient(180deg, rgba(0,158,241,1) 0% ,rgba(150,215,249,1) 28%, rgba(255,255,255,1)67%);}
  #fin_de_semana {background-color: #49768F;border:solid 5px #49768F; background: linear-gradient(180deg, rgba(27,151,232,1) 0% ,rgba(73,118,143,1) 0%, rgba(255,255,255,1)67%);}
*/
  #semana {border:solid 3px #bb3e45;border-top:solid 7px #bb3e45}
  #fin_de_semana {border:solid 3px #49768F;border-top:solid 7px #49768F}


  h5{
    /*color:#e99787;*/
    color:orangered;
  }

.para_presidente{
  color:#009ef1 !important;
  /*color:#49768F;*/
}
table tr{
  height: 40px;
}

.lado_izquierdo{
  width:50%; text-align:right;
}
.lado_derecho{
  text-align:left;padding-left:5px
}