 body
{margin: 0px;padding:0px;-webkit-overflow: hidden;-moz-osx-overflow: hidden;overflow: hidden;overflow-y:hidden;overflow-x:hidden;-moz-osx-overflow-y:hidden;-webkit-overflow-x:hidden;-webkit-overflow-y:hidden;-moz-osx-overflow-x:hidden;background-color: #fff;display: table;vertical-align: middle;width: 100%;height: 100%;}
html, body
{width: 100%;height: 100%;max-width:100%; max-height:100%;-webkit-overflow: hidden;-moz-osx-overflow: hidden;overflow: hidden;overflow-y:hidden;overflow-x:hidden;-moz-osx-overflow-y:hidden;-webkit-overflow-x:hidden;-webkit-overflow-y:hidden;-moz-osx-overflow-x:hidden;}/*portada*/
.animacont{width: 100%; height: auto}	
#canvas{width: 100%; height: auto; position: absolute; display: none;}	
#container01{display: table; height: 100%;width: 100%;margin: 0;background: #fff;text-align: center;overflow: hidden;position: absolute;}
#animation_container, #preloaddiv {
	position:absolute;
	margin:auto;
	left:0;right:0;
  }	
.prelod {position:absolute; vertical-align: middle; margin-left: auto; margin-right: auto; display: inline-block; height:100%; width: auto; text-align: center;}	
span {display: inline-block; height: 100%; vertical-align: middle;}
img {vertical-align: middle; max-height: 100%}
.wh{z-index: 99999999999999999999999999999999999999999999;
	position: absolute;
	margin-top: auto;
	margin-bottom: 22px;
	bottom: 0px;
	width: 100%;
	height: 63px;
	text-align: center;
	display: block;
	background-image: url(../images/whbt.png);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-position: center center;
    -webkit-transition: all 0.44s;
    -moz-transition: all 0.44s;
    -o-transition: all 0.44s;
    -ms-transition: all 0.44s;
    transition: all 0.44s;
}
.wh img {
	width: auto;
	height: 80px;
	opacity: 0;
    -webkit-transition: all 0.44s;
    -moz-transition: all 0.44s;
    -o-transition: all 0.44s;
    -ms-transition: all 0.44s;
    transition: all 0.44s;
	cursor: pointer;
}
.wh img:hover {
	opacity: 1;
}