    /*PARA LA PARTE DE LAS ACTIVIDADES PROGRAMADAS*/
    
    .wrapperActividades {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(10px, auto);
        /*background-color: #FFFFFF;*/
      /*  -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);*/
        margin-top: 15px;
      }
  
  .wrapperActividades p{
  margin: 5px;
  color: #001C37;
  }
  
  .divProxi{
  grid-column: 1/6;
  grid-row: 1;
  height: 40px;
  text-align: left !important;
  }
  
  
  .retro{
  grid-column: 2;
  grid-row: 2;
  /*background-color: #fcef8b;*/
  height: 50px;
  text-align: right;
  }
  
  .messele{
  grid-column: 3/5;
  grid-row: 2;
  /*background-color: #fcef8b;*/
  height: 50px;
  text-align: center;
  }
  
  .imflecha{
  margin-top: 8px;
  }
  
  .adel{
  grid-column: 5;
  grid-row: 2;
  /*background-color: #fcef8b;*/
  height: 50px;
  }
  
  .cuatro {
  grid-column: 1/7;
  grid-row: 3;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
  /*border-style: solid;
  border-width: 2px;*/
  }
  
  
  .divDinamico{
            display: inline-block;
            border-style: solid;
            border-width: 2px;
            height:  40px;
            width: 70px;
            text-align:center;
            padding-top: 1%;
            margin-left : 7px;
            font-size: 30px;
          }
  
  .divCuadroPrincipal {
  width: 288px;
  height: 350px;
  /*background-color: #fcef8b;*/
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-style: solid;
  border-color: #133F01;
  border-width: 1px;
  text-align:center;
  padding-top: 1%;
  margin: 10px;
  border-radius: 15px;
  clear:right;
  }
  
  .divimagen {
  height: 108px;
  /*background-color: black;*/
  background-image: url("../img/arrozal.png");
  }
  
  .divFecha{
  width: 58px;
  height: 58px;
  left: 14px;
  background-color:darkorange;
  position: absolute;
  top: 0px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  }
  
  .diaTexto{
  font-size: 22px;
  height: 47px;
  line-height: 16px;
  padding: 4px;
  width: 58px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  position: relative;
  /*color: white;*/
  text-align: center;
  }
  
  .Mestexto{
  margin-top: 4px;  
  font-size: 13px;
  line-height: 13px;
  display: block;
  }
  
  .divdetalleActividades{    
  width: 264px;
  height: 212px;
  padding: 14px;
  position: relative;
  /*background-color:white;*/
  display: block;
  max-height: none;
  
  }
  
  .divdetalleActividades p{
  text-align: left;
  font-size: 19px;
  color:dimgray;
  font-family: "TruenoRg";
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin: 0px 0 15px 0;
  padding-left: 24px; 
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 12px;
  }
  
  .pTema{
  padding-left: 5px !important;
  }
  
  .pLugar{
  background-image: url("../img/lugar.png");
  font-size: 14px;    
  }
  
  .pHora{
  background-image: url("../img/FechaHora.png"); 
  background-size: 21px;  
  font-size: 14px;
  font-family: "TruenoRg",arial;
  }
  
  .pResponsable{
  background-image: url("../img/responsable.png");  
  background-size: 19px; 
  font-size: 14px;
  }
  
  
  #divmesl p{
  display: inline-block;
  color:#777;
  font-family: oswald,"arial narrow";
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
  }
      
      /*FIN DE ACTIVIDADES PROGRAMADAS*/