/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 11, ../sass/screen.scss */
.carousel {
  padding: 1em;
}
/* line 14, ../sass/screen.scss */
.carousel h1 {
  position: absolute;
  z-index: 1;
  font-size: 6em;
  color: white;
  top: 107px;
  left: 20px;
}
/* line 15, ../sass/screen.scss */
.carousel img {
  min-width: 640px;
  width: 100%;
}

/* line 18, ../sass/screen.scss */
h2 {
  font-size: 3.25em;
}

/* line 20, ../sass/screen.scss */
.panel-home {
  background: url(../img/bg-panel-home.jpg) no-repeat bottom right #30cc99;
  padding: 40px;
  position: relative;
  margin-bottom: 31px;
}
/* line 26, ../sass/screen.scss */
.panel-home .foto {
  position: absolute;
  top: 15px;
  right: 37px;
}
/* line 32, ../sass/screen.scss */
.panel-home p {
  font-size: 1.156em;
}

/* line 35, ../sass/screen.scss */
.rosa {
  color: #eb258f;
}

/* line 36, ../sass/screen.scss */
.verde {
  color: #30cc99;
}

/* line 37, ../sass/screen.scss */
.blanco {
  color: white;
}

/* line 38, ../sass/screen.scss */
.leftServicios {
  margin-top: 20px;
}

/* line 40, ../sass/screen.scss */
.pola-servicios {
  position: absolute;
  top: 127px;
  right: 0;
  z-index: 10;
}

/* line 46, ../sass/screen.scss */
.pola-publica {
  position: absolute;
  top: 127px;
  right: 0;
  z-index: 10;
}

/* line 52, ../sass/screen.scss */
.pola-contacto {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 10;
}

/* line 58, ../sass/screen.scss */
.ico-lee {
  margin-top: 20px;
}

/* line 59, ../sass/screen.scss */
.bg-publica {
  background: url(../img/bg-publica.jpg) no-repeat right;
  height: 294px;
}

/* line 61, ../sass/screen.scss */
.bg-contacto {
  background: url(../img/bg-contacto.jpg) no-repeat;
}

/* line 62, ../sass/screen.scss */
.left-contacto {
  margin-top: 110px;
}

/* line 64, ../sass/screen.scss */
footer {
  font-size: 1.5em;
}

/* Large desktop */
@media (min-width: 1200px) {
  /* line 69, ../sass/screen.scss */
  .container {
    width: 960px;
  }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* line 78, ../sass/screen.scss */
  .carousel {
    padding: 0;
  }
  /* line 81, ../sass/screen.scss */
  .carousel h1 {
    position: relative;
    font-size: 3em;
    color: black;
    top: 0;
    left: 0;
  }

  /* line 84, ../sass/screen.scss */
  .panel-home .foto {
    display: none;
  }

  /* line 88, ../sass/screen.scss */
  .pola-publica {
    display: none;
  }

  /* line 91, ../sass/screen.scss */
  .pola-servicios {
    display: none;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  /* line 98, ../sass/screen.scss */
  body {
    padding-top: 108px;
    padding-bottom: 40px;
  }
}
