body{
  background-color: #fcf7f7;
  background-image: url("https://i.pinimg.com/564x/47/8b/64/478b6445f85528e6c2d14d43430baa22.jpg");
}

.general {
  margin: auto;
  width: 1050px;
}
.BannerToybox{
  margin: auto;
  margin-top: 15px;
  width: 1050px;
  height: 50px;
  text-align: center;
  
}


.sidefPic{
  margin-top: 0px;
  margin-right: 15px;
  float: left;
  width: 300px;
  display: block;
  color: black;
  text-align: center;
  }
  .toyContent{
    background-color: #fcf7f7;
    text-align: center;
    border: dashed;
    border-color: #C5B095;
    border-width: 4px;
    width: 600px;
    display: block;
    float: left;
    padding: 5px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  
.imgFlotante{
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 0px;
}
.imgFlotante2{
  position: fixed;
  padding: 0px;
  bottom: 0px;
  right: 0px;
}

  /* unvisited link */
a:link {
  color: pink;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: pink;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: red;
  text-decoration: none;
}
