// schemes
@import "/themes/fidelizador/css/schemes/_grey.less";
@import "/themes/fidelizador/css/typo/font.css";
@import "/themes/fidelizador/css/anythingslider.css";


body {
  font-family: "TitilliumText22LRegular", Helvetica, "Liberation Sans", Arial, sans-serif;
  font-size: 0.938em;
  color: #555;
  background: @b;
}

header, nav, footer, aside, article, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "VAGRoundedBTRegular", Helvetica, Arial, sans-serif;
  margin-bottom: 0.6em;
  font-weight: 300;
  line-height: 1.5em;
}

a, a:link, a:visited, a:hover {
  color: #333;
}
p {
  line-height: 1.5em;
}
p strong {
  font-family: "TitilliumText22LXBold", Helvetica, Arial, sans-serif;
  font-weight: 300 !important;
}

small {
  line-height: 0.2em;
}

br {
  clear: both; }

input, select, textarea {
  max-width: 300px;
  font-size: 15px;
  font-family: "TitilliumText22LRegular", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #BABABA; }
  
input:focus, select:focus, textarea:focus {
  .bs(0 0 3px @c2);
  background: lighten(@l1, 5%);
  border: 1px solid @c1; }

// Mixins
.r (@radius: 5px) {
  -moz-border-radius: @radius;
  -webkit-border-radius: @radius;
  -o-border-radius: @radius;
  -ms-border-radius: @radius;
  border-radius: @radius;
}

.bs (@bsval: 0px 0px 0.83em #333, @due: 0 0 0 transparent) {
  -moz-box-shadow: @bsval, @due;
  -webkit-box-shadow: @bsval, @due;
  -o-box-shadow: @bsval, @due;
  -box-shadow: @bsval, @due;
}

.ts (@tsval: 0px 1px 0px #fff) {
  text-shadow: @tsval;
}

.g(@gc1: #eee, @gc2: #999) {
  /* Legacy browsers */
  background: @gc1;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  /* Recent browsers */
  background: -moz-linear-gradient(top, @gc1, @gc2);
  background: -webkit-gradient(linear, left top, left bottom, from(@gc1), to(@gc2));
  background: -pie-linear-gradient(@gc1, @gc2);
  behavior: url(../js/PIE.htc);
}
.ro(@deg: -45deg) {
  -webkit-transform: rotate(@deg);
  -moz-transform: rotate(@deg);
  transform: rotate(@deg);
}

// Rewrite Buttons
.btn, input[type="submit"] {
  .g(#343434, #252525);
  color: #ddd !important;
  .ts(0 1px 1px rgba(36, 36, 36, 0.40));
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid rgba(36, 36, 36, 0.40);
  .r(5px);
  font-weight: 300 !important;
}

.btn:hover, input[type="submit"]:focus {
  .g(#252525, #343434);
}

.sbtn {
  .r(3px);
  .bs(0 1px 0 rgba(255,255,255,0.40), 0 1px 0 rgba(255,255,255,0.40) inset);
  padding: 6px 15px 5px !important;
  margin-right: 5px;
  font-weight: 300 !important;
  font-family: "TitilliumText22LXBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  &:hover {
    .bs(0 1px 0 rgba(255,255,255,0.40), 0 2px 1px @c1 inset);
  }}
  
header {
  /*background-image: url(../images/bgo.png), url(../images/wood.jpg);
    background-repeat: no-repeat, repeat;
    background-position: 0 0, 0 0;*/
  //background: #D0CECA url(../images/l-wood.jpg) repeat-x;
  background: #363731 url(../images/end-wood.jpg) center 0pt no-repeat;
  //background: #F4E4CB;
  color: #fff;
  .h-menu {
    margin: 25px 0 15px;
    li {
      position: relative;
      a {
        padding: 4px 7px;
        font-size: 16px;
        font-family: "VAGRoundedBTRegular", Helvetica, Arial, sans-serif;
        font-weight: 300 !important;
        letter-spacing: 0.03em;
        .ts(0 1px 0 rgba(255,255,255,0.40));
        .r();
        &:hover {
          background: #191919;
          color: #eee;
          .ts(none);
        }
      }
    }
  }
}
.ar {
  display: block;
  position: absolute;
  top: -13px;
  right: 23px;
  width: 20px;
  height: 14px;
  background: url(../images/ar.png) no-repeat;
  background-position: 0px 200px;
}
.arhover {
  background-position: 0px 0px !important;
}
.logo {
  width: 27%;
  margin-top: 30px;
}
.logosmall {
  margin-top: 10px;
  display: block;
  float: left;
}
.ingresar {
  .g(#B13673, #8F1148);
  border: none !important;
  color: #ddd !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  margin: 26px 0 0 15px;
  &:hover {
  .g(#8F1148, #B13673);
  }
  .enfasis {
    color: #fff !important;
    font-size: 105%;
    letter-spacing: 0.08em;
  }
}
.slogan {
  position: relative;
  text-align: center;
  font-size: 40px;
  margin: 30px auto;
  line-height: 1.2em;
  color: #904528;
  .ts(0 1px 0 rgba(255,255,255,0.40), 0 0 3em #333);
  width: 800px;
  a {
    text-decoration: none;
  }
  .enfasis {
    cursor: pointer;
  }
}
.slogan2 {
  text-align: right;
  font-size: 30px;
  margin: 75px 0 15px;
  line-height: 1em;
  color: #904528;
  .ts(0 1px 0 rgba(255,255,255,0.40), 0 0 3em #333);
}

#content {
  background: #fff;
}
.section {
  padding: 50px 0;
  .g(#eee, #fff);
  border-top: 1px solid #6B341E;
  h4, h2  {
    color: @g5;
  }
  h2 .enfasis {
    color: #8F5D74;
  }
  h4 .enfasis {
    color: #8F5D74;
  }
}
.ss {
  margin: 0 auto -10px auto;
  padding: 0;
  text-align: center;
  position: relative;
  img {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .moreinfo {
    position: absolute;
    top: 40px;
    right: 12px;
    width: 190px;
    padding: 10px;
    color: #333;
    .ts(0 1px 0 rgba(255,255,255,0.40), 0 0 3em #333);
    .enfasis {
      text-transform: none !important;
    }
    .btn {
      .g(#B13673, #8F1148);
      margin: 0 0 10px !important;
      color: #ddd !important;
      text-shadow: none !important;
      font-weight: 300 !important;
      &:hover {
      .g(#8F1148, #B13673);
      }
      .enfasis {
        color: #fff !important;
      }
    }
    .expl {
      margin-top: 45px;
    }
    p {
      line-height: 1.2em;
      .ts(none);
    }
    h4 .enfasis {
      color: #333;
    }
  }
}
.ft {
  margin: 20px 0;
  font-family: Helvetica, "Liberation Sans", Arial, sans-serif;
  background: #eee;
  .header {
    .g(#fefefe, #ddd);
  }
  td {
    text-align: center;
    background: transparent !important;
  }
  .element-header {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    vertical-align: middle;
    text-align: left;
  }
  .element-style {
    text-align: left;
  }
}
#infografia {
  padding: 7px 0 0 0;
  background: #333;
  overflow: hidden;
  border-top: 1px solid #6B341E;
  .infowrap {
    width: 970px;
    margin: 0 auto;
  }
  .h-menu li a {
    margin: 0 50px;
  }
  img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .info {
    display: none;
  }
  p {
    font-size: 18px;
    color: #fff;
    margin: 30px 0 40px;
    position: relative;
    span {
      background: #191919;
      .r();
      margin: -10px 10px 0 0;
      font-size: 30px;
      padding: 12px 20px 7px;
      float: left;
    }
  }
}
.showinfo {
  .g(#FDEFA3, #EEC561);
  padding: 15px 30px !important;
  border: 1px solid rgba(255,255,255,0.40) !important;
  color: #333 !important;
  text-shadow: none !important;
  &:hover {
  .g(#EEC561, #FDEFA3);
  }
}
.demo {
  .g(#B13673, #8F1148);
  padding: 15px 30px !important;
  border: 1px solid rgba(255,255,255,0.40) !important;
  color: #ddd !important;
  text-shadow: none !important;
  font-weight: 300 !important;
  &:hover {
  .g(#8F1148, #B13673);
  }
  .enfasis {
    color: #fff !important;
  }
}

// Lightbox

.pop{
  background: rgba(0, 0, 0, 0.5);/*semi transparencia*/
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}
 
.pop_container {
  height: 360px;
  left: 50%;
  margin-left: -320px; /*margenes negativos al 50% del width*/
  margin-top: -200px; /*margenes negativos al 50% del height*/
  position: fixed;
  top: 50%;
  width: 640px;
  z-index: 9999
}
 
.pop p {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 1px 0 #444444
}
   
.pop_container img {
  background: #fdfdfd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 280px;
  padding: 10px;
  width: 330px
}
 
a.close{
  color: #fff;
  cursor: pointer;
  display: inline;
  float: left;
}

footer {
  background: url(../images/end-wood.jpg) center 0pt no-repeat;
  padding: 70px 0 20px;
  border-top: 1px solid #6B341E;
  color: #904528;
  .ts(0 1px 0 rgba(255,255,255,0.40), 0 0 3em #333);
  h1 {
    margin: 0;
  }
}
// Home
.clients {
  padding: 20px;
}
.tags {
  color: #999;
  a {
    color: #666;
  }
  .enfasis {
    color: #999 !important;
  }
}
.post {
  h3 {
    margin: 0;
    padding: 0;
  }
}
.twitter {
  margin: 0;
  padding: 0;
}
.twitter li {
  padding: 10px;
  margin: 0;
  .g(rgba(255,255,255,0.5), rgba(230,230,230,0.5));
  .r();
  color: #464646;
  border: 1px solid #AEAEAE;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
  a {
    color: #222;
  }
}
.rss {
  padding: 0;
  margin: 0;
  li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .alignleft[style] {
    float: left;
    margin: 0 10px 0 0 !important;
  }
  .alignleft {
    float: left;
    margin: 0 10px 0 0 !important;
  }
}
.bTitle {
  font-family: "VAGRoundedBTRegular", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
  color: #666 !important;
  margin-bottom: 30px;
  display: block;
}
.home {
  padding: 50px 0;
  .g(#eee, #fff);
  border-top: 1px solid #D2D2D2;
}
.mailto {
  text-decoration: none;
  color: #6B341E !important;
}
.enfasis {
  font-family: "BistroScriptRegular", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: 300 !important;
  font-size: 140%;
  color: #8F1148;
}
.tour {
  .ro(-20deg);
  font-size: 200%;
  position: absolute;
  top: 35px;
  right: 14px;
}
.bt {
  font-size: 400%;
  color: #999;
  text-align: center;
}
label {
  display: block;
}
.contact-form {
  input[type="text"] {
    width: 90%;
  }
}

// ctip
/*.showTip {
  width: 250px;
  background: #fff;
  color: #333;
  border: 1px solid #999;
  position: absolute;
  z-index: 1000;
  p {
    font-size: 14px;
    line-height: 16px;
    font-family: "TitilliumText22LRegular", Helvetica, "Liberation Sans", Arial, sans-serif;
    text-align: left;
    padding: 10px 10px 0;
    color: #444;
  }
}*/
.tipsy {
  position: absolute;
}
.tipsy-inner {
  padding: 5px 8px 4px 8px;
  color: white;
  max-width: 200px;
  text-align: center;
  font-size: 13px;
  //.g(lighten(rgba(34,34,34,0.80), 15%), rgba(34,34,34,0.80), url(../images/tnoise.png));
  //margin-top: -15px;
  background: #191919;
  .r();
  .bs(0 0 3px #111 inset);
  .ts(0 -1px #333);
}
.tipsy-arrow {
  background: url('../images/ar.png') no-repeat scroll top left;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: -13px;
}
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

