#Principal{
  background: #fff;
}
#Principal h1{
  color: #7daf3c;
  font-weight: bold;
  font-style: normal;
  padding-top: 2em;
}
#Principal h2{
  color: #7daf3c;
  font-weight: bold;
  font-style: normal;
}
#Principal p{
  font-size: 16pt;
  line-height: 24pt;
}
#Principal a{
  color:#191970;
}
#img_comp{
  float: right;
  width: 62em;
  height: 48em;
  margin-left: 5%;
  background: url(../img/site/jdnutrilg.png);
  background-position: left;
  background-size: cover;
}
#Galeria_fots a{
  width: 21.25%;
  height: auto;
  margin:0 5% 20px 0;
}
#Galeria_fots a:nth-child(4n){
  margin-right: 0;
}
#Galeria_fots a img{
    width: 100%;
  }

    /*----------------------------------------------------*/

    @media only screen and (max-width: 700px) /* FullHD */
    {
      #img_comp{
        float: right;
        width: 0;
        height: 0;
        background: url(../img/site/empresa.jpg);
        background-position: left;
        background-size: cover;
      }
    }
