/* CSS Document */

#CarouselGob {
    max-width: 350px;
}
#CarouselGob > .carousel-inner > .item > img,
#CarouselGob > .carousel-inner > .item > a > img {
      width: 100% !important;
      
        margin: auto;
        
      float: left;
      padding-left: 4px;
      padding-right: 4px;
  }

  .trayectoria {
      color: rgb(111, 111, 111);
      text-align: justify;
      padding-right: 15px;
      font-size: 0.9em;
  }
  
  .redesgober{
      position: absolute;
      bottom: 10px;
      right: 0px;
      z-index: 16;
      width: 40%;
      text-align: right;
  }
  
  .redesgober a{
      cursor: pointer;
      text-decoration: none;
      max-width: 50%;
  }
  .redesgober img{
      width: 45%;
      max-width: 25px;
  }
  .btnMnsg{
      width: 100%;
      margin: auto;
      padding-top: 20px;
      text-align: center;
      font-size: 0.8em;
  }
  .btnMnsg a{
      cursor: pointer;
      color: rgb(0, 154, 62);
      text-decoration: none;
     
  }
  .btnMnsgPDF{
      width: 100%;
      margin: auto;
      padding-top: 20px;
      padding-left: 10px;
      text-align: left;
      font-size: 0.9em;
  }
  
  .btnMnsgPDF a{
      cursor: pointer;
      color: rgb(0, 154, 62);
      text-decoration: none;
      
  }