@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
ul,li{list-style:none; }
body{ font-family:Arial, Helvetica, sans-serif; font-size:12px/21px; background:url(../images/bg.jpg) no-repeat center;}
.clear{clear:both; }
[class*='js-ex'] {-webkit-transition: all 0.7s ease; transition: all 0.7s ease;}
.js-ex001:hover {-webkit-transform:scale(1.2);transform:scale(1.2);}
.tut { width:700px; margin:0 auto; overflow:hidden;}
.tut .logo { width:573px; height:105px; background:url(../images/logo.png) no-repeat; margin-bottom:70px; margin-top:100px; margin-left:auto; margin-right:auto;}
.tut .grup { width:630px; margin-left:auto; margin-right:auto;}
.tut .grup .grupitem { float:left; margin-right:10px; margin-left:10px;-webkit-box-shadow: 0px 0px 10px 0px rgba(87,87,87,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(87,87,87,1);
box-shadow: 0px 0px 10px 0px rgba(87,87,87,1);-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}

.tut .alt { margin-top:50px; letter-spacing:-1px; line-height:22px; color:#2e2e2e;}
.tut .alt a { color:#2e2e2e; text-decoration:none; font-weight:bold;}
.tut .alt a:hover { text-decoration:underline;}