.bg-background{
  color: #000;
  background-image:  #d2d6de !important;
  background-image: url("../../../favicons/parque-xcaret.jpg")!important;
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: scroll;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
}
.foo {
  color: #FFFFFF;
  background-image:  #d2d6de !important;
  background-image: url("../../../favicons/JohnDeere_back2.png")!important;
  background-repeat: no-repeat;
  background-position: center center;
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: scroll;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
}

header.toptow{background-color: #2ba615 !important;}
aside.asitow{background-color: #005384 !important;}
