/* Reset */
* {
  margin: 0px;
  padding: 0px;
}
*:focus,
.home .Main .MainSection *:focus {
  /*box-shadow: inset 0 0 3px #8cc63f; 
        outline: 2px #8cc63f solid;*/
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  text-decoration: none;
}
.gecko button {
  outline: none;
}
/* Atalhos */
.cb {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dn {
  display: none;
}
.ttu {
  text-transform: uppercase;
}
.vam {
  vertical-align: middle;
}
.tar {
  text-align: right;
}
.dib {
  display: inline-block;
}
