body{
    overflow: hidden;
}

div#divHomePage{
    width: 100%;
   
}



div#divHead{
    width: 100%;
    height: 60px;
    /*background-color: #A44D22;                
    background-image:  url(../Game/images/fondo-titulo.jpg);
    
    border-color: #873D1D; //#DB642E; 
    border-width: 3px;
    border-style: solid; */
    
}

div#divBody{
    position: absolute;
    width: 100%;
    height:100vh;
    background-size: 100% auto;
}
div#divLogo{   
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    
}
div#divStrategyGame{
    position: absolute;
    bottom: 5%;
    left: 6%;
    width: 200px;
}

div#divPlayThanksForTheFire{    
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 570px;
    
}

div#divplayLogo{
    display: block;
    border-color: rgba(50,50,50,.5);//#873D1D; //#DB642E; 
    border-width: 3px;
    border-style: solid; 
    width: 600;
    /*padding: 3px 3px 3px 3px;*/
    
    -webkit-box-shadow: 4px 7px 12px 6px rgba(0, 0, 0, .6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    4px 7px 12px 6px rgba(0, 0, 0, .6);   /* Firefox 3.5 - 3.6 */
    box-shadow:         4px 7px 12px 6px rgba(0, 0, 0, .6);                        
    text-align: center;
    
}
img#imgplayLogo{
    margin: 10px 10px 10px 10px;
}
div#divFireGif{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 200px;
    
}

