@charset "utf-8";

article, div,  footer, header, nav, section{display:block;}
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0 ; }
body { line-height: 1 ; color: black ; background: white ; }
ol, ul { list-style: none ; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate ; border-spacing: 1px ; }
caption , th , td { text-align: left ; font-weight: normal ; }
block quote:before , block quote:after , q:before , q:after { content: "" ; }
blockquote, q { quotes: "" "" ; }
a { display:block ; text-decoration: none ; }
a  img{ border:none ;}



@font-face {
  font-family: 'quicksand';
  src: url('../fonts/new/quicksand-regular-webfont.eot');
  src: url('../fonts/new/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/quicksand-regular-webfont.woff') format('woff'),
    url('../fonts/new/quicksand-regular-webfont.ttf') format('truetype'),
    url('../fonts/new/quicksand-regular-webfont.svg#quicksandregular') format('svg');
  font-weight: 600;
  font-style: normal;
}



@font-face {
  font-family: 'quicksand';
  src: url('../fonts/new/quicksand-light-webfont.eot');
  src: url('../fonts/new/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/quicksand-light-webfont.woff') format('woff'),
    url('../fonts/new/quicksand-light-webfont.ttf') format('truetype'),
    url('../fonts/new/quicksand-light-webfont.svg#quicksandlight') format('svg');
  font-weight: 100;
  font-style: normal;
}



@font-face {
  font-family: 'quicksand';
  src: url('../fonts/new/quicksand-bold-webfont.eot');
  src: url('../fonts/new/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/quicksand-bold-webfont.woff') format('woff'),
    url('../fonts/new/quicksand-bold-webfont.ttf') format('truetype'),
    url('../fonts/new/quicksand-bold-webfont.svg#quicksandbold') format('svg');
  font-weight: bold;
  font-style: normal;
}



/* ////////////////////////////////////////////////// */
/* tag */

body,
.inner-body{
font-family:'quicksand', sans-serif; background-image: url(../images/new/bg/body.gif); font-weight: 600; 
}

/* ······································· */
/* footer */
footer{
  width: 100%;
  height: 250px;
  background-image: url(../images/new/bg/footer.jpg);
  }
  footer > section{
  	width: 960px;
  	height: 250px;
  	margin: auto;
  	}
  
  /* collections */
  footer .collections{
    width: 245px;
    }
    footer .collections .line{
      left: 190px;
      }
      
  /* measurements */
  footer .measurements{
    width: 250px;
    }
    footer .measurements .line{
      left: 195px;
      }
  
  /* about */
  footer .about{
    width: 185px;
    }
    footer .about .line{
      left: 140px;
      }
  
  /* newsletter */
  footer .newsletter{
    width: 265px;
    }
  
  footer .col{
    color: #fff;
    font-family: "arial",sans-serif;
    float: left;
    height: 200px;
    margin: auto;
    text-align: left;
    position: relative;
    }
    footer .col .line{
      width: 2px;
      height: 150px;
      position: absolute;
      top: 30px;
      background-position: -967px 0;
      }
      
    footer .col h4{
      width: 200px;
      margin: 40px 0 5px;
      padding: 5px 0; 
      color: #9d9086;
      text-transform: uppercase;
      font-family: 'quicksand', sans-serif;
      font-weight: 600;
      }
    footer .col ul li{
      line-height: 20px;
      }
      footer .col ul li a{
      	width: auto;
      	display: inline;
        color: #fff;
        font-size: 12px;
        font-family: 'quicksand', sans-serif;
        font-weight: 100;
        }
        footer .col ul li a:hover{
          color: #9d9086;
          }

  footer .pie{
    width: 960px;
    height: 40px;
    font-family: "arial",sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin: auto;
    padding: 10px 0 0;
    }
    footer .pie li:first-child{
      border-left: none;
      padding: 0 10px 0 0 ;
      }
    footer .pie li{ 
      margin-top: 12px;
      height: 10px;
      padding: 0px 10px;
      border-left: 1px solid #776d65;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      }
      footer .pie li a{
        font-size: 11px; 
        color: #776d65;
        }
        footer .pie li a:hover{
          color: #9f968f;  
          }
    
/* ······································· */
/* nav */
nav,nav ul{
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
  text-align: center;
  }
  nav ul li:first-child{
    border-left: none;
    }
  nav ul li{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    border-left: 1px solid #c2b3ae;
    padding: 0px 20px;    
    }

    nav ul li a{
      color: #c2b3ae;
      font-family:'quicksand', sans-serif;
      font-weight: 100;
      font-size: 15px;
      text-transform: uppercase; 
      }
      nav ul li a:hover{
        color: #000;
        font-family:'quicksand', sans-serif;
        font-weight: bold;
        }

	nav ul li a.on,
	nav .ui-tabs-selected a, 
	nav .ui-state-active a
{
      color: #000;
      font-family:'quicksand', sans-serif;
      font-weight: bold;
      }
		
/* ······································· */
/* header */
header{
  width: 100%;
  height: 68px;  
  position: relative;
  background-image: url(../images/new/bg/header.png);
  z-index: 80;
  }
  header section{
    width: 960px;
    height: 60px;
    margin: auto;
    position: relative;
    background-position: 0 -4px;
    }
    
    /* logo */
    header section .logo{
      width: 200px;
      height: 40px;
      float: left;
      margin-top: 10px;
      background-position: -686px 125px;
      }
    
    /* menu */  
    header section ul.menu{
      width: auto;
      height: 40px;
      float: right;
      margin-top: 25px;
      }
      
      /* botones */
      header section ul.menu li:first-child{border-left: none;}
      header section ul.menu li{
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display:inline;
        width: auto;
        padding:0 20px;
        border-left: 1px solid #fff;
        }
        header section ul.menu li a:hover{color: #dad6d1;}
        header section ul.menu li a{
          color: #fff;
          font-size: 13px;
          font-family: 'quicksand',sans-serif;
          font-weight: 100;
          }
    
    /* boton cuenta/login */
    header section .account{
      width: 128px;
      height: 57px;
      float: right;
      margin-top: 12px;
      z-index: 50;
      }
      
      /* bot */
      header section .account .bot{
        width: 128px;
        height: 40px;
        background: #222;
        background-position: -5px -81px;
        z-index: 50;
        }
        header section .account .bot:hover{
          background-position: -5px -125px;
          }
      
      /* submenu */  
      header section .account ul{
        display: none;
        width: 183px;
        height: 121px;
        position: relative;
        text-align: center;
        background-position: -974px -13px;
        left: 0px;
        margin: 13px 0 0 -92px;
        padding: 20px 20px 20px;
        z-index: 50;
        }
        
        header section .account ul li .line{
          width: 180px;
          height: 2px;
          background-position: 0px -75px;
          
          }
          
        header section .account ul li{
          line-height: 40px;
          text-align: center;
          }
          header section .account ul li a:hover{color: #dad6d1;}
          header section .account ul li a{
            font-size: 16px;
            text-align: center !important;
            color: #fff;
            }
            


/* ////////////////////////////////////////////////// */
/* clases */

/* ······································· */

.ul-1 {
	margin: 20px auto;
}
/* articulos */
.art-1{
  width: 182px;
  height: auto;
  min-height: 350px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  }
  .art-1  .news{
    width: 40px;
    height: 40px;
    background-position: -538px -75px;
    position: absolute;
    top: 1px;
    left: 1px;
    }
  .art-1 > img{
    border: 1px solid #edecec;
    }
  .art-1  .nombre{
    text-align: center;
    font-family:'quicksand',sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin:10px 0 6px;
    min-height: 50px;
    color: #000;
    }
  .art-1  .note{
    text-align: center;
    font-family:'quicksand',sans-serif;
    font-weight: 100;
    font-size: 9px;
    margin-bottom: 6px;
    color: #000;
    }
  .art-1  .precio{
    text-align: center;  
    font-family:'quicksand',sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    }
    
.art-2{
  width: 220px;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  }

  .art-2 .portada{
    
    text-align: center !important;
    }

  .art-2 .info{
    text-align: center;
    font-family:'quicksand',sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    text-align: center;
	color: black;
	text-decoration: none !important;
    }
	
	.art-2 a:hover{
		text-decoration: none !important;
	}
	
	.art-2 .portada-container{
		border: 1px solid #cccccc !important;
		text-align: center !important;
		margin: 0 auto;
		width: 221px;
		height: 230px;
		background-color: white;
	}

/* ······································· */
/* box 1 */
.box-1{
  width: 100%;
  height: auto;
  background: url(../images/new/sombra.png) no-repeat top;
  padding: 31px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
  }
  .box-1 article{
    border: 1px solid #cecece;
    padding-top: 1px;
    width: 960px;
    height: auto;
    margin: auto;
    background: #fff;
    }
    .box-1 article .contenido{
      width: auto;
      height: auto;
      margin:7px;
      padding: 0 50px 40px;
      background-image: url(../images/new/bg/box.gif);
      }
        
  .box-1 .sombraBottom{
    width: 960px;
    height: 15px;
    margin: auto;
    background-position: 0px -173px;
    }
    
/* ······································· */
/* box 2 */
.box-2{
  border: 1px solid #ffffff;
  outline: 1px solid #c3c3c3;
  width: 100%;
  height: auto;
  background: url(../images/new/bg/body-section.gif);
  padding: 30px 0;
  margin: -40px 0 -50px;
  position: relative;
  z-index:-1;
  }
  .box-2 article{
    width: 960px;
    height: auto;
    margin: auto;
    padding: 50px 0 50px;
    text-align: center;
    }
    
/* ······································· */
/* box 3 */
.box-3{
  width: 100%;
  height: auto;
  padding: 15px 0 20px;
  position: relative;
  z-index: 3;
  }
  .box-3 > article{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 960px;
    height: auto;
    margin: auto;
    background: #fff;
    outline: 1px solid #ffffff;
    border-top: 1px solid #6a6157;
    border-bottom: 1px solid #6a6157;
    }
        
  .box-3 .sombraBottom{
    width: 960px;
    height: 15px;
    margin: auto;
    background-position: 0px -173px;
    }
/* ······································· */
/* botones */

.botLeft{
    width: 100%;
    text-align: left;
    }
.botRight{
    width: 100%;
    text-align:right ;
    }
.bot-buy{
    width: 152px;
    height: 30px;
    background-position: -311px -80px;
    font-family: 'quicksand', sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    cursor: pointer;
    }
    .bot-buy:hover{
      background-position: -311px -126px;
      }
      
/* ······································· */
.clearfix{
	clear: both;
	}
/* ······································· */
/* columna */
.col-1{
  text-align: left;
  width: 400px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display:inline;
  }
  
.col-2{
  text-align: left;
  width: 300px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display:inline;
  }




/* ······································· */
/* detalle */
.detalle{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
  }
  
  /* thumbnail */
  .detalle .thumbnail{
    float: left;
    width: 90px;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    }
    .detalle .thumbnail li{
      width: 90px;
      height: 90px;
      margin-bottom: 15px;
      border: 1px solid #e5e5e5;
      overflow: hidden;
      }
    
  /* imagen */  
  .detalle .imagen{
    text-align: left;
    float: left;
    width: 390px;
    height: auto;
    margin-right: 20px;
    }
    .detalle .imagen .img{
      width: 390px;
      height: 460px;
      border: 1px solid #e5e5e5;
      overflow: hidden;
      }
    .detalle .imagen .zoom{
      font-size: 14px;
      margin: 20px 0px;
      }
      .detalle .imagen .zoom .ico{
        width: 11px;
        height: 11px;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display:inline;
        margin: 3px 10px 0 0;
        background-position: -578px -75px;
        }
      
  /* descripcion */
  .detalle .descripcion{
    float: left;
    width: 400px;
    height: auto;
    text-align: left;
    margin-bottom: 30px;
    }
    .detalle .descripcion .titulo{
      width: 320px;
      font-size: 23px;
      color: #292929;
      font-family: 'quicksand', sans-serif;
      font-weight: 600;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display:inline;
      }
    .detalle .descripcion .precio{
      font-size: 23px;
      color: #292929;
      display: inline-block;
      font-family: 'quicksand', sans-serif;
      vertical-align: top;
      font-weight: bold;
      zoom: 1;
      *display:inline;
      }
    .detalle .descripcion .share{
      width: 400px;
      text-align: right;
      height: 25px;
      margin: 25px 0px;
      }
      .detalle .descripcion .share li{
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display:inline;
        }
        
    .detalle .descripcion .text{
      font-size: 14px;
      line-height: 25px;
      }
      
    .detalle .descripcion .comprar{
      font-family: 'quicksand', sans-serif;
      margin-top: 20px;
      font-weight: bold;
      }
      .detalle .descripcion .comprar span{
        display: inline-block;
        vertical-align: top;
        width: 240px;
        zoom: 1;
        *display:inline;
        padding-top: 13px;
        }
      .detalle .descripcion .comprar .bot-addCart{
        width: 152px;
        height: 30px;
        background-position: -311px -80px;
        font-family: 'quicksand', sans-serif;
        font-weight: 100;
        color: #fff;
        text-align: center;
        padding-top: 12px;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display:inline;
        }
        .detalle .descripcion .comprar .bot-addCart:hover{
          background-position: -311px -126px;
          }

/* ······································· */
/* links */
.link{
	color: #3e2c26 !important;
	}
	.link:hover{
		color: #d5cac6 !important;
		}

/* ······································· */
/* margenes */
.margin-top-1   { margin-top:    10px;}
.margin-left-1  { margin-left:   10px;}
.margin-right-1 { margin-right:  10px;}
.margin-bottom-1{ margin-bottom: 10px;}

.margin-top-2   { margin-top:    20px;}
.margin-left-2  { margin-left:   20px;}
.margin-right-2 { margin-right:  20px;}
.margin-bottom-2{ margin-bottom: 20px;}

.margin-top-3   { margin-top:    30px;}
.margin-left-3  { margin-left:   30px;}
.margin-right-3 { margin-right:  30px;}
.margin-bottom-3{ margin-bottom: 30px;}

.margin-top-4   { margin-top:    40px;}
.margin-left-4  { margin-left:   40px;}
.margin-right-4 { margin-right:  40px;}
.margin-bottom-4{ margin-bottom: 40px;}

.margin-top-5   { margin-top:    50px;}
.margin-left-5  { margin-left:   50px;}
.margin-right-5 { margin-right:  50px;}
.margin-bottom-5{ margin-bottom: 50px;}

.margin-top-6   { margin-top:    60px;}
.margin-left-6  { margin-left:   60px;}
.margin-right-6 { margin-right:  60px;}
.margin-bottom-6{ margin-bottom: 60px;}


/* ······································· */
/* newsletter footer */
.newsletterFooter{
  height: 30px;
  position: relative;
  width: 261px;
  }
  .newsletterFooter input{
    border: none;
    display:inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    font-family: 'quicksand',sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #80807f;
    height: 28px;
    padding-left: 10px;
    width: 160px;
    }
  .newsletterFooter .bot{
    display:inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    margin-left: 10px;
    border: none;
    height: 31px;
    padding-left: 0;
    text-align: center;
    width: 70px;
    background: none;
    background-position: -465px -73px;
    cursor: pointer;
    }
    .newsletterFooter .bot:hover{
      background-position: -465px -105px;
      }
    
/* ······································· */
/* look */

.lookBanner{
  width: 100%;
  height: auto;
  padding: 31px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
  }
  .lookBanner article{
    border: 1px solid #cecece;
    padding-top: 1px;
    width: 960px;
    height: 380px;
    margin: auto;
    background: #fff;
    }
    
    .lookBanner article .contenido{
      width: 940px;
      height: 240px;
      margin:10px;
      background-image: url(../images/movembor/launch_collection.jpg);
      padding-top: 120px; 
      }
      .lookBanner article .titulo{
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 0px 1px 2px #000;
        text-transform: uppercase;
        margin-bottom: 25px;
        }
      .lookBanner article .line-3{
        width: 600px !important;
        margin: auto;
        }
      .lookBanner article .info{
        margin-top: 25px;
        color: #fff;
        font-size: 20px;
        text-shadow: 0px 1px 2px #000;
        line-height: 25px;
        }
        
  .lookBanner .sombraBottom{
    width: 960px;
    height: 15px;
    margin: auto;
    background-position: 0px -173px;
    }
    
    
.lookImagen-1{
  width: 270px;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  }
  .lookImagen-1 .lupas li{
    width: 37px;
    height: 36px;
    position: absolute;
    }
    .lookImagen-1 .lupas li a{
      width: 37px;
      height: 36px;
      background-position: -626px -77px;
      }
  .lookImagen-1 .portada{
    width: 250px;
    height: auto;
    border: 1px solid #d3cdc8;
    background: #fff;
    padding: 10px;
    }
    .lookImagen-1 .portada div{
      width: 250px;
      height: auto;
      padding: 0px;
      margin: 0px;
      }
  .lookImagen-1 .sombraBottom{
    background-position: -624px -150px;
    width: 270px;
    height: 20px;
    }
    
.lookImagen-2{
  width: 333px;
  height: 370px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  }
  .lookImagen-2 .portada{
    width: 310px;
    height: 300px;
    border: 1px solid #d3cdc8;
    padding: 10px;
    overflow: hidden;
    }
    .lookImagen-2 .portada div.img{
      width: 310px;
      height: 300px;
      overflow: hidden;
      position: relative;
      text-align: center;
      }
  .lookImagen-2 .sombraBottom{
    background-position: -624px -150px;
    width: 270px;
    height: 20px;
    }
    
.lookImagen-1 .ubicacion-lupa-1 { 
	left: 98px;
	top: 80px; 
	}

.lookImagen-1 .ubicacion-lupa-2 { 
	left: 100px;
	top: 181px;
	}

.lookImagen-1 .ubicacion-lupa-3 { 
	left: 130px;
	top: 125px;
	}
	
.lookImagen-1 .ubicacion-lupa-4 { left: 215px; top: 240px;}

.lookImagen-2 .ubicacion-lupa-1 { left: 50px; top: 80px;  }
.lookImagen-2 .ubicacion-lupa-2 { left: 30px; top: 220px; }
.lookImagen-2 .ubicacion-lupa-3 { left: 130px; top: 153px;}
.lookImagen-2 .ubicacion-lupa-4 { left: 215px; top: 240px;}

.lookImagen-3 .ubicacion-lupa-1 { left: 50px; top: 80px;  }
.lookImagen-3 .ubicacion-lupa-2 { left: 30px; top: 220px; }
.lookImagen-3 .ubicacion-lupa-3 { left: 130px; top: 153px;}
.lookImagen-3 .ubicacion-lupa-4 { left: 215px; top: 240px;}

.lookDescripcion{
  width: 410px;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: left;
  }
  .lookDescripcion .titulo{
    font-size: 17px;
    font-family: 'quicksand', sans-serif;
    font-weight: bold;
    }
    
  .lookDescripcion p{
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0;
    }
  
  .lookDescripcion .line-2{
    margin: 20px 0;
    }
  
  .lookDescripcion .botLeft{
    width: 100%;
    text-align: left;
    }
  .lookDescripcion .botRight{
    width: 100%;
    text-align:right ;
    }
  .lookDescripcion .bot-buy{
    width: 152px;
    height: 30px;
    background-position: -311px -80px;
    font-family: 'quicksand', sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display:inline;
    cursor: pointer;
    }
    .lookDescripcion .bot-buy:hover{
      background-position: -311px -126px;
      }



    
/* ······································· */
/* lines */
.line-1{ 
  width: 100%; 
  height: 4px; 
  background-image: url(../images/new/bg/line-bar.gif);
  }
  
.line-2{ 
  width: 100%; 
  height: 1px; 
  background-image: url(../images/new/bg/line-point.gif);
  }
  
.line-3{ 
  width: 100%; 
  height: 1px; 
  background: #000;
  box-shadow: 0px 1px 1px #ccc;
  }
  
/* ······································· */
/* unicacion */
.ubicacion{
  padding: 10px 10px;
  width: 910px;
  height: 15px;
  margin: 0 auto;
  text-align: left;
  display: block;
  border-top: 1px solid #e1d9ce;
  border-bottom: 1px solid #e1d9ce;
  color: #1d1916;
  font-family: 'quicksand',sans-serif;
  font-weight: 600;
  }
  .ubicacion li{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    font-size: 15px;
    text-transform: uppercase;
    }
    .ubicacion li div.ubActual{
      background: #e1d9ce;
      height: 25px;
      margin-top: -10px;
      color: #999;
      padding: 10px 10px 0 10px;
      font-family: 'quicksand',sans-serif;
      font-weight: 100;
      }
    .ubicacion li a{
      color: #999;
      padding: 0 10px 0 10px;
      font-family: 'quicksand',sans-serif;
      font-weight: 100;
      }
      .ubicacion li a .icon{
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline;
        width: 7px;
        height: 13px;
        margin-left: 10px;
        background-position: -594px -75px;
        }
        

.screenreader {position:absolute;left:-9999px;}


/* ······································· */
/* text */
.text-1{
  font-size: 25px;
  line-height: 30px;  
  }
   
.text-2{
  font-size: 17px;
  line-height: 23px;  
  color: #bbb;
  }
  
.text-3{
  font-size: 16px;
  line-height: 23px;  
  font-weight: bold;
  color: #000;
  }

.text-4{
  font-size: 11px;
  line-height: 23px;
  font-weight: 600;
  color: #111;
  }


/* ······································· */
/* titulo */
.titulo-1{
  padding-top: 20px;
  width: 100%;
  height: 25px;
  text-align: center;
  display: block;
  }
  .titulo-1 h2{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: auto;
    *display: inline;
    text-align: center;
    font-size: 30px;
    color: #1c1916;
    text-transform: uppercase;
    font-family: 'quicksand',sans-serif;
    font-weight: bold;
    }
  .titulo-1 .orn{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 11px;
    background-position: -580px -93px;
    width: 40px;
    height: 8px;
    }

.titulo-2{
  padding-top: 5px;
  width: 940px;
  height: 46px;
  margin: 15px auto 0;
  text-align: center;
  display: block;
  text-shadow: 0px 1px 1px #f5f4f2;
  color: #1d1916;
  font-size: 40px;
  font-family: 'quicksand',sans-serif;
  font-weight: bold;
  background-image: url(../images/new/bg/titulo-3.gif);
  text-transform: uppercase;
  }

.titulo-3{
  padding-top: 20px;
  width: 100%;
  height: 25px;
  text-align: center;
  display: block;
  }
  .titulo-3 h2{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: auto;
    *display: inline;
    text-align: center;
    font-size: 20px;
    color: #1c1916;
    font-family: 'quicksand',sans-serif;
    font-weight: bold;
    }
  .titulo-3 .orn{
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 11px;
    background-position: -603px -76px;
    width: 20px;
    height: 5px;
    }
    
.titulo-4{
  padding: 10px 30px;
  width: 870px;
  height: 20px;
  margin: 0 auto;
  text-align: left;
  display: block;
  border-top: 1px solid #e1d9ce;
  border-bottom: 1px solid #e1d9ce;
  color: #1d1916;
  font-size: 20px;
  font-family: 'quicksand',sans-serif;
  font-weight: 100;
  }
  
  

      
/* ////////////////////////////////////////////////// */
/* general */


footer .col .line,

header section,
header section .account ul,
header section .account .bot,
header section .logo,
header section .account ul li .line,

.newsletterFooter .bot,

.box-1 .sombraBottom,
.box-3 .sombraBottom,

.titulo-1 .orn,
.titulo-3 .orn,

.art-1  .news,

.ubicacion li a .icon,
.detalle .imagen .zoom .ico,
.detalle .descripcion .comprar .bot-addCart,

.lookImagen-1 .lupas li a,
.lookBanner .sombraBottom,

.bot-buy

{background-image: url(../images/new/sprite.png);}

/*tabs*/
.ui-tabs .ui-tabs-hide { display: none !important; }

.collection-image-container{
	width: 960px;
	margin: 0 auto;
}

.collection-image-container img{
	width: 960px;
}

#perfect-fit-container .text-2 {
	font-size: 13px;
    line-height: 19px; 
}  

/* BUTTONS 
.new-btn{
	background-image: url(../images/new/blue_buttons_sprite.png);
	height: 75px;
}

#view-collection-new-btn {
	width: 295px;
	background-position: -7px -249px;
}

#view-collection-new-btn:hover {
	background-image: url(../images/new/blue_buttons_sprite.png);
	background-position: -311px -249px;
}

#update-new-btn{
	width: 295px;
	background-position: -7px -339px;
}

#update-new-btn:hover {
	background-image: url(../images/new/blue_buttons_sprite.png);
	background-position: -313px -340px;
}

#checkout-new-btn{
	width: 295px;
	background-position: -7px -422px;
}

#checkout-new-btn:hover {
	background-image: url(../images/new/blue_buttons_sprite.png);
	background-position: -311px -423px;
}*/
