/* Utilities -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Grid BG --------------------------------------------------------- */
body {
  background: none repeat scroll 0 0 #fafafa;
  color: #333;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 75%;
  line-height: 2em;
}

html > body {
  font-size: 12px;
}

a {
  color: #4e4e4e;
}
a:hover {
  color: #b4b4b4;
}

/* Commons */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111;
}

h1, .lh1 {
  font-size: 2.667em;
  line-height: 1.5em;
  margin-top: 0.75em;
}

h2, .lh2 {
  font-size: 2.167em;
  line-height: 1.846em;
  margin-top: 0.923em;
}

p, ul, ol, dl {
  margin: 0 0 1.5em;
}

ul, ol {
  margin-left: 1.5em;
}

/* Elementos */
#wrapper {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}

header {
  margin-bottom: 4em;
  text-transform: uppercase;
  text-align: center;
}

#ui {
  margin-left: 5em;
}

/* Google UI */
.interface {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  margin-right: 2em;
}
.interface:hover > li:hover {
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.interface li {
  background: #f5f5f5;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
}
.interface li:first-child, .interface li.first {
  padding-left: 0;
}
.interface li:last-child {
  padding-right: 0;
}
.interface li.last {
  padding-right: 0;
}
.interface li:hover {
  border-bottom: 1px solid #818181;
  border-top: 1px solid #818181;
  border-left: 1px solid #818181;
}
.interface li:hover + li {
  border-left: 1px solid #818181;
  /** Truquito **/
}
.interface a {
  color: #686868;
  padding: 2px 12px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 0 4px;
  text-shadow: white 0 1px 0;
}
.interface span {
  display: inline-block;
  padding: 2px 8px;
}
.interface .first {
  border-right: 0;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -khtml-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.interface .last {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -khtml-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #dadada;
}
.interface .last:hover {
  border-right: 1px solid #818181;
}
.interface .unique {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0;
  border-right: 1px solid #dadada;
}
.interface .unique:hover {
  border-right: 1px solid #818181;
}
.interface .plus {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/sprite.png?1311737525');
  background-repeat: no-repeat;
  background-position: 0 -60px;
  height: 10px;
  width: 14px;
  padding: 0;
}
.interface .less {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/sprite.png?1311737525');
  background-repeat: no-repeat;
  background-position: 0 -70px;
  height: 10px;
  width: 14px;
  padding: 0;
}
.interface .move, .interface .label, .interface .more {
  position: relative;
}
.interface .move:after, .interface .label:after, .interface .more:after {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/sprite2.png?1311738770');
  background-repeat: no-repeat;
  background-position: -60px 0;
  content: "";
  height: 6px;
  width: 7px;
  margin-left: 3px;
  display: inline-block;
}
.interface .reload {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../images/refresh.png?1311739895');
  background-repeat: no-repeat;
  background-position: -2px 0;
  height: 12px;
  width: 12px;
  padding: 2px 4px;
}
