
/* ============================= main layout ====================== */

.close{ display:block; width:16px; height:16px; padding: 5px; position:absolute; right:45px; top:54px; z-index:30;}
.close span{ display:block; width:16px; height:16px; background:url(../images/close.png) left top no-repeat; }
.close:hover span{background-position: bottom;}

.box{ width:890px;height:480px; position:relative; padding: 68px 50px 0px 60px; background: url(../img/content_bg.png);}


.container-boton{ 
     position:fixed;
	 z-index: 999;
	 width:45px;
	 height:45px;
	 line-height: 45px; 
	 bottom: 20px;
	 right: 25px;
	 padding: 25px;
     transition: ease 0.3s;
}

.container-boton{
	transform: scale(1.2);
}

.boton{
	width: 80px;
}

	