/**************************************************************************************/
/* Css realizado con complilacion de Sass y Compass 
 * */
/**************************************************************************************/
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/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, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'DroidSansRegular';
  src: url("../fonts/DroidSans/DroidSans-webfont.eot");
  src: url("../fonts/DroidSans/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans/DroidSans-webfont.woff") format("woff"), url("../fonts/DroidSans/DroidSans-webfont.ttf") format("truetype"), url("../fonts/DroidSans/DroidSans-webfont.svg#DroidSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DroidSansBold';
  src: url("../fonts/DroidSansBold/DroidSans-Bold-webfont.eot");
  src: url("../fonts/DroidSansBold/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSansBold/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/DroidSansBold/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSansBold/DroidSans-Bold-webfont.svg#DroidSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url("../fonts/LeagueGothic/League_Gothic-webfont.eot");
  src: url("../fonts/LeagueGothic/League_Gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/LeagueGothic/League_Gothic-webfont.woff") format("woff"), url("../fonts/LeagueGothic/League_Gothic-webfont.ttf") format("truetype"), url("../fonts/LeagueGothic/League_Gothic-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OswaldRegular';
  src: url("../fonts/Oswald/oswald-regular-webfont.eot");
  src: url("../fonts/Oswald/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald/oswald-regular-webfont.woff") format("woff"), url("../fonts/Oswald/oswald-regular-webfont.ttf") format("truetype"), url("../fonts/Oswald/oswald-regular-webfont.svg#OswaldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* @import url(http://fonts.googleapis.com/css?family=Signika+Negative:300,400); */
/* line 2, ../sass/_utilities.scss */
.text-left {
  text-align: left; }

/* line 5, ../sass/_utilities.scss */
.text-center {
  text-align: center; }

/* line 8, ../sass/_utilities.scss */
.text-right {
  text-align: right; }

/* line 12, ../sass/_utilities.scss */
.float-left {
  float: left; }

/* line 15, ../sass/_utilities.scss */
.float-right {
  float: right; }

/* line 18, ../sass/_utilities.scss */
.clear, .clearfix {
  clear: both; }

/* line 2, ../sass/_css2.scss */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  width: 100%;
  background-color: #000;
  color: #FFF; }

/* line 15, ../sass/_css2.scss */
.textIntro {
  position: absolute;
  bottom: -50%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-repeat: repeat;
  line-height: 10px;
  color: #FFF;
  width: 100%;
  height: 27px;
  overflow: hidden;
  text-align: center;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 999; }
  /* line 31, ../sass/_css2.scss */
  .textIntro .minCategoria {
    font-size: 11px !important;
    font-weight: normal;
    line-height: 15px; }
  /* line 36, ../sass/_css2.scss */
  .textIntro .bucineName {
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    padding-left: 5px; }
  /* line 43, ../sass/_css2.scss */
  .textIntro .linkchu {
    display: block;
    margin: 10px;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url('../imgs/Viewoffer.png?1457016602');
    background-position: top center;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    /* line 54, ../sass/_css2.scss */
    .textIntro .linkchu:hover {
      background: url('../imgs/Viewoffer2.png?1457016602'); }

/* line 60, ../sass/_css2.scss */
.carousel {
  width: 600px;
  height: 210px;
  position: relative;
  float: left;
  top: -15px; }
  /* line 67, ../sass/_css2.scss */
  .carousel img {
    visibility: hidden;
    /* hide images until carousel can handle them */
    cursor: pointer;
    /* otherwise it's not as obvious items can be clicked */
    border: #FFF 3px solid; }
  /* line 74, ../sass/_css2.scss */
  .carousel .textIntro {
    line-height: 1em;
    height: auto;
    width: auto;
    position: absolute;
    left: 213px; }
    /* line 81, ../sass/_css2.scss */
    .carousel .textIntro .content {
      width: 180px;
      margin: 0 auto; }
    /* line 87, ../sass/_css2.scss */
    .carousel .textIntro .minCategoria, .carousel .textIntro .bucineName {
      width: auto;
      display: block;
      text-align: left; }
    /* line 93, ../sass/_css2.scss */
    .carousel .textIntro .minCategoria {
      background-color: #000;
      font-size: 10px;
      text-transform: uppercase;
      padding: 4px 4px 5px 4px; }
    /* line 100, ../sass/_css2.scss */
    .carousel .textIntro .bucineName {
      padding-left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      font-size: 12px; }

/* line 108, ../sass/_css2.scss */
#prev, #next {
  text-decoration: none;
  font-size: 1px;
  color: #0192be;
  width: 63px;
  height: 210px;
  float: left;
  background: url('../imgs/previous1.png?1462478123');
  background-repeat: no-repeat;
  background-position: center; }

/* line 120, ../sass/_css2.scss */
#next {
  background: url('../imgs/next1.png?1462478123');
  background-repeat: no-repeat;
  background-position: center; }

/* line 126, ../sass/_css2.scss */
.clearfix {
  clear: both; }

/* line 130, ../sass/_css2.scss */
.contenedor {
  width: 726px;
  margin: 0px auto;
  background: url('../imgs/titulo.jpg?1462478123');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 90px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  height: 209px;
  position: relative; }
  /* line 146, ../sass/_css2.scss */
  .contenedor .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1999; }
    /* line 152, ../sass/_css2.scss */
    .contenedor .footer .footer-left {
      float: left; }
      /* line 154, ../sass/_css2.scss */
      .contenedor .footer .footer-left a {
        position: absolute;
        bottom: 0; }
    /* line 159, ../sass/_css2.scss */
    .contenedor .footer .footer-right {
      float: right;
      margin-right: 5px; }

/* line 178, ../sass/_css2.scss */
.img .icon {
  background: url("../imgs/sEmbed.png") no-repeat 0 -20px;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  padding: 10px 7px 1px;
  margin: 3px 0 0 0; }


/*# sourceMappingURL=base2.css.map */
