/* @override http://yagmour.ver2012/assets/styles/css.css
	http://yagmour.inv2012/assets/styles/css.css */

/* @group Estructura */

/*.wf-opensans-n4-loading { visibility: hidden; }*/

body {
	min-width: 940px;
	color: #656565;
	font: 400 14px/18px "Crimson Text", Georgia, "Times New Roman", Times, serif;
	overflow: auto;
	background-color: #f1efea;

}

body.lookbook, body.campana, body.backstage, body.beauty {
	background: #bcbcbc url(images/loading-bg.gif) repeat;
	height: 100%; width: 100%;
	min-height: 600px; 

}

.lookbook #footer, .campana #footer, .backstage #footer, .beauty #footer  {
	display: none;
}

/* Quité el scroll vertical para la home solamente */
body.home { 
	background-color: #fff;
}

.content {
	height: 100%; width: 100%;
	min-height: 600px; 
	min-width: 940px;
	}

p {
	margin-bottom: 1em;
}

.box p {
	line-height: 20px;
	margin-bottom: .5em;
}

a:link {
	color: #35af91;
	text-decoration: none;
}

a:visited {
	color: #35af91;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:active, a:selected { 
    border: none;
    outline: none;
}

strong {

	font-weight: 800;

}

/*
	Background Stretcher jQuery Plugin
	© 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

body.coleccion .bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}

/* Toque el position fixed (estaba en absolute) y puse overflow hidden */
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* REVISAR */

/*#bgstretcher ul li img {
	top: 58px;
	position: fixed;
}*/

#bgstretcher ul li.bgs-current {
	position: fixed;
	
}

/* Paginas estaticas */


.box {
	width: 930px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	overflow: hidden;
	clear: both;
}

.box-content {	
	overflow: hidden;		
	padding-bottom: 100px;
}
.box-content.formularios {
	background: url(images/body-line.png) repeat-y;
}

.box-content .head {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1dfdc;
	position: relative;
	background-color: #f1efea;
}


/* Caja de texto */

.box h1, .novedades .article h3 {
	color: #35af91;
	font: normal normal 38px/36px "Crimson Text",Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

.box h1, .novedades .article h3 a:link, .box h1, .novedades .article h3 a:visited {
	color: #6d6e70;
}
.box h1 {
	margin-bottom: .5em;
}
.box h3 {
	color: #860038;
	margin-bottom: .75em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.box h4 {
	margin-bottom: 1em;
	font: normal normal 16px "Crimson Text", Georgia, "Times New Roman", Times, serif;
}

.section {
	margin-bottom: 10px;


	}

.box .section:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.section p:last-child {
	margin-bottom: 0;
	}

.error h2 {
	margin-bottom: 1em;
	font-family: "Open Sans", "Helvetica Neue", "Arial", sans;
	font-size: 15px;
}

#sitemap li {
	background: url(images/bullet3.gif) no-repeat 0 center;
	padding-left: 10px;
	
}

#sitemap li.group {
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}

.error .box-content {
	padding-bottom: 40px;
}

/* Preload de Galleria */
#galleria div img, .campana .info-box, .lookbook .info-box, .home .info-box {display: none;}
.hidden { display: none !important; }
#load-ie { display: none; }

body.lookbook #load-ie, body.campana #load-ie, body.backstage #load-ie {
	display: block;
	position: absolute;
	padding: 25px 8px 8px 8px;
	top: 50%; left: 50%;;margin-top:-0px;margin-left:-38px;
	z-index: 0;

}




/* @end */

/* @group Forms */

/* General */

.message-box, #response div { 
	text-align: left; 
	padding: 5px 5px 5px 30px !important; 
	color:#545454 !important; 
	border-top: 2px solid #82cb2f; 
	border-bottom: 2px solid #82cb2f; 
	margin-bottom: 20px;
	background: #d7f7c4 url(images/iconos.png) no-repeat 8px -122px !important;
	}

form .error{
	position: relative;
	border: none;
	display: block;
	color: #f37e61;
	margin-top: 5px; 
	padding-left: 25px;
	background: transparent url(images/iconos.png) no-repeat 5px -170px;
	font-size: 13px;
}
p.flashdata {
	padding: 5px 10px;
	margin-bottom: 20px;
	
}
p.flashdata.error {
	border: 1px solid red;
	color: red;
	background-color: #febcbc;
}
#loading {
	position: relative;
	left: 5px; top: 2px;
}
	
.req { color: #4fc5ad; }



.box form fieldset { overflow: hidden; }

fieldset#experiencia1 legend {
display: none;
}

.box-content form li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	overflow: hidden;
	position: relative;
	}

.box-content form ul li label {
	text-align: left;	
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 16px;
	}

.box-content form input  {
	padding: 5px;
	border: 1px solid #e0e0e0;
	font-size: 15px;
	color: #3c3c3c;
	}

.box-content button {
	margin-bottom: 15px;
	}

.box-content form textarea {
	padding: 5px;
	width: 300px; height: 100px;
	border: 1px solid #e0e0e0;
	color: #3c3c3c;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.box-content form fieldset legend {
	display: none;
	}

.box-content form p {
	overflow: hidden;
	margin-bottom: 0;
	float: left;
	}
.box-content form {
	overflow: hidden;
}

input:focus { -moz-outline-style: none;

}

/* Form Contacto */

/* Form RRHH */

input#rhremun {
	width: 80px;
}

.formularios-rrhh .sr {
	display: none;
}

.radio .radio-group input {
	width: auto !important;
	float: left;
}

.radio .radio-group span label {
	position: relative;
	top: 3px;
}

.radio .radio-group span {
	float: left;
	width: 15%;
}

.radio .error {
	float: left;

}

form li.radio, form li.select-group {
margin-bottom: 8px;
padding-bottom: 8px;
clear: both;	
}


.formularios-rrhh fieldset fieldset {
	margin-bottom: 20px;
	padding-bottom: 10px;

	overflow: hidden;
}
.formularios-rrhh fieldset fieldset legend {
	display: block;
	text-transform: uppercase;
	font-family: "Open Sans", "Helvetica Neue", "Arial", sans;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	float: left;
	
		
}

p.intro {
	margin-bottom: 2em !important;
	float: none !important;
}

.formularios-rrhh fieldset fieldset ul {
	clear: both;
}

fieldset.experiencia {
	border-bottom: none !important;
	margin-bottom: 0 !important;
}

#form-rrhh  fieldset.file_upload {
	padding-bottom: 20px;
}

fieldset.file_upload input {
	margin: 10px;

}

/* Form Newsletter */

#form-newsletter .campo_nombre, #form-newsletter .campo_localidad {
	float: left;
	margin-right: 10px;
	}
#form-newsletter .campo_nombre input, #form-newsletter .campo_apellido input, #form-newsletter .campo_localidad input { width: 190px;  }

#form-newsletter  select {
	padding: 5px;
	border: 1px solid #e0e0e0;
	color: #3c3c3c;
	height:30px;
}

#form-newsletter .campo_fnac {
	margin-bottom: 10px;
}

.formularios h3 {
	text-transform: none;
	color: #4fc5ad;
	font-size: 18px;
}

/* @group Botones de formulario */

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer; 
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size: 13px;
	text-align: center; 
	background: transparent url(images/boton-brillo.png) no-repeat right -84px;

}
	
button.submitBtn span {
	padding: 6px 0 0 15px; 
	height: 29px; 
	background: transparent url(images/boton-brillo.png) no-repeat left top; 
	color: #262626;
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -126px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -42px;
}



/* @end */

/* Loading */
.formularios .boton-submit {
	position: relative;overflow: visible;
}
.formularios .loading {
	position: absolute; right: -30px; 
}


/* @end */

/* @group Home */

.home .breadcrumb { display: none; }
.home .section.main-callout {
	margin-bottom: 50px;
	margin-top: 40px;
}
.home .main-banner.right {
	float: right;
	height: 470px; 
	overflow: hidden;
}
.home .secondary-banners.left { width: 210px; }
.home .secondary-banners.left li { margin-bottom: 12px; }
.home .entrada {
	width: 280px;
	float: left;
	margin-right: 45px;
}
.home .entrada h3 {
	text-align: center;
	margin-bottom: 20px;
	font: 14px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
}
.home .entrada.ent-destacado h3 a { color: #ed3536 !important; }
.home .entrada.ent-backstage h3 a { color: #7598c6 !important; }
.home .entrada.ent-accesorios h3 a { color: #f3836c !important; }

.home .entrada .description {
	margin-top: 20px;
	text-align: center;
	font: 12px/20px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



.secondary-callout {
	clear: both;
	overflow: hidden;	
}

.home .entrada.last {
	margin-right: 0;
}

/* Slider */



.home-slider-container {
	position: relative;	
}

.home-slider, .home-slider li, .home-slider-container {
	width: 700px; height: 470px;
}

#home-banner-grande #controls  {
	display: block;
	overflow: hidden;
	}

#home-banner-grande #controls ol.controls {
	overflow: hidden;
	z-index: 10;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#home-banner-grande .controls li {
	float: left;
	margin-left: 5px;
	}
	
#home-banner-grande .controls a {
	display: block;
	padding: 5px 8px;
	background-color: #fff;
	border-radius:5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

#home-banner-grande .controls a:link, #home-banner-grande .controls a:visited {
	text-decoration: none;
	}	
#home-banner-grande .controls a:hover {
	text-decoration: none;
	}
	
#home-banner-grande ol.controls li.current a {
	background-color: #54b8b9;
	color: #fff;
	}

#home-banner-grande #controls .prevBtn, #home-banner-grande #controls .nextBtn {
	position: absolute;
	height: 100%;
	top: 0;
	width: 20%;
	text-indent: -99999px;
	display: none;
	}
/*	
#home-banner-grande #controls .prevBtn { left: 0;
	background: url(../images/slider_flecha_izq.png) no-repeat 10px 50%;
 }
#home-banner-grande #controls .nextBtn { right: 0;
	background: url(../images/slider_flecha_der.png) no-repeat 105px 50%;
}*/
#home-banner-grande .play-pause {
	position: absolute;
	right: 150px;
	bottom: 0;
	display: none;
	}


/* Banners animados */

.secondary-banners .banner { width: 210px; }
.secondary-banners .banner a {
	display: block;
	height: 113px;
	position: relative;
	overflow: hidden;
	}	
.secondary-banners .banner.large a { height: 220px;}	
.secondary-banners .banner a span {
	display: block;
	position: absolute;
	}	
.secondary-banners .banner a span.top { z-index: 2; }
.secondary-banners .banner a span.bottom { top: -113px;}
.secondary-banners .banner.large a span.bottom { top: -220px;}


/* @end */

/* @group Coleccion */

.time li { display: list-item; }


/* Flechas de navegación */

a.coleccion-nav, a.lookbook-nav {
	position: fixed;
	z-index: 455;
	display: block;
	width: 42px ; height: 83px;
	text-indent: -9999px;
	}

a#previousImage {
	top: 46%;
	display: block;
	left: 0;
	background: url(images/galeria-botones.png) no-repeat 0 0;
	cursor: pointer;
	}
a#previousImage:link, a#previousImage:visited { background: url(images/galeria-botones.png) no-repeat 0 0; }
a#previousImage:hover { background: url(images/galeria-botones.png) no-repeat 0 -133px;}
a#previousImage:active { background: url(images/galeria-botones.png) no-repeat -5px -133px; }	
a#previousImage.disabled, a#previousImage.disabled:hover, a#previousImage.disabled:visited:hover { background: url(images/galeria-botones.png) no-repeat 0 -266px; cursor:auto; }

a#nextImage {
	top: 46%;
	display: block;
	right: 0;
	background: url(images/galeria-botones.png) no-repeat -100px 0;
	cursor: pointer;
	}
a#nextImage:link, a#nextImage:visited { background: url(images/galeria-botones.png) no-repeat -100px 0;}
a#nextImage:hover { background: url(images/galeria-botones.png) no-repeat -100px -133px;}
a#nextImage:active { background: url(images/galeria-botones.png) no-repeat -93px -133px; }
a#nextImage.disabled, a#nextImage.disabled:hover, a#nextImage.disabled:visited:hover { background: url(images/galeria-botones.png) no-repeat -100px -266px; cursor:auto; }





/* @end */

/* @group Look book */

/* Ver galleria/lookbook */


/* @end */

/* @group Backstage */

.backstage .floating-box {
	position: relative;
	top: 30%;
width: 577px;
	margin: 0 auto;
	color: #f1f1f2;
	z-index: 500;
	text-shadow: #323232 0 0 4px;
	font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.backstage .floating-box h1 {
	background-image: url(images/ver2012-back-h1.png);
	width: 577px; height: 57px;
	text-indent: -99999px;
	margin-bottom: 30px;
}

.backstage .floating-box p {
	margin: 0 auto;
	margin-top: 10px;
	font-size: 16px;
	width: 400px;
	display: none;
}

.backstage .video-container {
	height: 240px;
}
.backstage .video-container object {
	-webkit-box-shadow: 0px 0px 30px 0px #000000;
	-moz-box-shadow: 0px 0px 30px 0px #000000;
	box-shadow: 0px 0px 30px 0px #000000; 
}

/* @end */

/* @group Jeans */

#jeans-slider {
	overflow: hidden;
	width: 100%;
}

.jeans { display: none; }

.jeans .box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #535353;
}

#jeans-slider li.slide.panel .wrapper {
	width: 940px !important;
	height: auto !important;
	margin: 0 auto;
	margin-top: 190px;
}


#jeans-slider li.slide.intro h2 {
	width: 550px;
	margin: 0 auto;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 40px;
	background: url(images/jeans-1971.png) no-repeat center bottom;
}

#jeans-slider li.slide.intro .wrapper {
	text-align: center;
}
#jeans-slider li.slide.intro .wrapper img {
	margin: 0 auto;
}

.jeans h1 {
	margin: 0 auto;
	position: relative;
	left: -10px;
	top: 45px;
	z-index: 20;
	text-indent: -99999px;
	width: 188px; height: 123px;
	background: url(images/jeans-portada-h1.png) no-repeat;

}


.jeans #jeans-slider {
	z-index: 2;

}


.jean {
	width: 300px;
	text-align: center;
	float: left;
	text-shadow: #fffefe 0 1px 1px;
	position: relative;
}

#jeans-slider .slide.intro strong {
	text-transform: uppercase;
	color: #104f83;
}

.jean img {
	margin: 0 auto;	
	margin-bottom: 20px;
}

.jean  h3 {
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
	}

.jean.camisa h3 { background-image: url(images/jeans-h3-camisa.png); }
.jean.canesu h3 { background-image: url(images/jeans-h3-slim-canesu.png); }
.jean.skinny h3 { background-image: url(images/jeans-h3-skinny.png); }
.jean.pollera h3 { background-image: url(images/jeans-h3-pollera.png); }
.jean.recta h3 { background-image: url(images/jeans-h3-pierna-recta.png); }
.jean.slim h3 { background-image: url(images/jeans-h3-pierna_slim.png); }



.jean .sku {
		font-family: "ProximaNova Bold","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #104f83;
}

.jean strong {
	color: #104f83;
}

.jeans a.ver-mas {
	font-family: "ProximaNova Bold","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 15px;
	position: absolute;
	top: 440px;
	left: 80px;
	color: #fffefe;
	text-shadow: #104f83 0 1px 1px;
	text-transform: uppercase;
	font-size: 11px;
	-moz-border-radius: 15px;
	border-radius:15px;
	-webkit-border-radius: 15px;
	behavior: url(/assets/styles/PIE.php);
}

.jeans a.ver-mas:link, .jeans a.ver-mas:visited {
	text-decoration: none;
	color: #fffefe;
	background-color: #b0b8c1;
}

.jeans a.ver-mas:hover {
	background-color: #83a0c1;
	text-decoration: none;
	color: #fffefe;
}

.jeans ul {
	
}


/* @end */

/* @group Beauty */

.beauty #bgstretcher ul li.bgs-current img { position: fixed !important; }
body.beauty {
	background: #f4f3ef url(../images/backgrounds/ver2012-fondo-beauty.jpg) no-repeat fixed center bottom !important;
}

.beauty .breadcrumb {
	top: 96px;
}
/* Submenu */

.beauty .subnav.title {
	z-index: 1;
	position: absolute;
	width: 530px;
	margin: 0 auto;
	}

.beauty .subnav.interior ul {
	overflow: hidden;
	margin: 0 auto;
	left: 0; 
	width: 350px !important;
	}

.beauty .subnav li { float: left; margin-right: 10px;}

.beauty .subnav li a {
	padding: 3px 10px;
	display: block;
	border: 1px solid transparent;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	font-size: 14px;
}

.beauty .subnav a:link, .beauty .subnav a:visited { color: #636466; }


.subnav a#tab-energia.selected { color: #f7941e; border-color: #f7941e; }
.subnav a#tab-espiritu.selected { color: #f07a9f; border-color: #f07a9f; }
.subnav a#tab-universo.selected {  color: #8dc63f; border-color: #8dc63f; }
.subnav a#tab-esencia.selected {  color: #8279ca; border-color: #8279ca; }


a#tab-energia.selected, a#tab-energia.selected:hover, a#tab-espiritu.selected, a#tab-espiritu.selected:hover, a#tab-universo.selected, a#tab-universo.selected:hover, a#tab-esencia.selected, a#tab-esencia.selected:hover { text-decoration: none; cursor: default;
}

/* Intro */

.subnav.title {
	position: relative !important;
	top: 0 !important;bottom: 0;
	}

.beauty.beauty .tabs.subnav {
	position: absolute;
	top: -50px;
	z-index: 50;
	}

div.tabs.subnav.interior {
	left: 390px;
}

.beauty .tabs.subnav


.subnav.title  ul.tabNavigation { 
	width: 100% !important; 
	overflow: hidden;

	 }

.beauty .box.floating.center { 	
	width: 610px;
	text-align: center;
	position: absolute;
	right: 50%;
	margin-right: -305px;
	top: 55%;
	margin-top: -205px;	
}


body.beauty.beauty, body.perfumes  {
	height: 100%;
	}


.beauty .box h1.title {
	width: 219px; height: 87px;
	margin: 0 auto;
	background: url(images/beauty-h1.png) no-repeat 0 0;
	text-indent: -99999px;
	padding: 0;
	margin-bottom: 20px;
	display: block;
	}

.box.floating.center .box-content { padding: 30px; }
.subnav.title a {
	width: 110px;
	padding-top: 122px !important;
	background-position: center top;
	background-repeat: no-repeat;
}
.subnav.title li {
	margin-right: 0;
}
.subnav.title #tab-home { background-image: url(images/beauty_home_xs.png); }
.subnav.title #tab-splash { background-image: url(images/beauty_splash_xs.png); }
.subnav.title #tab-eau { background-image: url(images/beauty_eau_xs.png); }
.subnav.title #tab-fleurs { background-image: url(images/beauty_perfume_xs.png); }
/* Productos */


/* Fleurs */

.beauty.fleurs h1 {
	background-image: url(images/fleurs_logo.jpg);
	width: 176px; height: 72px;
	text-indent: -99999px;
}
.beauty.eau h1 {
	text-indent: -99999px;
	background-image: url(images/eau_logo.jpg);
	width: 177px; height: 77px;
}


.beauty.beauty .box-content {
	background-color: transparent; 
	width: auto;
	}

.beauty .box-content {
	background-color: transparent; 
	width: 360px;

	}

.beauty .box.floating.right .aside {
	position: absolute;
	left: -130px;
	top: -150px;
	z-index: -1;

}

.box.floating.right .main {
	z-index: 10;
}

.beauty .box.floating.right .main {
	float: right;
	z-index: 130 !important;
}



.box.floating.right {
	position: absolute;
	right: 8%;
	width: 420px;
	padding-left: 360px;
	top: 25%;	
	}
	
.box.floating .box-content {
	padding:30px;
	background: transparent;
	}


.beauty .box.floating.right { 
	top: 50%; right: 50%; 
	margin-right: 0; 
	margin-left: 0;
	margin-top: -110px;
	margin-right: -390px;
	overflow: visible;
	}

.beauty .box.floating.right .box-content {
	margin-bottom: 0;
}

.beauty h4 {
	font: 36px "Crimson Text", Georgia, "Times New Roman", Times, serif;
	margin-bottom: .5em;
	}

.beauty.energia_positiva h4 { color: #f7941e;}
.beauty.espiritu_romantico h4 { color: #f07a9f;}
.beauty.universo_natural h4 { color: #8dc63f;}
.beauty.esencia_nativa h4 { color: #8279ca;}

.beauty p.first { font: 16px/22px "Crimson Text", Georgia, "Times New Roman", Times, serif; }

.beauty.index p.first {
	margin-bottom: 1.5em;
}

/* Perfumes */
body.beauty.eau, body.beauty.fleurs {
	overflow: hidden;
} 
.beauty .perfumes .box-content {
	top: 25%;
	position: absolute;
	text-align: center;
	overflow: visible;
	margin: 0 auto;
	width: 250px;
}

.beauty #galleria .fullscreen .galleria-stage .galleria-image-nav {
	display: none;
}

.box.floating.perfumes {
	position: fixed;
	background-color: #f3f3f3;
	overflow: visible;
	top: 0;
	width: 450px; height: 100% !important;
}

.beauty .volver {
	margin-top: 20px;
	display: block;
	position: relative;
}

.beauty .perfumes h1 {
	margin: 0 auto;
	margin-bottom: .75em;
}

.beauty .perfumes .producto {
	position: absolute; 
	top: 15px; left: 290px;
	z-index: 5000;
}

.beauty .perfumes p {
	margin-bottom: 1em;
}

.beauty .perfumes .foto {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 280px;
	display: none;
}




/* @end */

/* @group Locales */

.locales h3 {
	text-transform: none;
	color: #747474;
	margin-bottom: 2em;
	font-size: 15px;
	}

/* Tabs */

.locales .info {
	float: left;
	overflow: hidden;
	}

/* Tabs Navigation */

.locales ul.tabNavigation{
	position: absolute;
	top: 5px; right:30px;
	overflow: hidden;
	
}

.locales ul.tabNavigation li {
	display: block;
	float: left; 
	}

.locales ul.tabNavigation li a {
	font-size: 13px;
	font-family: "Open Sans","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 800;
	padding: 5px 10px;
	display: block;
	text-transform: uppercase;
	color:  #4fc5ad;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.locales ul.tabNavigation li a:link, .locales ul.tabNavigation li a:visited {
	text-decoration: none;  #4fc5ad;
	}

.locales ul.tabNavigation li a:hover {
	text-decoration: underline; 
	}

.locales ul.tabNavigation li a.selected {
	background-color: #4fc5ad; 
	color: #fff;

}

.locales ul.tabNavigation li a.selected:hover {
	text-decoration: none;
	color: #fff;
	}

/* Mapa */

.direcciones {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	
}

.locales .map_container{
	overflow: hidden;
	padding: 5px;
	border: 1px solid silver;
	background-color: #fff;
	margin-bottom: 20px;
	position: absolute;
	top: 0; right: 0;
}

.locales #map_canvas {
	height: 400px; width: 550px;
	display: block;
	position: relative;
	overflow: hidden;
}

#map_canvas .infobox-wrapper {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
	padding: 10px 20px 10px	10px;
	cursor: default;
}

#map_canvas .infoBox img {
	position: absolute;
	right: 5px; top: 5px;
}

#map_canvas .infoBox {
	padding-bottom: 20px;
	position: relative;
}

#map_canvas  span.tel {
	display: block;
}

#map_canvas span.datos, #map_canvas span.nombre {
	display: block;
}


.locations .flecha { display: none; }
#map_canvas .flecha {
	position: absolute;
	left: 46%;
	bottom: 6px;
	width: 20px;
	height: 15px;
	display: block;
	background: url(images/google-map-flecha.png) no-repeat 0 0;
	}

/* Lista */

.infobox .infobox-wrapper { overflow: hidden; }

.locations {
	width: 320px;
}

.locations .infobox {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	}

.locations li:last-child .infobox {
	border-bottom: none;
	}

.locations.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
	}

.locations .nombre { display: block; }
.locations .addr { display: none;}
.locations.interior .region { font-weight: 800; }
.locales .box .section ul { overflow: hidden; }
.local { margin-left: 5px;}
.locales .box .section {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	overflow: hidden;
	}



.addr {
	display: block;
}

.vcard .tel {
	display: block;
}

.infobox .tel {
	display: none;
}

.locales .nuevo {
	display: block;
	background: url(images/nuevo-etiqueta.png) no-repeat;
	width: 51px; height: 17px;
	text-indent: -9999px; 
	}

/* Excepciones segun Grupo de Locales */

#map_canvas .infobox-wrapper.gba .localidad, #map_canvas .infobox-wrapper.bsas .localidad  { display: none; }

#map_canvas .infobox-wrapper.interior .region, #map_canvas .infobox-wrapper.interior .localidad  {	display: none; }

#map_canvas .infobox-wrapper.outlets .localidad { display: none; }






/* @end */

/* @group Yagmour */

.yagmour .box .main {
	width: 370px;
	float: left;
}
.yagmour .brand { text-transform: capitalize; }
.yagmour .box h1, .yagmour .box blockquote  { color: #62c196; }
.yagmour .box blockquote {
	text-transform: uppercase;
	line-height: 20px;
	padding: 1em 0;
	border-top: 1px solid #92ccb2;
	border-bottom: 1px solid #92ccb2;
	margin-bottom: 1em;
}
.yagmour .box-content {
	margin-top: 70px;
	padding-left: 500px;
}
.yagmour .breadcrumb { border-bottom: none; }
.yagmour .box p { margin-bottom: 1em; }
.yagmour .box { overflow: visible; }
body.yagmour { background: url(../images/backgrounds/ver2012-fondo-empresa.jpg) no-repeat center 94px;}



/* @end */

/* @group Novedades */

/* Estructura */

.novedades .box-content {
	padding: 0;
	background: none;
}
.novedades .main-content {
	width: 670px;
	float: left;
	padding-bottom: 80px;
}

.section.article-content {
	width: 460px;
	margin-left: 210px;
}

.novedades .secondary-content {
	width: 230px;
	margin-left: 30px;
	float: left;
	line-height: 14px;
	position: relative;
}

.novedades a.boton {
	background: none;
	text-shadow: none;
	padding: 5px 0;
	font: 600 12px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.novedades a.boton:hover {
	text-decoration: underline;
}

.novedades h1 { display: none; }
.novedades .article h3 { color: #6d6e70; position: relative; top: -5px; }

.novedades .secondary-content p {
	margin-bottom: 1em;
	line-height: 18px;
	}

.article { position: relative; }

.novedades .article .date {
	float: left;
	font-size: 19px;
	font-weight: 800;
	color: #e49d92;
}

.article.noticia {
	float: left;
	padding-bottom: 2.5em;
	margin-bottom: 3.5em;
	border-bottom: 1px solid #e1dfdc;
}
.article.noticia:last-child {
	border-bottom: none;
}
.article.noticia.solo {
	border-bottom: none;
}

.article img {
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 auto;
	margin-bottom: 15px;
	background-color: #fffeff;
}

.article .byline {
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	overflow: hidden;
	text-transform: uppercase;

}

.article .byline li.date {
	float: left;
	margin-right: 15px; padding-right: 15px;
	border-right: 1px solid #ddd;
	padding-left: 22px;
	background: url(images/ver2012-iconos-16.png) no-repeat left -200px;
}


.novedades a.addthis_button_compact {
	margin-right: 15px;
	padding: 5px;
	background-color: #feffff;
	color: #404041;
}

span.at300bs.at15t_compact {
	background: url(images/ver2012-iconos-16.png) no-repeat left -300px;
	width: 16px; height: 16px; 
	margin-right: 5px;
}

.novedades  a.addthis_button_facebook_like {
	margin-left: 5px;
	height: 22px;
}

#channel_div div.video a.video-thumb img {
	width: 230px;

}

#channel_div a.video-thumb {
	border: 1px solid #ddd;
	display: block;
}

#channel_div a.video-link {
	position: relative;
	top: -6px;
}

.novedades #cboxCurrent {
	display: none !important;
}

div#channel_div {
	text-align: center;
}

.novedades .s-facebook {
	display: block;
	background-color: #fffdfa;

}


/* Update */

.novedades .update h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
}

.article .volver {
	margin-bottom: 1.5em;
	display: block;
}

.article h4 { 
	margin-bottom: .5em;
	font-size: 16px;
	font-weight: normal;
	color: #64bfa7;
	font-style: normal;
}

.article h5 {
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font: normal 800 12px "Open Sans", "Helvetica Neue", "Arial", sans;
}

.article p { margin-bottom: 15px; }

.article strong { 	
	font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	font-style: normal;
}
.brand { text-transform: uppercase; }

/* Columna Secundaria */

.novedades .box h2 {
	font: normal normal 17px/22px "Crimson Text", Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	margin-bottom: .5em;
	color: #404041;
	padding-right: 25px;
	background: url(images/ver2012-iconos-16.png) no-repeat;
}

.novedades .s-newsletter h2 { background-position: right 0px ; }
.novedades .s-nuevo h2 { background-position: right -50px; }
.novedades .s-youtube h2 { background-position: right -350px ; }

.novedades .secondary-content .section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1dfdc;
}

.novedades .secondary-content .section:last-child {
	margin-bottom: 0; 
}

.novedades .no-novedades {
	text-align: center;
}

/* @end */

/* @group Contacto */

.formularios .main-content {
	margin-left: 260px;
	}

.formularios .subnav {
	width: 220px;
	float: left;
	margin-right: 20px;
	}

.formularios li input {
	width: 300px;
}

.subnav dt {
	font: 13px "Open Sans", "Helvetica Neue", "Arial", sans;
	margin-bottom: .5em;
	font-weight: 600;
}

.subnav dl.vcard {
	margin-bottom: 1.5em;
}

.contacto.rrhh h3 {
	display: none;
}














/* @end */

/* @group IE */

/* Reglas para IE */
img { -ms-interpolation-mode:bicubic; 
display: block;}

/* @end */

/* @group Magento search form */
.search-autocomplete {
z-index:999;
}
.search-autocomplete ul {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
}
.search-autocomplete li {
border-bottom:1px solid #DDDDDD;
cursor:pointer;
padding:3px;
}
.search-autocomplete li .amount {
float:right;
font-family: "ProximaNova Bold", "Helvetica Neue", "Arial", sans;
}
.search-autocomplete li.selected {
}

/* @end */

/* @group Lightbox */

/* Override de Colorbox */


#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:50%; left:50%; width:100%;}


/* @end */




.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}



