/*

// ==========================================================================
// Web Fonts
// ==========================================================================

*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-ultralight-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat/montserrat-ultralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-ultralight-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-ultralight-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-light-webfontnt.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/montserrat/montserrat-light-webfontnt.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-light-webfontnt.woff") format("woff"), url("../fonts/montserrat/montserrat-light-webfontnt.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  text-rendering: optimizeLegibility; }
/* 

// ==========================================================================
// Base Styles
// ========================================================================== 

*/
html,
body {
  line-height: 1.46;
  font-weight: 200; }

body,
input,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a img {
  border: none; }

img {
  -ms-interpolation-mode: bicubic; }

table {
  width: 100%;
  margin: 1em 0; }
  table th {
    font-weight: normal; }

ul,
ol {
  margin-left: 0;
  padding-left: 0; }

ul ol,
ol ul,
ul ul,
ol ol {
  margin: 10px 0 30px 20px; }

li + li {
  margin-top: 10px; }

.letras-capitales {
  /*letter-spacing: .09em;*/
  font-size: .9em; }

/*
// Bootstrap
// -------------------------------------------------------------------------------------------  */
.nav > li {
  margin-top: 0; }

/*
// Tipografia
// ------------------------------------------------------------------------------------------- */
.row1 > div > h1, .row1 > div > h2 {
  margin-top: 0; }

h2 {
  text-align: center;
  font-weight: 100;
  font-size: 42px; }
  h2 strong {
    font-weight: 100; }
  h2 small {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 200; }
  @media only screen and (max-width: 767px) {
    h2 br {
      display: none; } }

/* 

// ==========================================================================
// Layout
// ========================================================================== 

*/
body {
  position: relative; }

.wrap > .container,
.wrap > section > .container,
.wrap > footer > .container {
  max-width: 992px; }

/*
	
//
// Nav principal - Cabecera sitio
// ------------------------------------------------------------------------------------------- 
*/
#cabecera-sitio {
  margin-bottom: -10%;
  padding-bottom: 42%;
  background: url(../img/interfaz/temas/tema-cables.jpg) left bottom no-repeat;
  background-size: 100% auto; }
  #cabecera-sitio .logo-sitio {
    position: absolute;
    top: 65px;
    left: 65px;
    display: block;
    max-width: 200px; }
    @media only screen and (max-width: 991px) {
      #cabecera-sitio .logo-sitio {
        top: 25px;
        left: 25px;
        width: 160px; } }
    @media only screen and (max-width: 767px) {
      #cabecera-sitio .logo-sitio {
        top: 50px;
        left: 50%;
        width: 140px;
        margin: 0 0 0 -70px; } }
  #cabecera-sitio .nav-principal ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #cabecera-sitio .nav-principal .lk-idioma {
    padding: 5px 10px;
    line-height: 1.2;
    color: #333;
    background: #e2e2e2;
    border-radius: 5px; }
    #cabecera-sitio .nav-principal .lk-idioma:hover {
      color: #000;
      background: #d5d5d5; }
  @media only screen and (min-width: 768px) {
    #cabecera-sitio .nav-principal {
      position: absolute;
      top: 25px;
      right: 20px; }
      #cabecera-sitio .nav-principal li {
        display: inline;
        margin: 0;
        padding: 0;
        line-height: 1.2; }
      #cabecera-sitio .nav-principal a {
        display: inline-block;
        margin: 0 8px;
        color: #333; }
        #cabecera-sitio .nav-principal a:hover {
          color: #FF0000; }
      #cabecera-sitio .nav-principal .lk-idioma.alt {
        display: none; } }
  @media only screen and (max-width: 767px) {
    #cabecera-sitio .nav-principal ul {
      margin: 30px -15px 0; }
    #cabecera-sitio .nav-principal li {
      margin: 0 0 1px;
      padding: 0;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center; }
    #cabecera-sitio .nav-principal a {
      display: block;
      margin: 0;
      padding: 0.9em 15px;
      font-size: 14px;
      color: #FFF;
      background: #FF0000; }
    #cabecera-sitio .nav-principal .lk-idioma {
      display: none; }
      #cabecera-sitio .nav-principal .lk-idioma.alt {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 3px 7px;
        font-size: 12px; } }
  #cabecera-sitio h1 {
    padding: 20% 2% 50px;
    font-weight: 100;
    text-align: center; }
    @media only screen and (max-width: 991px) {
      #cabecera-sitio h1 {
        padding-top: 15%;
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      #cabecera-sitio h1 {
        padding-top: 90px;
        padding-bottom: 0.6em;
        font-size: 17px; }
        #cabecera-sitio h1 br {
          display: none; } }
  #cabecera-sitio .soluciones {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    text-align: center; }
    #cabecera-sitio .soluciones li {
      display: inline;
      margin: 0;
      padding: 0; }
    @media only screen and (min-width: 768px) {
      #cabecera-sitio .soluciones span {
        display: inline-block;
        width: 160px;
        height: 160px;
        margin: 0 10px;
        color: #FFF;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: -0.01em;
        background: #CCC;
        border-radius: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #cabecera-sitio .soluciones span {
      width: 130px;
      height: 130px;
      margin: 0 3px;
      font-size: 13px; } }
    @media only screen and (min-width: 768px) {
        #cabecera-sitio .soluciones span .icn {
          display: block;
          height: 38px;
          margin: 30px auto 15px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #cabecera-sitio .soluciones span .icn {
        height: 32px;
        margin-top: 25px; } }
    @media only screen and (min-width: 768px) {
      #cabecera-sitio .soluciones .domotica span {
        background: #F26223;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-45deg, #FBC50B, #F26223);
        background-image: -o-linear-gradient(-45deg, #FBC50B, #F26223);
        background-image: _linear-gradient(-45deg, #FBC50B, #F26223); }
      #cabecera-sitio .soluciones .iluminacion span {
        background: #759741;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-45deg, #AFC93A, #759741);
        background-image: -o-linear-gradient(-45deg, #AFC93A, #759741);
        background-image: _linear-gradient(-45deg, #AFC93A, #759741); }
      #cabecera-sitio .soluciones .conductores span {
        background: #0065B3;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-45deg, #00A8EF, #0065B3);
        background-image: -o-linear-gradient(-45deg, #00A8EF, #0065B3);
        background-image: _linear-gradient(-45deg, #00A8EF, #0065B3); }
      #cabecera-sitio .soluciones .automatismos span {
        background: #654FB9;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-45deg, #9F8DE1, #654FB9);
        background-image: -o-linear-gradient(-45deg, #9F8DE1, #654FB9);
        background-image: _linear-gradient(-45deg, #9F8DE1, #654FB9); }
      #cabecera-sitio .soluciones .terciario span {
        background: #BB222F;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-45deg, #FC1955, #BB222F);
        background-image: -o-linear-gradient(-45deg, #FC1955, #BB222F);
        background-image: _linear-gradient(-45deg, #FC1955, #BB222F); } }
    @media only screen and (max-width: 767px) {
      #cabecera-sitio .soluciones span {
        margin: 0 0.2em 0.5em;
        font-size: 11px; }
        #cabecera-sitio .soluciones span .icn {
          display: none; }
        #cabecera-sitio .soluciones span br {
          display: none; } }

#pie-sitio {
  clear: both;
  padding: 10px 0 20px;
  text-align: left;
  font-size: 11px;
  color: #555555; }
  #pie-sitio .socios .logo {
    height: 45px;
    margin: 20px 25px 25px 0; }
  @media only screen and (max-width: 767px) {
    #pie-sitio .socios {
      text-align: center; }
      #pie-sitio .socios h3 {
        font-size: 14px; }
      #pie-sitio .socios .logo {
        height: 40px;
        margin: 15px; } }
  #pie-sitio .copy {
    margin-top: 40px;
    padding-top: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #pie-sitio .copy {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 35px; }
        .pagina-1 #pie-sitio .copy {
          padding: 0; } }

.cntrl-volver {
  margin: 0 0 2em; }
  @media only screen and (max-width: 767px) {
    .cntrl-volver {
      margin-bottom: 1em;
      text-align: center; } }

#cntrl-inicio-pagina {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #FFF;
  background: #FF0000 url(../img/interfaz/cntrl-pagina-inicio.png) center no-repeat;
  background: #FF0000 url(../img/interfaz/cntrl-pagina-inicio@2x.png) center/16px auto no-repeat;
  border-radius: 3px;
  cursor: pointer; }
  #cntrl-inicio-pagina.cargando {
    display: none; }
  #cntrl-inicio-pagina.affix-top {
    position: absolute;
    bottom: -82px;
    right: 10px; }
  #cntrl-inicio-pagina.affix {
    position: fixed;
    bottom: 18px;
    right: 10px; }

label {
  font-weight: normal; }

.container.ancho-1 {
  max-width: 700px; }

.msg1 {
  margin: 10% 0 15%;
  text-align: center; }

.pagina-1 {
  background: url(../img/interfaz/temas/tema-cables.jpg) left bottom no-repeat;
  background-size: 100% auto; }
  .pagina-1 .wrap {
    background: none; }
  .pagina-1 #cabecera-sitio {
    min-height: 150px;
    margin-bottom: 0;
    padding-bottom: 4%;
    background: none; }
    @media only screen and (max-width: 767px) {
      .pagina-1 #cabecera-sitio {
        min-height: 90px;
        padding-bottom: 0; }
        .pagina-1 #cabecera-sitio .nav-principal ul {
          display: none; } }
  .pagina-1 h1 {
    margin: 0.5em 0;
    padding: 0;
    font-weight: 100 !important; }
    @media only screen and (max-width: 767px) {
      .pagina-1 h1 {
        margin-bottom: 1.1em;
        text-align: center;
        font-size: 18px; } }
  .pagina-1 #pie-sitio {
    padding-top: 20%; }

@media only screen and (min-width: 768px) {
  .wrap {
    background: url(../img/interfaz/temas/tema-cables-2.png) right bottom no-repeat; } }

@media only screen and (max-width: 767px) {
  #inicio h2 {
    font-size: 26px; } }
#inicio #productos {
  max-width: 800px;
  margin: 0 auto 80px; }
  @media only screen and (max-width: 767px) {
    #inicio #productos {
      margin-bottom: 15px; } }
  #inicio #productos #cntrl-soluciones-tabs {
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      #inicio #productos #cntrl-soluciones-tabs {
        display: none; } }
  #inicio #productos #cntrl-soluciones-dropdown {
    display: none; }
    @media only screen and (max-width: 767px) {
      #inicio #productos #cntrl-soluciones-dropdown {
        display: block;
        width: 100%;
        margin: 15px 0 0; } }
  #inicio #productos .proveedores {
    margin: 45px 0; }
    @media only screen and (max-width: 767px) {
      #inicio #productos .proveedores {
        margin: 15px 0; } }
    #inicio #productos .proveedores .logo {
      display: block;
      max-height: 40px;
      margin: 20px auto; }
      #inicio #productos .proveedores .logo.largo1 {
        max-width: 180px; }
      #inicio #productos .proveedores .logo.alto1 {
        max-height: 60px; }
  #inicio #productos .contacto {
    margin: 40px 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #inicio #productos .contacto {
        margin: 15px 0; } }
#inicio #novedades {
  padding: 15% 0;
  background: url(../img/interfaz/temas/tema-electricista.jpg) center top no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    #inicio #novedades {
      padding: 5px 0; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    #inicio #novedades {
      background-size: 140% auto; } }

  #inicio #novedades ul {
    margin: 50px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      #inicio #novedades ul {
        margin: 15px 0; } }
    #inicio #novedades ul li {
      display: inline-block;
      width: 200px;
      height: 200px;
      margin: 0 15px;
      padding: 0;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        #inicio #novedades ul li {
          display: block;
          width: auto;
          height: auto;
          margin: 0 0 15px; } }
    #inicio #novedades ul a {
      display: inline-block;
      padding: 55px 0 0;
      color: #333;
      background: url(../img/interfaz/icn-archivo.png) center top/auto 40px no-repeat; }
      @media only screen and (max-width: 767px) {
        #inicio #novedades ul a {
          padding: 25px 0 0;
          background-size: auto 20px; } }
      #inicio #novedades ul a:hover {
        color: #FF0000; }
#inicio #contacto h2 {
  text-align: left;
  margin-bottom: 30px; }
  #inicio #contacto h2 .tel, #inicio #contacto h2 .fax {
    display: block;
    margin: 0.6em 0;
    font-weight: normal;
    color: #333; }
  #inicio #contacto h2 .tel {
    margin-top: 1em; }
  #inicio #contacto h2 abbr {
    display: inline-block;
    width: 2.2em;
    border: none; }
  @media only screen and (max-width: 767px) {
    #inicio #contacto h2 {
      padding-top: 10px;
      text-align: center; }
      #inicio #contacto h2 small {
        font-size: 16px; } }
#inicio #contacto .cntrl-formulario-contacto {
  margin: 0 0 35px; }
  @media only screen and (max-width: 767px) {
    #inicio #contacto .cntrl-formulario-contacto {
      text-align: center; } }
#inicio #contacto h3 {
  margin-top: 35px; }
  @media only screen and (max-width: 767px) {
    #inicio #contacto h3 {
      font-size: 16px; } }
#inicio #contacto h4 {
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    #inicio #contacto h4 {
      font-size: 15px; } }
#inicio #contacto #mapa-localizacion {
  height: 600px !important; }
  @media only screen and (max-width: 767px) {
    #inicio #contacto #mapa-localizacion {
      height: 340px !important; } }

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