@font-face {
    font-family: 'DigitalDream';
 	src: url('Digital-dream/DIGITALDREAMSKEWNARROW.ttf');
 }

 .ui-loader {
  display: none !important;
}

body{
	
	margin: 0px;	
	padding: 0px;
	text-align: center;

}

#crono{
	font-family: DigitalDream;
	font-size: 3.0em;
    position: absolute;
    bottom: 150px;
    left:105px;
}

#imagen
{
	height:200px;
	width: 400px;
	text-align: center;
	position: relative;
}


#main{
     margin:auto;
     width: auto;
     text-align: center;
     
   }
   
   #imagen{
     width:300px;
     height:300px;
     margin: 0 0 20px;
     position: relative;
     background: url('crono.jpg') no-repeat;
     background-size: contain;
     float:left;
   }

   #tap{
   	margin-left: 150px;
   	margin-right: 150px;
   	border-style:solid;
   	float:left;
   	height: 120px;
   	width: 120px;
   	background: url('tap.jpg') no-repeat;

   }

   #swipe{
	border-style:solid;
	float:left;
	margin-left:120px;
	margin-right:120px;
	height: 120px;
   	width: 120px;
   	background: url('swipe.jpg') no-repeat;

   }

   #botones{
   	clear: left;
   	
   }
   
	  button {
	   border-top: 1px solid #1d1e1f;
	   background: #676e73;
	   background: -webkit-gradient(linear, left top, left bottom, from(#dae4eb), to(#676e73));
	   background: -webkit-linear-gradient(top, #dae4eb, #676e73);
	   background: -moz-linear-gradient(top, #dae4eb, #676e73);
	   background: -ms-linear-gradient(top, #dae4eb, #676e73);
	   background: -o-linear-gradient(top, #dae4eb, #676e73);
	   padding: 8px 16px;
	   -webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	   border-radius: 9px;
	   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	   box-shadow: rgba(0,0,0,1) 0 1px 0;
	   text-shadow: rgba(0,0,0,.4) 0 1px 0;
	   color: #faf7fa;
	   font-size: 11px;
	   font-family: Georgia, serif;
	   text-decoration: none;
	   vertical-align: middle;
	   }
	button:hover {
	   border-top-color: #878e91;
	   background: #878e91;
	   color: #ccc;
	   }
	button:active {
	   border-top-color: #2e2f30;
	   background: #2e2f30;
	   }
