  @import url('https://fonts.googleapis.com/css?family=Open+Sans');
  @import url('https://fonts.googleapis.com/css?family=Raleway');
  @import url('https://fonts.googleapis.com/css?family=Saira');

  ul{
    list-style: none;
    padding: 0px
  }
  body{
    font-family: 'Open Sans', sans-serif;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../imgs/fondo.jpg');


    /*
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    font-family: 'Saira', sans-serif;
    */
  }
  header{
      margin-bottom:160px
    }

  footer{
    
  }

  #lista_prods{

  }

  #lista_prods li{
    list-style: none;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    clear: both;
    vertical-align: middle;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
  }

  #lista_prods li h3{
    float: left;
    display: block;
    font-weight: 900;
    font-size:14px;
    color: #293271;

  }

  #lista_prods li h4{
    float: left;
    display: block;
    font-weight: 500;
    font-size:12px;
    overflow: hidden;
  }

  #lista_rubros{
     padding: 0px

  }

  #lista_rubros li{
    padding: 10px 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
    color: #fff;
      background-color:#293271;
      font-weight: 900;
      font-size: 11px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  #lista_rubros li:hover{
    background-color:#f15f22;
  }

  #lista_rubros li a{
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-weight: 900
  }

 .bot_descargar , .bot_descargar:hover{
    font-family: 'Saira', sans-serif;
    padding: 10px 20px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 3px;
    background-color:#f15f22;
    font-weight: 900;
    font-size: 11px;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .titSec{
    font-family: 'Raleway', sans-serif;
    font-size: 28px
  }
  .opMenu{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    width: 50%;
    float: left;
    display: block;
    padding-top: 3px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  
  .opMenu:hover{
    font-style: normal;
    color: #f15f22;
    font-weight: 600
  }

  .textos{
    line-height: 32px;
    font-size: 14px;
  }
  .destacado{
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
    font-size: 28px;
  }
  .back_azul{
    background-color:#293271;
    color: #fff
  }
  .back_grisclaro{
    background-color:#f3f3f3
  }
  .back_grisocuro{
    background-color:#222
  }
  .back_naranja{
    background-color:#f15f22;
    color: #fff
  }

  .back_blanco{
    background-color:#fff
  }

  .txt_blanco{
    color:#fff
  }
  .txt_azul{
    color:#293271
  }
  .txt_naranja{
    color:#f15f22
  }
  .secPad{
    padding: 40px
  }

  .introText{
    padding-top: 150px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-weight: 600;
  }

  .introText:after {
      content: '';
      display: block;
      margin-top: 30px;
      width: 40px;
      border-top: 4px solid #f15f22;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .cajaconmiscentre{
    position: relative;
    margin-bottom: 20px
  }

  .cajaconmiscentre:after {
      content: '';
      display: block;
      margin-top: 30px;
      width: 40px;
      border-top: 4px solid #444;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      text-align:center;
  }

  .cajaconmisc:after {
      content: '';
      display: block;
      margin-top: 30px;
      width: 40px;
      border-top: 4px solid #444;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  .lineaup{
    border-top: 4px solid #f15f22;
    padding-top: 10px
  }

  .marcas{
    clear: both;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0px;
    text-align: center;
  }

  .marcas li{
    display: inline-block;
    margin: 4px;
    font-weight: 900;
    padding: 7px 12px
  }

  .introProd{
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('../imgs/misc.jpg');
  }

  .latImg{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../imgs/foto3.jpg');
  }
  .lista{
    margin-top: 20px;
    float:left
  }
  .lista li{

    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff
  }
  .lista li:first-child{
    border-top: 0px
  }
  .lista li:last-child{
    border-bottom: 0px
  }
  .clientes{
    
    display: block;
    overflow: hidden;
    clear: both;
  }
  .clientes li{
    float: left;
    max-width: 250px
  }

  #footer{

  }

  .campo{
    width: 100%;
    background-color: #e5e5e5;
    padding: 8px 12px;
    font-size: 11px;
    border: 0px;
    margin-bottom: 15px
  }

  .botonenviar{
    width: 100%;
    background-color: #f15f22;
    color: #fff;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 600;
    border: 0px
  }

  footer a{
    color: #fff;
    text-decoration: none;
  }
  footer a:hover{
    color: #fff;
    text-decoration: none;
  }
  footer address{
    font-size: 13px;
    line-height: 24px
  }

  .social_bot{
    border-radius: 50%;
    background-color: #293271;
    color: #FFF
  }
  #contactoSec address{
    margin-top: 20px;
    line-height: 24px
  }
  .face{
    background-color: #3b5998;
  }
  .inst{
    background: #f09433; 
  background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);   
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }

  .noMovil{
    display: block;
  }

  .onlyMovil{
    display: none;
  }



  @media (max-width: 575px) { 
    .secPad{
      padding: 10px
    }
    .noMovil{
      display: none;
    }
    .onlyMovil{
      display: block;
    }
    .logohead{
      width: 100%;
      margin-top: 10px
    }
    .lineaup{
      padding-top: 0px
    }
    .introProd{
      background-size:40% auto;
    }
    header{
      margin-bottom:70px
    }
    footer{
      text-align: center;
    }
  }

  @media (min-width: 576px) and (max-width: 767px) { 
    .noMovil{
      display: none;
    }
    .onlyMovil{
      display: block;
    }
  }

  @media (min-width: 768px) and (max-width: 991px) { 

  }

  @media (min-width: 992px) and (max-width: 1199px) { 

  }

  @media (min-width: 1200px) { 

  }