body {
    margin: 0;
    padding: 0;
}
.no-padding {
    padding: 0;
}
img {
    border: none;
    border: 0px;
}
* {
    text-decoration: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
li {
    list-style: none;
}
.rayaGrey {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30px 0 30px 0;
}
.limpia {
    clear: both;
}

/*- - - -*/


/*- - - -*/


/*- - - -*/

.logos{
  width: 100%;
  max-width: 152px;
  height: 64px;
  margin-bottom: 30px;
}

.logos.decoholz{
  background: url("../images/docoholz-logo.png") no-repeat;
}

.logos.hazen{
  background: url("../images/hazen-logo.png") no-repeat;
}

.logos.kaindl{
  background: url("../images/kaindl-logo.png") no-repeat;
}

.logos.atenneas{
  background: url("../images/atenneas-logo.png") no-repeat;
}

.logos.novopor{
  background: url("../images/novopor-logo.png") no-repeat;
}

/*-- NAVEGACION --*/

#navegacion {
    width: 100%;
    min-height: 110px;
    background:#fff;
    position: fixed;
    z-index:11;
    box-shadow: 0px 11px 17px -14px rgba(0,0,0,0.75);
}
#navegacion .logo {
    width: 100%;
    max-width: 367px;
    height: auto;
    float: left;
    margin-top: 20px;
}

/*- - - -*/


/*- - - -*/


/*- - - -*/

/*- - - -*/


/*- - - -*/


/*- - - -*/

/*-- DESTACADO AMARILLO --*/
.destacadoYellow{
  background:#F38F1D;
  min-height: 130px;
  text-align: center;
  color: #fff;
  font-family: 'DIN-r';
  padding-bottom: 15px;
  padding-top: 15px;
}

.destacadoYellow .asesoramiento{
  background: url("../images/bg_asesoramiento.png") left no-repeat;
  min-height: 130px;

}

.asesoramiento h2{
  font-family: 'DIN-l';
  text-align: center;
  width: 100%;
  max-width: 841px;
  margin: 37px auto 0;
  font-size: 26px;
}

.asesoramiento h2 span{
  font-family: 'DIN-b';
}

.destacadoGrey{
  background:#59595B;
  min-height: 130px;
  text-align: center;
  color: #fff;
  font-family: 'DIN-r';
  padding-top: 15px;
  padding-bottom: 15px;
}

.destacadoGrey .envio{
  background: url("../images/envio.png") right no-repeat;
  min-height: 130px;
}

.bg_prod h3{
  color: #F3901D;
  font-family: 'DIN-r';
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.bg_prod h3 a{
  color: #F3901D;
}

.bg_prod h3 a:hover{
  color: #F3901D;
}

.envio h2{
  font-family: 'DIN-l';
  text-align: center;
  width: 100%;
  max-width: 841px;
  margin: 37px auto 0;
  font-size: 26px;
}

.envio h2 span{
  font-family: 'DIN-b';
}

/*-- CONTENIDO--*/

#contenido {
    min-height: 303px;
    background: url("../images/bg_nosotros.png") repeat-x;
    position: relative;
}

#contenido .sello{
    width: 180px;
    height: 180px;
    background: url("../images/sello.png") repeat-x;
    position: absolute;
    top: -60px;
    right: 80px;
    float: right;
    z-index: 9;
}

#contenido p {
    font-family: 'DIN-r';
    font-size: 15px;
    color: #646464;
    text-align: center;
    margin-top: 15px;
}
#contenido p.yellow {
    font-family: 'DIN-b';
    color: #F09100;
}

#contenido .down{
  width: 47px;
  height: 26px;
  background: url("../images/down.png") no-repeat;
  margin: 10px auto;
}

/*-- PRODUCTOS--*/

#productos .bg_prod{
  width: 100%;
  min-height: 600px;
  background: url("../images/bg_productos.png");
  padding-top: 150px;
  padding-bottom: 20px;
}

#productos .bg_prod.fotos{
  padding-top: 50px;
}

#productos .logo{
  margin:20px auto 30px;
  width: 100%;
  max-width: 260px;
  height: 110px;
}

#productos .contProd{
  width: 100%;
  min-height: 510px;
  background: #fff;
  padding: 10px;
  box-shadow:0px 13px 10px -10px rgba(0,0,0,1);
  letter-spacing: 1px;
  margin-bottom: 30px;
}

#productos .contProd h1{
  font-family: 'DIN-b';
  font-size: 21px;
  color: #F3901D;
  text-align: center;
}

#productos .contProd p{
  font-family: 'DIN-r';
  font-size: 13px;
  color: #000;
  text-align: center;
}



/*-- OBRAS--*/

#obras .bg_obras{
  width: 100%;
  min-height: 600px;
  background-image:url("../images/bg_obras.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 20px;
}


#obras .bg_obras h3{
  color: #F3901D;
  font-family: 'DIN-r';
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}


/*--- CONTACTO ----*/

#contacto .bg_contacto{
  background: #e6e6e6 url("../images/bg_contacto.png") repeat-x center;
  min-height: 600px;
  padding-top: 110px;
  padding-bottom: 150px;
}


#contacto .bg_contacto h3{
  color: #F3901D;
  font-family: 'DIN-r';
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

#contacto .datos{
  width: 100%;
  min-height: 250px;
}

#contacto .mapa{
  width: 100%;
  min-height: 250px;
  background-color:#fff;
  padding: 10px;
}

#contacto .fotos-contacto{
  width: 100%;
  min-height: 150px;
  margin-bottom: 10px
}

#contacto .fotos-contacto .overflow{
  overflow: hidden;
  margin-bottom: 10px;
}

#contacto .datos .direccion{
  width: 100%;
  height: 78px;
  margin-bottom: 5px;
  background: url(../images/ico-direccion.png) center no-repeat;
}

#contacto .datos .telefono{
  width: 100%;
  height: 87px;
  margin-bottom: 5px;
  background: url(../images/ico-tel.png) center no-repeat;
}

#contacto .datos .mail{
  width: 100%;
  height: 63px;
  margin-bottom: 5px;
  background: url(../images/ico-contacto.png) center no-repeat;
}

#contacto p{
  color: #696B6D;
  font-family: 'DIN-r';
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}


#contacto p a{
  color: #F09100;
}


/*-- FOOTER--*/

#footer {
    width: 100%;
    min-height: 90px;
    background: #f0f0f0;
    border-top: 1px solid #a8a8a8;
    padding-top: 35px;
    padding-bottom: 35px;
}
#footer p {
    font-family: 'DIN-r';
    font-size: 12px;
    color: #646464;
    text-align: center;
    text-transform: uppercase;
}

#footer p a {
    color: #F09100;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
    -o-transition: all ease-out 1s;
    transition: all ease-out 1s;
}

#footer p a:hover {
    color: #B66E00;
    text-decoration: underline;
}

/*- - - -*/


/*- - - -*/


/*- - - -*/

#menu {
  margin: 45px 0 0 180px;
  padding: 0px;
  width: 430px;
  float: left;
}
ul#menu li {
    display: inline;
}
ul#menu li a {
    background-color: none;
    color: #F09100;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px;
}
ul#menu li a:hover {
    color: #58595B;
}

ul#menu li a.active{
  color: #58595B;
}

.menuMobile {
    display: none;
}
input.tuneado {
    border: 1px solid #FF403D;
    height: 30px;
    padding: 5px;
    color: #868686;
    font-family: 'DIN-r';
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 24px auto 0;
    text-transform: uppercase;
    text-align: center;
}
input.Btntuneado {
    background: #FF403D;
    color: #fff;
    border: none;
    font-family: 'DIN-r';
    font-size: 17px;
    text-align: center;
    margin: 24px auto 0;
    height: 30px;
    width: 80%;
}
input.Btntuneado;
hover {
    background: #c51d16;
}


/*-- GALERIA DE FOTOS DE PRODUCTOS --*/
.fancybox.bottom img{
  margin-bottom: 30px;
  width: 222px;
  box-shadow:0px 13px 10px -10px rgba(0,0,0,1);
  border: 7px solid #fff;
}


/*---*/
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  top: 40px !important;
  left: -115px !important;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -4px;
  margin-right: 15px;
  z-index: 999;
}

/*-----*/

a.tooltips1 {
  position: relative;
  display: inline;
}
a.tooltips1 span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  top: 75px !important;
  left: -115px !important;
}
a.tooltips1 span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-left: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips1 span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -4px;
  margin-right: 15px;
  z-index: 999;
}

/*----*/

.localizacion{
  width: 18px;
  height: 27px;
  background:url("../images/localizacion.png") no-repeat;
  float: right;
  cursor: pointer;
  margin-top: 25px;
}

.tel{
  width: 18px;
  height: 27px;
  background: url("../images/telefono.png") no-repeat;
  float: right;
  cursor: pointer;
  position: relative;
  top:60px;
  left: 20px;
}


/* slide --*/

.img1 {
    width: 100%;
    height: 300px;
    background: url(../images/slide/01.jpg) no-repeat center;
}
.img2 {
    width: 100%;
    height: 300px;
    background: url(../images/slide/02.jpg) no-repeat center;
}
.img3 {
    width: 100%;
    height: 300px;
    background: url(../images/slide/03.jpg) no-repeat center;
}
.img4 {
    width: 100%;
    height: 300px;
    background: url(../images/slide/04.jpg) no-repeat center;
}

/*-----------------*/


/*-- CONTACTO ------*/

input.tuneado {
    display: block!important;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    height: 37px;
    color: #808285;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
}
textarea.tuneado {
    border: 1px solid #ccc;
    margin-right: 0px;
    padding: 5px;
    width: 100%;
    height: 75px;
    font-family: 'Open Sans';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 100;
}
.enviar {
    width: 80px;
    height: 28px;
    cursor: pointer;
    float: right;
    margin-right: 0px;
    margin-top: 20px;
    margin-left: 15px;
    background: #b6293c;
    color: #fff;
    font-family: 'Open Sans';
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    /* Chrome y Safari */
    -o-transition: all 0.2s ease-out;
    /* Opera */
    -moz-transition: all 0.2s ease-out;
    /* Mozilla Firefox */
    -ms-transition: all 0.2s ease-out;
    /* Internet Explorer */
    transition: all 0.2s ease-out;
    /* W3C */
}
.enviar:hover {
    background: #861424;
}
.enviar.pop {
    margin-top: 15px;
    margin-left: 50px;
}
.bot_borrar.pop {
    margin-top: 15px;
}
.bot_borrar {
    width: 80px;
    height: 28px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    margin-left: 15px;
    background: #d1d2d4;
    color: #fff;
    font-family: 'Open Sans';
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    /* Chrome y Safari */
    -o-transition: all 0.2s ease-out;
    /* Opera */
    -moz-transition: all 0.2s ease-out;
    /* Mozilla Firefox */
    -ms-transition: all 0.2s ease-out;
    /* Internet Explorer */
    transition: all 0.2s ease-out;
    /* W3C */
}
.bot_borrar:hover {
    background: #b3b3b3;
}

/*-- FIGURE CAPTION  --*/

figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 26px 0 0;
}

figcaption {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  color: #666;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

figure:hover figcaption {
  opacity: 1;
}

/*figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255, 255, 255, 0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}*/

figure:hover:before {
  opacity: 0;
}

.cap-left:before {
  bottom: 10px;
  left: 10px;
}

.cap-left figcaption {
  bottom: 0;
  left: -30%;
}

.cap-left:hover figcaption {
  left: 0;
}

.cap-right:before {
  bottom: 10px;
  right: 10px;
}

.cap-right figcaption {
  bottom: 0;
  right: -30%;
}

.cap-right:hover figcaption {
  right: 0;
}

.cap-top:before {
  top: 10px;
  left: 10px;
}

.cap-top figcaption {
  left: 0;
  top: -30%;
}

.cap-top:hover figcaption {
  top: 0;
}

.cap-bot:before {
  bottom: 10px;
  left: 10px;
}

.cap-bot figcaption {
  top: 0;
  margin: 3%;
  height: 83%;
  width: 94%;
}

.cap-bot:hover figcaption {
  top: 0px;
  margin: 3%;
  height:83%;
  width: 94%;
}

figcaption .lupa{
  width: 100%;
  height: 80px;
  background: url("../images/lupa.png") no-repeat center center;
}

figcaption h1{
  font-family: 'DIN-r';
  font-size: 17px;
  text-align: center;
  color: #000;
}

figcaption p{
  font-family: 'DIN-r';
  font-size: 14px;
  text-align: center;
  color: #000;
}

.fotos{
  width: 100%;
  margin: 0 auto;
}
