div#container
{
   width: 770px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FEFEFC;
   background-image: url(../images/fondo.png);
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Image2
{
   border: 0px solid #000000;
   padding: 0;
   -webkit-animation: animate-opacity 3000ms linear 0ms infinite normal both;
   -moz-animation: animate-opacity 3000ms linear 0ms infinite normal both;
   animation: animate-opacity 3000ms linear 0ms infinite normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Html1
{
   position: absolute;
   left: 600px;
   top: 30px;
   width: 96px;
   height: 100px;
   z-index: 0;
}
#wb_Image2
{
   position: absolute;
   left: 190px;
   top: 180px;
   width: 385px;
   height: 205px;
   z-index: 1;
}
@media only screen and (max-width: 769px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FEFEFC;
   background-image: url(../images/fondo.png);
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
#Html1
{
   left: 390px;
   top: 50px;
   width: 96px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Image2
{
   left: 0px;
   top: 160px;
   width: 319px;
   height: 170px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
}
