/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/* line 7, ../sass/screen.scss */
body {
  background: #fff;
  color: #000;
  font-family: 'Raleway', sans-serif; }

/* line 13, ../sass/screen.scss */
a {
  color: #000;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit; }
  /* line 6, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
  a:active, a:focus {
    outline: none; }
  /* line 16, ../sass/screen.scss */
  a:hover {
    color: #272b2d; }

/* line 22, ../sass/screen.scss */
p {
  margin: 0;
  padding: 0; }

/* line 27, ../sass/screen.scss */
.wrapper {
  width: 441px;
  margin: 0 auto; }

/* line 32, ../sass/screen.scss */
.logo {
  position: relative;
  margin: 275px auto 0;
  height: 210px;
  width: 441px;
  background-image: url('../images/GrafenoLogo.png?1365401895');
  text-indent: -119988px;
  overflow: hidden;
  text-align: left; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    /* line 32, ../sass/screen.scss */
    .logo {
      background-image: url('../images/GrafenoLogo-2x.png?1365401895');
      background-size: 425px 210px; } }

/* line 41, ../sass/screen.scss */
.contact {
  position: relative;
  margin: 60px auto 0;
  height: 45px;
  width: 441px;
  /*background-image: url('../images/line.png?1365401895');*/
  background-repeat: no-repeat;
  text-align: left;
  padding: 0 0 0 80px;
  font-weight: 400; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
    /* line 41, ../sass/screen.scss */
    .contact {
      /*background-image: url('../images/line-2x.png?1365401895');
      background-size: 600px 12px; } }*/

/* line 53, ../sass/screen.scss */
.red {
  color: #d0112b;
  font-family: 'Oxygen', sans-serif; }

/* line 58, ../sass/screen.scss */
.enconstruccion {
  font-size: 20px;
  height: 30px;
  width: 250px;
  margin: 155px auto 50px;
  text-align: center; }
