/* Reset (Eric Meyer v.1.0) */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*@font-face {
  font-family: 'Junction';
  src: url('Junction.eot');
  src: local('Junction'), url('Junction.otf') format('opentype');
}*/
/* Container */
body {
  background: #fc0 url(fondo.png) no-repeat;
  font: 67.5% 'MetaPro', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
h1, h2 {
  font-size: 1.8em;
  line-height: 1;
  /*text-transform: uppercase;*/
}
  h1 strong {
    display: block;
    font-size: 2em;
    font-weight: 900;
  }
p, .counter li {
  font-size: 1.4em;
}
small {
	color: #756000;
}
a {
  color: #000;
  font-weight: 700;
}
#container {
  width: 570px;
  margin-left: 350px;
  padding: 65px 15px 30px;
}
  #twitter, #facebook, #email {
    margin-top: 18px;
  }
  .tweet {
    font-size: 1.2em;
    /*color: #fc0;*/
    color: #000;
  }
    .tweet .tweet_list {
      -webkit-border-radius: .5em;
      /*background: transparent url(fondo-twitter.png);*/
    }
      .tweet .tweet_list li {
        overflow: auto;
        padding: .5em 0;
        line-height: 1.4;
      }
        .tweet .tweet_list li a {
          /*color: #fc0;*/
          color: #000;
        }
      .tweet .tweet_list .tweet_avatar {
        padding-right: .5em;
        float: left;
      }
        img {
          border: 2px solid #756000;
          /*-webkit-transform: rotate(-5deg);*/
          vertical-align: middle;
        }
	.counter {
		position: absolute;
		left: 30px;
		top: 500px;
		width: 250px;
	}