body { padding: 0; margin: 0; background-color: #c8b49f; background-image: url('pantCarga.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile {position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #ffffff }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; width: 90%; left: 50%; top: 35%; transform: translate(-50%, -50%); display: none }
/*#unity-logo { width: 154px; height: 130px; background: url('unity-logo-light.png') no-repeat center }*/
#unity-logo 
{ 
    /*width: 574px; */
    height: 146px; 
    margin-top: 0px; 
    background: url('tit574.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/*#unity-logo { width: 574px; height: 146; margin-top: -50px; background: url('tit574.png') no-repeat center }*/
/*#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-light.png') no-repeat center }*/
/*#unity-progress-bar-empty { width: 512px; height: 28px; margin-top: 10px; background: url('progress-bar-empty-light512_28.png') no-repeat center }*/
/*#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-light.png') no-repeat center }*/
/*#unity-progress-bar-full { width: 0%; height: 28px; margin-top: 10px; background: url('progress-bar-full-light512_28.png') no-repeat center }*/
/*#unity-progress-bar-empty { background: #247c50; position: absolute; left: 50%; transform: translate(-50%, 0%); width: 300px; height: 28px; margin-top: 20px; background: url('progress-bar-empty-light300_28v3.png') no-repeat center }*/
#unity-progress-bar-empty 
{ 
    background: #247c50; 
    position: absolute; 
    left: 50%; 
    transform: translate(-50%, 0%); 
    width: 80%; 
    height: 28px; 
    margin-top: 20px; 
    background: url('progress-bar-empty-light300_28v3.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#unity-progress-bar-full { position: absolute; left: 50%; transform: translate(-50%, 0%); width: 0%; height: 28px; margin-top: 0px; background: url('progress-bar-full-light300_28_2.png') no-repeat center }

/*#unity-footer { position: relative }*/
#unity-footer { position: absolute }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
