/* BEGIN 1:estructura.css */
@charset "utf-8";

/* CSS Document */

/*--genericos--*/
article, aside, details, figcaption, figure, #footer, header, hgroup, nav, section {
	display: block;
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){
	#footer,header{
		min-width: 0 !important; 
	}
}
#footer,header{
		min-width: 550px;
}


audio, canvas, video {
	display: inline-block; *
	display: inline; *
	zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #222;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}

#ItxOrderConfirmationPage body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
	padding-bottom: 0 !important;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
a {
	text-decoration: none;
}
a:focus, input:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre, code, kbd, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	/*cursor: pointer;*/
}
legend {
	border: 0; *
	margin-left: -7px;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline; *
	vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button; *
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0; *
	width: 13px; *
	height: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
	background-color: #f0dddd;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}
/*--fin genericos--

/*--estructura general--*/
body, html {
	/*height: 100%;*/
}
body {
	font-family: "Trebuchet MS","cgRegular","Helvetica",sans-serif;
}
/*--fin estructura general--*/

/*--contenido--*/
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){
	#content {
		min-height: 0px !important;
	    min-width: 0px !important;
	}
}
#content {
	height: 100%;
    min-height: 550px;
    min-width: 990px;
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){
	#content.center {
		width:90%;
	}
}
#content.center {
	max-width:1440px;
	margin: 0 auto;
	width:90%;
	position:relative;
}
/*--fin contenioo--*/

/*--mensaje de error en newsletter--*/
#news_error {
	display:none;
	font-family: "cgRegular", "Helvetica", sans-serif;
	font-size:10px;
	position:absolute;
	left:21px;
	margin-top:25px;
}
/*--fin mensaje de error en newsletter--*/

/*--modal grande*/
#big_modal {
	display:none;
	position:absolute;
	left:5%;
	top:5%;
	width:90%;
	height: 90%;
	background-color: white;
	 overflow:hidden !important;
	 padding-bottom:20px;
}

/*--modal generica--*/
#general_modal {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:680px;
	/*margin-top:-150px;*/
	margin-left:-340px;
	padding-top:50px;
	padding-bottom:50px;
}
#general_modal a.close_modal {
	position:absolute;
	top:10px;
	right:32px;
	*right:0;
	*left:636px;
	width:12px;
	height:12px;
	cursor:pointer;
}
#general_modal p.title {
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#general_modal #scrollable p.title {
	*width:612px;
}
#general_modal p.subtitle {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
}
#general_modal p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:35px;
	margin-top:0;
	margin-bottom:0;
	float:left;
	width:90%;
	text-align:left;
}

#general_modal_sec {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:680px;
	/*margin-top:-150px;*/
	margin-left:-340px;
	padding-top:50px;
	padding-bottom:50px;
}
#general_modal_sec a.close_modal {
	position:absolute;
	top:10px;
	right:32px;
	*right:0;
	*left:636px;
	width:12px;
	height:12px;
	cursor:pointer;
}
#general_modal_sec p.title {
	margin-bottom:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}



#general_modal_sec p.subtitle {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
}
#general_modal_sec p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:35px;
	margin-top:0;
	margin-bottom:0;
	float:left;
	width:90%;
	text-align:left;
}

#large_modal_2 p.infor{
	text-align: left;
}

#general_modal p.infor{
	display: block;
    font-size: 10px;
/*    line-height: 11px;*/
    margin: 3px 0 0;
    padding: 0;
    border-bottom-color: #9F9F9F;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    width: 100%;
    color: #B0B0B0;
    margin-bottom:-14px;
    margin-top:0;
}

#general_modal p.infor2{
	display: block;
    font-size: 10px;
/*    line-height: 11px;*/
    margin: 3px 0 0;
    padding: 0;
    border-bottom-color: #9F9F9F;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    width: 100%;
    color: #B0B0B0;
    margin-bottom:-14px;
    margin-top:0;
}

#general_modal_sec p.infor{
		display: block;
    font-size: 10px;
/*    line-height: 11px;*/
    margin: 3px 0 0;
    padding: 0;
    border-bottom-color: #9F9F9F;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    width: 100%;
    color: #B0B0B0;
    margin-bottom:-14px;
    margin-top:0;
}

#general_modal_sec #scrollable p.title {
	*width:612px;
}

#large_modal p.infor{
	display: block;
    font-size: 10px;
/*    line-height: 11px;*/
    margin: 0 0 -14px 0;
    padding: 0;
    border-bottom-color: #9F9F9F;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    width: 100%;
    color: #B0B0B0;
	
}

#general_modal .boton {
	float:left;
	margin:30px 0 0 35px;
	width:90%;
	border-top:1px solid #9f9f9f;
	padding-top:15px;
	padding-bottom:10px;
}
#general_modal_sec .boton {
	float:left;
	margin:30px 0 0 35px;
	width:90%;
	border-top:1px solid #9f9f9f;
	padding-top:15px;
	padding-bottom:10px;
}
#general_modal .boton a.acc_butt {
	float:right;
	margin:0;
	clear:none;
}
#general_modal_sec .boton a.acc_butt {
	float:right;
	margin:0;
	clear:none;
}
a.acc_butt.main {
    background-color: #000000;
}

#general_modal input[disabled] {
	background-color:#F0F0F0 !important;
}
#general_modal_sec input[disabled] {
	background-color:#F0F0F0 !important;
}

#general_modal .boton a.acc_butt.l {
	float:left;
}
#general_modal_sec .boton a.acc_butt.l {
	float:left;
}
#general_modal .row {
    float:left;
    margin:15px 0 25px 35px;
    width:90%;
}

#general_modal .row.factura {
	margin-top: 20px !important;
}

#general_modal_sec .row {
    float:left;
    margin:15px 0 25px 35px;
    width:90%;
}
#general_modal .block {
    float:left;
	display:block\0/IE9;
	*display:block;
    position:relative\0/IE9;
    *position:relative;
    padding-bottom:11px;
    width:47%;
	margin:20px 0 0 35px;
	*height:42px;
}
#general_modal_sec .block {
    float:left;
	display:block\0/IE9;
	*display:block;
    position:relative\0/IE9;
    *position:relative;
    padding-bottom:11px;
    width:47%;
	margin:20px 0 0 35px;
	*height:42px;
}
#general_modal .row .block {
	margin:0 0 0 10px;
}

#general_modal .block.r {
    float:right;
}
#general_modal_sec .row .block {
	margin:0 0 0 10px;
}

#general_modal_sec .block.r {
    float:right;
}
#general_modal #recuperarPassForm2 .block {
	width:44%;
}
#general_modal .row.form {
    margin:5px 0 0 35px;
}
#general_modal .row.form.selects {
  margin: 5px 0 20px 35px;
}
#general_modal_sec .row.form {
    margin:5px 0 0 35px;
}
#general_modal .opt_check {
    border-bottom-color: #9F9F9F;
}

#general_modal .opt_check {
    float: left;
    margin: 10px 0 10px 10px;
    padding: 0 0 10px;
    width: 100%;
}

#general_modal .privatePolicyNewsletter .opt_check{
	margin: 10px 0;
}

#general_modal .opt_check li {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
	*position:relative;
}

#general_modal .opt_check li p.error {
	*top:17px !important;
	*left:17px !important;
}

#general_modal .opt_check li label a {
    color: #222222;
}

#general_modal .opt_check li label a {
    text-decoration: underline;
}

#general_modal .opt_check li label {
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-top:1px;
    width:96%;
}


#general_modal .block label {
    color:#000000;
    cursor:default;
    float:left;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-bottom:3px;
    width:100%;

}
#general_modal_sec .block label {
    color:#000000;
    cursor:default;
    float:left;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    margin-bottom:3px;
    width:100%;

}

#general_modal .row .block.telefono {
	height: 55px;
	position: relative;
}
#general_modal_sec .row .block.telefono {
	height: 55px;
}

form .inputTip, form .inputTip2 {
	padding: 3px 3px 5px;
	color: #595959!important;
	background: #ffffee;
    position: static !important;
    left: 0;
    margin: 0!important;
    bottom: -11px;
    display: none;
}	

#general_modal .block input {
    border-color: #8B8889 !important;
    color: #000000;
    width: 70%;
    border-style: solid !important;
    border-width: 1px !important;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 1px 0 1px 5px;
	*margin-left:-35px;
	*margin-right:30px;
	display:block;
	background:none;
}
#general_modal_sec .block input {
    border-color: #8B8889 !important;
    color: #000000;
    width: 70%;
    border-style: solid !important;
    border-width: 1px !important;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 1px 0 1px 5px;
	*margin-left:-35px;
	*margin-right:30px;
	display:block;
	background:none;
}


#general_modal .block input.prefijo{
	margin-right: 5px;
    width: 10% !important;
}
#general_modal_sec .block input.prefijo{
	margin-right: 5px;
    width: 10% !important;
}

#general_modal .block input.telefono{
	width: 56% !important;
}
#general_modal_sec .block input.telefono{
	width: 56% !important;
}

:Root #general_modal .block input {
	padding-top:3px\0/IE9 !important;
	padding-bottom:3px\0/IE9 !important;
}  /*IE9*/
:Root #general_modal_sec .block input {
	padding-top:3px\0/IE9 !important;
	padding-bottom:3px\0/IE9 !important;
}  /*IE9*/
#general_modal .row .block input {
	*margin-left:-10px;
}
#general_modal_sec .row .block input {
	*margin-left:-10px;
}
#general_modal p.error {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    padding: 0;
    color: #9B0202;
	margin-left:0;
}
#general_modal_sec p.error {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    margin-bottom: -14px;
    padding: 0;
    color: #9B0202;
	margin-left:0;
}
p.error.nofloat{
	*float:none !important;
}
#general_modal .block .passw {
    color: #000000;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 10px 0;
    text-decoration: underline;
}
#general_modal .info_campo {
	margin-left:35px;
	clear:both;
}
#general_modal_sec .info_campo {
	margin-left:35px;
	clear:both;
}
#general_modal .info_campo.noclear {
	clear:none;
}
#general_modal_sec .info_campo.noclear {
	clear:none;
}
.zindex {
	z-index:1;
	*height:44px !important;
}
.altoIE7 {
	*height:15px !important;
}
#general_modal .datosCuenta {
	float:left;
	width:85.5%;
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	padding:15px;
	margin-left:35px;
	margin-top:15px;
}
#general_modal .datosCuenta .row {
	margin:3px 0;
}
#general_modal .datosCuenta span {
	float:left;
	width:80px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-right:10px;
}
#general_modal .datosCuenta span.dato {
	font-weight:normal;
	width:160px;
	line-height:18px;
}
/*--fin modal generica--*/

/*--pequenha modal--*/
#mini_modal {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	width:370px;
	margin-left:-185px;
	padding:10px;
	background:none #fff;
	overflow:hidden !important;
}
#mini_modal .int {
	width:100%;
	border:1px solid #000;
}
#mini_modal .int .gran {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	width:90%;
	margin:20px auto 5px;
	border-bottom:1px solid #7b7b7b;
	padding-bottom:5px;
	text-align:center;
}
#mini_modal .int .peq {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	width:90%;
	margin:0 auto;
	text-align:center;
}
#mini_modal .int img {
	display:block;
	width:44px;
	height:52px;
	margin:20px auto;
}
/*--fin pequenha modal--*/
/*--Modal de confirmacion--*/
#static_modal {
	display:none;
	position:absolute;
	left:50%;
	top:30%;
	width:450px;
	margin-left:-220px;
	padding:10px;
	background:none #fff;
	overflow:hidden !important;
	padding-top:50px;
	padding-bottom:50px;
}
#static_modal .int {
	width:100%;
	border:1px solid #000;
}
#static_modal .int .gran {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	width:90%;
	margin:20px auto 5px;
	border-bottom:1px solid #7b7b7b;
	padding-bottom:5px;
	text-align:center;
}
#static_modal .int .peq {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	width:90%;
	margin:0 auto;
	text-align:center;
}
#static_modal .int img {
	display:block;
	width:44px;
	height:52px;
	margin:20px auto;
}
#static_modal p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:5%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	width:90%;
	text-align:left;
}
#static_modal p.title {
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-left:5% !important;
}
#static_modal a.close_modal {
	position:absolute;
	top:10px;
	right:32px;
	*right:0;
	*left:425px;
	width:12px;
	height:12px;
	cursor:pointer;
}

/*--Modal de confirmacion--*/
#itx_popup_modal {
	display:none;
	position:absolute;
	left:50%;
	top:30%;
	width:450px;
	margin-left:-220px;
	padding:10px;
	background:none #fff;
	overflow:hidden !important;
}
#itx_popup_modal .int {
	width:100%;
	border:1px solid #000;
}
#itx_popup_modal .int .gran {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:23px;
	width:90%;
	margin:20px auto 5px;
	border-bottom:1px solid #7b7b7b;
	padding-bottom:5px;
	text-align:center;
}
#itx_popup_modal .int .peq {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	width:90%;
	margin:0 auto;
	text-align:center;
}
#itx_popup_modal .int img {
	display:block;
	width:44px;
	height:52px;
	margin:20px auto;
}
#itx_popup_modal p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:5%;
	margin-top:0;
	margin-bottom:0;
	float:left;
	width:90%;
	text-align:left;
}
#itx_popup_modal p.title {
	margin-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin-left:5% !important;
}
#itx_popup_modal a.close_modal {
	position:absolute;
	top:10px;
	right:32px;
	*right:0;
	*left:425px;
	width:12px;
	height:12px;
	cursor:pointer;
}

/*--imagen fondo--*/
#backgroundimage {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	min-height: 550px;
	top: 0;
	left: 0;
	z-index: -55555;
}
#backgroundimage img {
	opacity: 0;
	filter: alpha(opacity=0);
}
#backgroundimage.in img {
	min-width: 990px;
	min-height: 550px;
	opacity: 1;
	filter: alpha(opacity=100);
}
#backgroundimage2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
#backgroundimage2.m {
	background-image: linear-gradient(bottom, rgb(236,239,235) 15%, rgb(255,255,255) 100%);
	background-image: -o-linear-gradient(bottom, rgb(236,239,235) 15%, rgb(255,255,255) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(236,239,235) 15%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(236,239,235) 15%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(236,239,235) 15%, rgb(255,255,255) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(236,239,235)),
	color-stop(1, rgb(255,255,255))
	);
}
/*--fin imagen fondo--*/

/*--parrilla--*/
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){
	#grid{
		width: auto !important;
	}	
}
#grid {
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 50px;
	width: 67%;
	margin-left: 300px;
	margin-bottom: 35px;
	z-index: 1;
	display:none;
}


/*--fin parrilla--*/

/*--cabecera parrilla--*/
#grid_header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;
}
#ss_but {
	font-size: 10px;
	padding: 1px 4px;
	float: right;
}
#header_img {
	margin-top: 5px;
}
/*--fin cabecera parrilla--*/

/*--filtros--*/
#filters {
	float: left;
	margin-top: 3px;
}
.filter_box {
	float: left;
	font-size: 11px;
	padding-right: 15px;
	margin-right: 10px;
	line-height: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 5px;
}
.filter_box.first {
	border-left: none;
	padding-left: 0;
}
#filter_size {
	display:none;
}
#filter_color {
	display:none;
}
.filter {
	/*width:100%;*/
	/*height:20px;*/
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.filter ul {
	margin:0;
	padding:2px 0;
	overflow:hidden;
}
.touch .filter {
	width:580px;
}
.filter ul li {
	display:block;
	float:left;
	font-size:11px;
	margin-right:15px;
}
.filter ul li input {
	float:left;
	margin-right:5px;
}
.filter ul li label {
	float:left;
	*float:none;
	padding-top:1px;
}
/*--fin filtros--*/

/*--productos--*/
#products {
	margin-top: 20px;
	overflow:hidden;
}
.touch #products {
	width:582px;
}
.product {
	float: left;
	/*margin-bottom: 30px;*/
	opacity: 0.0001;
	-webkit-transition: opacity 1s; /* older webkit */
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s; /* custom */
}
.labelholder {
	font-size: 10px;
	height: 20px;
	padding-bottom: 3px;
	overflow: hidden;
}
.color_title {
	float: left;
	margin-right: 5px;
	cursor: pointer;
	font-size:11px;
}
.label {
	float: right;
	font-size: 9px;
	margin-left: 2px;
	position: relative;
	top: 30px;
	padding: 1px 0 1px 2px;

}
/*--fin productos--*/

/*--colores--*/
.colores {
	float: left;
	margin: 0em;
	padding: 0em;
	height: 1.2em;
	display: none;
}
.colores li {
	display: inline;
	margin: 0em 0.2em 0em 0em;
	list-style: none;
	height: 10px;
	float:left;
}

.colores li a{
	line-height: 14px;
}
/*--fin colores--*/

/*--imagenes productos--*/
.imageholder {
	position: relative;
	cursor: pointer;
	height: auto;
}
.imageholder img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
}
.imageholder img.main_img {
	z-index: 1;
	position: relative;
}
.imageholder img.alt_img {
	z-index: 0;
	
}
/*#products .imageholder:hover img.main_img {
	opacity: 0;
	filter: alpha(opacity=0);
}*/
/*--fin imagenes productos--*/

/*--datos productos--*/

.data.bundle_type {
    height: 110px;
}

.bundle_type .it {
    font-family: Georgia;
    text-transform: capitalize;
}
.data {
	text-align: center;
	height: 70px;
	font-size: 12px;
	margin-top: 15px;
}
.data hr {
	border: none;
	width: 100px;
	margin: 6px auto
}
.product_info {
	font-family: Georgia;
}
.product:nth-child(3n+3) {
	/*margin-right: 0 !important;*/
}
#price_data_sale.rebajado {
	color: #8F2C2C;
	margin-right: 5px;
	*text-decoration: line-through;
	position:relative;
}
#price_data_sale.rebajado:after {
	border-top: 1px solid #8F2C2C;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	left: 0;
}
/*--fin datos productos--*/

/*--share productos--*/
.share_icons {
	display:none;
}
.share_icons ul {
	margin-left: 34%;
	padding:0;
	margin-top: 0%;
	overflow:hidden;
}
.share_icons ul li {
	float:left;
	display:block;
	margin-right:10px;
}
/*--fin share productos--*/

/*--parrilla pasarela formulario mail--*/
.contentEmail {
	padding: 8% 15% 0;
	overflow:hidden;
	z-index: 10;
	position:relative;
	top: 0;
	left: 0;
}
.contentEmail label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:96%;
	margin-bottom:5px;
	cursor: default;
}
.contentEmail input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:96%;
	margin-bottom:5px;
	border-style:solid;
	border-width:1px;
}
.contentEmail textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:96%;
	margin-bottom:3px;
	height:70px;
	border-style:solid;
	border-width:1px;
	resize:none;
}

.contentEmail .error{
  	bottom: 0;
    clear: both;
    color: #9B0202;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    margin-bottom: -5px;
    margin-left: 0;
    margin-top: 1px;
    padding: 0;
    position: relative;
}
/*--fin parrilla pasarela formulario mail--*/

/*--detalle--*/
#detail {
	float: left;
	position: relative;
	z-index: 2;
	width: 67%;
	margin-left: 300px;
	margin-bottom: 35px;
	z-index: 1;
	display:none;
}
/*--fin detalle--*/

/*--cabecera detalle--*/
#detailheader {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 20px;
}
#detailnavi {
	float: left;
	margin-top: 3px;
}
#detailnavi_right {
	float:right;
}
#detailnavi_right .filter_box {
	padding:0;
	width:7px;
	height:9px;
	padding:0 0 0 5px;
	margin:5px 0 0;
	border:none;
}
#detailnavi_right .back {
	padding:0 5px;
}
#detailnavi_right span {
	float:left;
	font-size:11px;
	display:block;
	margin-top:1px;
}
.back {
	float: left;
	font-size: 10px;
	padding-left: 15px;
	line-height: 10px;
	border: none;
}
.navi {
	float: left;
	font-size: 10px;
	padding-left: 15px;
	line-height: 10px;
	border: none;
}
/*--fin cabecera detalle--*/

/*--producto detalle--*/

.product_data {
	height: 490px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.product_data img {
	position: absolute;
}
.product_data .lupa_img {
	position:absolute;
	right:20px;
	top:20px;
	width:17px;
	height:18px;
	cursor:pointer;
}
#detail_img{
	height: 100%;
}
#p_thumbs {
	list-style-type: none;
	margin: 25px 25px;
	padding: 0;
	width: 80px;
}
#p_thumbs li {
	height: 88px;
	width: 66px;
	position: relative;
	z-index: 1;
}
#p_thumbs li img {
	cursor: pointer;
	width:55px;
}
/*--fin producto detalle--*/

/*--detalle descripcion--*/
#detall_exp {
	position: absolute;
	top: 80px;
	left: 52%;
	width: 280px;
	text-align:center;
}

.det_title {
	font-family: Georgia;
	font-size: 17px;
}
.det_ref {
	font-size: 10px;
}
.det_price {
	position: relative;
	font-size: 13px;
}
.det_price.rebajado {
	color: #8F2C2C;
	margin-right: 5px;
	*text-decoration: line-through;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.det_price.rebajado {
		text-decoration: line-through;
	}
}
.det_price.rebajado:after {
	border-top: 1px solid #8F2C2C;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	left: 0;
}
.det_hr {
	border: none;
	width: 50%;
	margin-left: 25%;
	margin-top: 7px;
	margin-bottom: 7px;
	*text-align:left!important;
	*margin-left:35%!important;
}
.det_text {
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	margin-top: 10px;
}
/*--fin detalle descripcion--*/

/*--detalle extradata--*/
#extradata {
	margin-top: 10px;
}
#extradata .but {
	font-family: Georgia, Arial, Helvetica, sans-serif !important;
}
a.but {
	padding-right: 10px;
	font-size: 11px;
}
#extradata a.but.active {
	font-family: Georgia, Arial, Helvetica, sans-serif !important;
}
/*--fin detalle extradata--*/

/*--detalle capas ocultas +info, composicion, envio y devolucion--*/
#secondary_desc {
	border-style:solid;
	border-width:1px;
	padding:4px;
	width:270px;
}
:Root #secondary_desc {
	top:165px\0/IE9 !important;
}  /*IE9*/
.aux {
	border-style:solid;
	border-width:1px;
	padding:4px;
	width:270px;
	*position:relative !important;
}
#comp {
	width:300px;
}
.touch #comp {
	right:0;
} /*IPAD*/
.aux_capa {
	overflow:hidden;
}
.aux_capa a.close {
	position:absolute;
	top:10px;
	right:6px;
	width:10px;
	height:10px;
	cursor:pointer;
}
.aux_cont {
	height:160px;
	margin:20px 5px 5px;
	overflow:hidden;
}

.aux_cont.info {
	height:187px;
}

.aux_cont ul {
	float:left;
	padding:0;
	margin:0;
	width:115px;
}
.aux_cont ul li {
	float:left;
	display:block;
	font-size:10px;
	font-family: Georgia, Times, serif;
	margin-bottom:3px;
	width:90%;
	text-align:left;
}

.aux_cont ul li span {
	width:33px;
	float:left;
}
.aux_cont ul li.titulo {
	font-size:10px;
	margin-bottom:5px;
	padding-top:10px;
	text-decoration: underline;
}
.aux_cont ul.cuidados {
	border:none;
	margin-top:20px;
	width:170px
}
.aux_cont ul.cuidados li {
	margin-left:10px;
	padding-left:0;
	padding-bottom:5px;
	margin-bottom:10px;
}
.aux_cont ul.cuidados li img {
	display:block;
	float:left;
	margin-right:10px;
	position:static;
	width: 18px;
}
.aux_cont ul.cuidados li p {
	float:left;
	margin:0;
	padding:0;
	width:125px;
}
.aux_cont .col {
	float:left;
	width:129px;
	text-align:left;
	*text-align:none !important;
}
.aux_cont .col span {
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	float:left;
	line-height:14px;
	margin-bottom:5px;
	margin-top:5px;
}
.aux_cont .col p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	margin:0 0 2px;
	padding:0;
	width:90%;
	line-height:13px;
}
#devo .col ul {
	margin:0;
	padding:0;
}
#devo .col ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
	display:block;
	width:95%;
	margin-bottom:5px;
	line-height:12px;
}
#mas_info {
	display:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-decoration:underline;
	float:right;
}
/*--fin detalle capas ocultas +info, composicion, envio y devolucion--*/

/*--detalle color, talla, guia de tallas--*/
#option_box {
	margin-top: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.options {
	border-top-style: solid;
	border-top-width: 1px;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	overflow:hidden;
}
.size {
	padding-right: 5px;	
	cursor: default;
	float:left;
}
.size:hover, .size.active , .size.selected{
	cursor: pointer;
	 color: #333333;
    font-family: cgbold;
}
.size.unavailable, .size.unavailable:hover {
    color: #999999;
    cursor: default !important;
    font-family: cgRegular;
}
#color_sel .color_detail {
	padding: 5px 3px;
	position: relative;
	top: -4px;
	*top: -3px;
	margin-right: 5px;
	cursor: pointer;
}
#color_title {
	/*width:55px;*/
}

#color_list {
	float:left;
/*	width:215px;*/
}

#size_list {
	float:left;
	width:147px;
	*width:147px;
}
#color_marker {
	width: 47px;
	position: absolute;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	left: 66px;
	top: 4px;
	*top:5px;
/*	-webkit-transition: all 500ms; older webkit 
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;  easeOutBack */
}
#img_marker {
	z-index: 1;
	width: 58px;
	position: absolute;
	height: 85px;
	border-style: solid;
	border-width: 1px;
	left: -2px;
	top: -2px;
	/*-webkit-transition: all 500ms;  older webkit 
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;  easeOutBack */
}

/*--fin detalle color, talla, guia de tallas--*/

/*--detalle botones anadir pedido, producto agotado y tramitar pedido--*/
a.add_butt {
	padding: 5px 10px;
	margin-top: 18px;
	font-size: 12px;
	float: left;
	font-family: cgbold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width: 125px;
	display:none;
}
a.send_butt {
	padding: 5px 10px;
	margin-top: 18px;
	font-size: 12px;
	float: right;
	font-family: cgbold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
}
a.add_tram {
	display: none;
	padding: 5px 10px;
	margin-top: 18px;
	font-size: 12px;
	float: right;
	font-family: cgbold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:105px;
}

a.out_stock {
	display: none;
	padding: 5px 10px;
	margin-top: 18px;
	font-size: 12px;
	float: left;
	font-family: cgbold;
	cursor: default;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
}
#error {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:left;
	display:none;
	clear:both;
	margin-top:5px;
	float:left;
}
/*--fin detalle botones--*/

/*--detalle share--*/

#shareform {
	width:100%;
	display:none;
}
#shareform ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
#shareform ul li {
	display:block;
	float:left;
	margin-right:15px;
}
.margeneslike{
	margin:0 5px;
}
/*--fin detalle share--*/

/*--detalle formulario mail--*/
#mail {
	display:none;
	width:100%;
	padding-top:10px;
	padding-bottom:30px;
	overflow:hidden;
	position:relative;
}
#mail .close_mail {
	position:absolute;
	right:20px;
	top:10px;
	width:10px;
	height:10px;
	cursor:pointer;
}
#mail .col_left {
	width:47%;
	margin-top:30px;
	padding-left:20px;
	float:left;
}
#mail .col_right {
	width:46%;
	margin-top:30px;
	padding-right:20px;
	float:right;
}
#mail .row {
	float:left;
	width:100%;
	margin-bottom:15px;
}
#mail label {
    cursor: default;
    float: left;
    font-family: Trebuchet MS,"Times New Roman",Times,serif;
    font-size: 12px;
    margin-bottom: 5px;
    width: 100%;
}
#mail input {
	font-family:Trebuchet MS, "Times New Roman", Times, serif;
	font-size:12px;
	width:70%;
	border-style:solid;
	border-width:1px;
	float:left;
}
#mail textarea {
	font-family:Trebuchet MS, "Times New Roman", Times, serif;
	font-size:12px;
	width:100%;
	border-style:solid;
	border-width:1px;
	float:left;
	resize:none;
	height:130px;
}
#mail .error{
	bottom: 0;
    clear: both;
    color: #9B0202;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    margin-bottom: -6px;
    margin-left: 0;
    padding: 0;
    position: relative;
}
a.a_send {
    -moz-transition: all 600ms ease 0s;
    float: right;
    font-family: cgbold;
    font-size: 12px;
    margin-top: 18px;
    padding: 5px 10px;
}
/*--fin detalle formulario mail--*/

.color {
	width: 27px;
	height: 6px;
	line-height: 0;
	float: left;
	margin-top: 5px;
	margin-left: 3px;
	display: none;
}

.but.active {
	font-family: cgbold;
}

/*--busqueda--*/
#search {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom:5px;
	*padding-bottom:5px;
}
#search span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	float:left;
	margin-right:5px;
}
#search span#result_search {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:2px;
	*margin-top:3px;
}
#busquedaVacia p{
	font-weight: bold;
	font-size:14px;
	margin-top:40px;
}
#busquedaVacia .spot {
	margin:60px 0;
	height:200px
}
/*--fin busqueda--*/


.logo {
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 30px;
}

@font-face {
	font-family: 'cgRegular';
	src: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgregular-webfont.eot?t=20151103220104);
	src: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgregular-webfont.eot?&t=20151103220104#iefix) format('embedded-opentype'), url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgregular-webfont.woff?t=20151103220104) format('woff'), url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgregular-webfont.ttf?t=20151103220104) format('truetype'), url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgregular-webfont.svg?t=20151103220104#cgRegular) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cgBold';
	src: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgbold-webfont.eot?t=20151103220104);
	src: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgbold-webfont.eot?&t=20151103220104#iefix) format('embedded-opentype'), url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgbold-webfont.woff?t=20151103220104) format('woff'), url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgbold-webfont.ttf?t=20151103220104) format('truetype'), url(/wcsstore/DuttiNEWStorefrontAssetStore/css/fonts/cgbold-webfont.svg?t=20151103220104#cgBold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@media only screen and (min-width: 35em) {
}
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr; *
	line-height: 0;
}
.ir br {
	display: none;
}
.hidden {
	display: none !important;
	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: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix { *
	zoom: 1;
}
@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #ABABAB;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}


#slider{
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	z-index: 1;
}

.ss_hr{
	clear: both;
	border: none;
	background: #ABABAB;
	width: 94%;
	margin: 0px auto;
}
#carroussel{
	position: absolute;
	padding-top: 10px;
}
.ss_product{
	float: left;
	margin-right: 5px;
}

.ss_product .data{
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	color: #ABABAB;
}
.ss_product .labelholder{
	color: #ABABAB;
}
.ss_product .data hr{
	border: none;
	background: #ABABAB;
	width: 100px;
	margin: 6px auto
}
.ss_product .product_info{
	font-family: Georgia;
}

.ss_sharer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: #FFF url() no-repeat center;*/
	background-color: white;
	z-index: 10;
	display: none;
}



.ss_close_sharer{
	position: absolute;
	right: 10px;
	top:10px;
	background: url();
	width: 10px;
	height: 10px;
	z-index:12;
	display: none;
}

/* TUNEL DE COMPRA PASO 1 */
#tunel {
	float: left;
	left:44px;
	margin-top: 140px;
	position: relative;
	width:89.5%;
	z-index: 1;
	padding-bottom:20px;
}
#pasos {
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 20px;
	width: 100%;
	margin-bottom:50px;
}
#pasos ul {
	display:block;
	padding-left: 0px;
	width:650px;
	min-width:550px;
	min-width:550px;
	margin-top: -12px;
	margin-bottom:-12px;
	margin-left:auto !important;
	margin-right: auto !important;
	overflow:hidden;
}
#pasos li {
	float:left;
	display:block;
	/*width:120px;*/
	/*margin-right:6%;*/
	width: 130px;
}
#pasos li.last {
	margin-right:0;
}
#pasos li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:100%;
	text-align:center;
	float:left;
	padding-top:40px;
}
#pasos li:hover a, #pasos li.active a {
	/*font-weight:bold;*/
}
#articulos {
	width:100%;
	border-collapse:collapse;
}
#articulos th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:2px 2px;
}
#articulos th.a1 {
	width:50%;
}
#articulos th.a2 {
	width:15%;
}
#articulos th.a3 {
	width:12%;
}
#articulos th.a4 {
	width:13%;
}
#articulos th.a5 {
	width:10%;
}
#articulos td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:10px 5px 10px 0;
	vertical-align:middle;
	line-height: 0.9 !important;
}
#articulos td.a6 {
	width:12%;
}
#articulos td.center {
	text-align:center;
}
#articulos td.left {
	text-align:left;
}
#articulos td.right {
	text-align:right;
	padding-right:10px !important;
}
#articulos td a.cruz {
	display:block;
	width:11px;
	height:11px;
	float:left;
	margin-top:35px;
}
#articulos td a.cruzDescuento{
	margin-top:5px;
	float: left;
	display:block;
	width:11px;
	height:11px;	
}
#articulos td img {
	display:block;
	float:left;
	margin-left:15px;
}
#articulos td p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	float:none;
}
#articulos td p.descr {
	float:left;
	margin:5px 0;
	width:98%;
}
#articulos tr.nom td p {
	font-family: Georgia;
	font-size:12px;
	margin:0;
	float:none;
}
#articulos td p.total {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#articulos td span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 0.9 !important;
}
#articulos td span.ref {
	margin:5px 0;
	float:left;
	width:98%;
}
#articulos td input {
	width:15px;
	border-style:solid;
	border-width:1px;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#articulos td .contadores {
	width:70px;
	margin:auto;
	text-align:left;
	overflow:hidden;
	*height:30px;
}
#articulos td .contadores input {
	float:left;
	margin:0 5px;
	font-family: "cgRegular", "Helvetica", sans-serif;
	text-align: center;
}
#articulos td .contadores img {
	float:left;
	margin:9px 4px;
	cursor:pointer;
}
#articulos tfoot td {
	padding:7px 5px 6px 0;
}
#articulos tfoot td p {
	font-weight:bold;
}
#articulos tr.noborde td {
	border:none;
	padding:5px 5px 5px 0;
}
#articulos tr.noborde.descuento td {	
	padding:2px 5px 2px 0;
}

#articulos tr.noborde.sepTop td {
	padding:15px 10px 5px 0 !important;
}
#articulos tr.noborde.sepTopMin td {
	padding:15px 10px 3px 0 !important;
	*padding-bottom:0px !important;
}

#articulos tr.noborde.antesDesc td {
	padding:3px 10px 15px 0 !important;
}
#articulos tr.noborde.antesDesc.miCuenta td {
	padding-top:8px !important;
	*padding-top:11px !important;
}

#articulos tr.noborde.gastos td {
	padding-bottom: 15px !important;
}
#articulos tr.noborde.descuentoFirst td {
	border-top:1px solid #9F9F9F;
	padding-top : 15px;
}
#articulos tr.noborde.descuentoLast td {
	border-bottom:1px solid #9F9F9F;
	padding-bottom : 15px;
}

#inicioDescuentos.selectDesc td {
	padding-top : 20px !important;
}

#titGastosEnvio td{
	padding: 3px 5px 5px 0 !important;
}

#articulos td a.accion {
	margin:0;
	float:right;
	white-space: nowrap;
}
#articulos td #cod {
	display:none;
	clear:both;
	float:right;
	margin-top:12px;
}
#articulos td #cod input {
	float:left;
	border-style:solid;
	borser-width:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	height:13px;
	margin-right:5px;
	padding:2px;
}
#articulos td #cod a.accept_cod {
	padding: 4px 20px;
	font-size: 12px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
}
span.iva {
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	/*margin-top:5px;*/
	margin:5px 0;
}
#tunel .boxtitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	margin-top:30px;
}
a.accion {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	cursor:pointer;
}
a.accion.r {
	float:right;
}
a.add_art {
	padding: 3px 20px 1px;
	margin-top:15px;
	font-size: 12px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
	clear:both;
	white-space:nowrap;
}
.bot_sig {
	padding:5px;
	border-style:solid;
	border-width:1px;
	float:right;
}

.bot_sig.tiendas {
	float: left !important;
    margin-top: 10px;
}
.lt-ie8 .bot_sig {
	clear:none;
	margin-top:20px;
}
.bot_sig a {
	padding: 3px 15px;
	font-size: 13px;
	font-family: cgbold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
}

#explanationCWV2 .spot{
	display:none !important;
}
#regalo .spot {
	width:36%;
	margin-top:0;
}
#sinArticulos .spot {
	width:40%;
	margin-top:50px;
	margin-left:30%;
	margin-bottom: 50px;
	height:5%;
	padding:0;
	font-size: 12px;
}


/* FIN TUNEL DE COMPRA PASO 1 */

/* TUNEL DE COMPRA PASO 2 */
#inicio {
	display:block;
	overflow:hidden;
}
#micuenta {
	display:none;
	overflow:hidden;
}
@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){
	.column {
		width:45%;
	}
}

.column {
	float:left;
	width:48%;
	padding-bottom:20px;
}
.column.r {
	float:right;
}
.column p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	float:left;
	margin:0 0 5px;
}
p.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:11px;
	padding:2px 0;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	*margin-bottom:15px;
	border:none;
	float:left;
	width:100%;
}
p.title_12 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	*margin-bottom:15px;
	border:none;
	float:left;
	width:100%;
	padding: 2px 2px;
	font-size: 12px;
}

.column p.subtitle {
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	*margin-bottom:15px;
	margin-top:15px;
	margin-bottom:10px;
}
#acceso {
	display:block;
	float:left;
	width:100%;
}
.column .row {
	float:left;
	width:100%;
	margin:5px 0;
}
.column .row label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:100%;
	margin-bottom:3px;
	cursor:default;
}
.column .row input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:35%;
	border-style:solid !important;
	border-width:1px !important;
	padding:1px 0;
}

.column .row input.prefijo{
	margin-right: 3.3%;
    width: 11%;
	padding-left:2px;
	padding-right:2px;
}

.column .row input.telefono{
	width: 79%;
}
.column .passw {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	text-decoration:underline;
	margin:5px 0;
}

input.acc_butt, form#formLogin div.boton button#entrarBtn {
	padding:1px 30px;
	*padding:2px 30px 0;
	clear:both;
	font-size:12px;
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
	font-weight:bold;
	white-space:nowrap;
	*margin-top:20px;
	background:none #939598;
	color:#fff;
	border: none;
}

a.acc_butt {
	padding:1px 30px;
	*padding:2px 30px 0;
	clear:both;
	font-size:12px;
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
	font-weight:bold;
	white-space:nowrap;
	*margin-top:20px;
}
a.acc_butt.tienda{
	padding:1px 23px;
	*padding:2px 23px 0;
}
.spot {
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:30px 0;
	margin-top:20px;
}
.spot.alto1 {
	padding:30% 0;
}
.column .block {
	float:left;
	width:46%;
	position:relative\0/IE9;
	*position:relative;
	padding-bottom:8px;
	
}
@-moz-document url-prefix() {
	.column .block {
	position:relative;
	}
}
.column .block.telefono {
	height: 60px;
	position: relative;
}

:Root .column .block fieldset {
	clear:both\0/IE9 !important;
}  /*IE9*/
:Root #miCuentaForm .block fieldset {
	clear:both\0/IE9 !important;
}  /*IE9*/
.column .block.r {
	float:right;
}
.column .block input {
	width:96%;
	padding-left:5px;
}
:Root .column .block input {
	padding-top:3px\0/IE9 !important;
	padding-bottom:3px\0/IE9 !important;
}  /*IE9*/
.column .block input.radio {
	width:14px;
}
.column .infor {
	font-size:10px;
	display:block;
	margin:3px 0 0;
	padding:0;
	line-height:11px;
	 margin-bottom:-14px; 
	 margin-top: 0px;
}
.column p.error  {
	bottom:0;
	left:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 11px;
	padding:0;
}
#employeeCardFormCN .column p.error  {
    bottom: 0;
    left: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 16px;
    padding: 0;
    margin-bottom: 1em;
}
.column p.nofloat  {
	margin-top:10px;
	margin-bottom:-10px !important;
}
.info_campo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	margin:10px 0;
}
.radioButtonImage{
	float:left;
	margin-right: 6px;
}
.column .block .radio_i {
	width:20px;
	margin-right:5px;
	margin-top:1px;
	*margin-top:2px;
	border:none !important;
	position:absolute;
}
.column .block .radio_l {
	width:auto;
	margin-right:20px;
	margin-top: -2px;
}
.column .block .selects {
	float:left;
	border-style:solid;
	border-width:1px;
	height:20px;
}
.column .block .selects div {
	float:left;
	margin:2px 20px;
}
.column .block .selects div span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.column .block .selects div img {
	float:left;
	margin-left:5px;
	margin-top:4px;
	cursor:pointer;
}
.column .opt_check {
	padding:0 0 10px;
	float:left;
	margin:10px 0;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.column .opt_check li {
	float:left;
	display:block;
	width:100%;
	margin-bottom:5px;
}
.column .opt_check li input {
	float:left;
	margin-right:10px;
	margin-top:1px;
	position:absolute;
}
.column .opt_check li label {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:12px;
    float:left;
    padding-top:2px;
    width:96%;
}
.touch .column .opt_check li label {
    width:95.5%;
}

#datos_pago .opt_check li label {
	padding-top:1px;
}
.column .opt_check li label a {
	text-decoration:underline;
}
#modal_polpriv {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	margin-left:-300px;
	height:400px;
	margin-top:-200px;
}
#modal_polpriv a.close {
	position:absolute;
	top:10px;
	right:10px;
	width:12px;
	height:12px;
	cursor:pointer;
}
#modal_polpriv .modal_cont {
	float:left;
	width:90%;
	margin:100px 30px;
}
#modal_polpriv p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	width:100%;
	float:left;
	padding:0;
	margin:0;
}
#modal_polpriv p.tit_pol {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:left;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#recup_passw {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	width:600px;
	margin-left:-300px;
	height:400px;
	margin-top:-200px;
	z-index:10;
}
#recup_passw a.close {
	position:absolute;
	top:10px;
	right:10px;
	width:12px;
	height:12px;
	cursor:pointer;
}
#recup_passw .access {
	width:90%;
	margin:50px auto;
	overflow:hidden;
}
#recup_passw .access p.subtitle {
	padding-bottom:20px;
}
.borderInf {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:5px;
	margin-bottom:15px !important;
	*padding-bottom:15px;
	*margin-bottom:5px !important;
}
.noClear {
	*clear:none !important;
}
/* FIN TUNEL DE COMPRA PASO 2 */

/* TUNEL DE COMPRA PASO 3 */
#divListMetodos {
	min-height: 150px\0/;
}
#listMetodos {
	float:left;
	width:100%;
	padding:0;
	margin:20px 0;
	z-index: 1000;
}
#listMetodos li {
/*	display:block;*/
	float:left;
	width:100%;
	margin-bottom:0;
	padding-bottom:10px;
	list-style-type:none;
}
#listMetodos li input {
	float:left;
	margin-right:10px;
	border:none;
	margin-top:1px;
}
.ie9 #listMetodos li input {
	margin-top:3px;
}
#listMetodos li label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	max-width:80%;
}
#listMetodos .sublista {
	display:none;
	float:left;
	margin:0 0 0 10px;
	border-bottom:none;
	overflow:hidden;
}
.lt-ie8 #listMetodos .sublista {
	margin-bottom:5px;
}
#listMetodos .sublista ul {
	margin:10px 0;
	overflow:hidden;
	padding-left:30px;
}
.ie9 #listMetodos .sublista ul, .lt-ie9 #listMetodos .sublista ul {
	margin-top:-10px;
}
.lt-ie8 #listMetodos .sublista ul {
	margin-top:10px;
}
#listMetodos .sublista li {
	border-bottom:none;
	margin-bottom:5px;
}

#tiendasRecogida {
	float:left;
	width:100%;
	padding:0;
	margin:20px 0;
}
#tiendasRecogida li {
	display:block;
	float:left;
	width:100%;
	margin-bottom:0;
	padding-bottom:10px;
}
#tiendasRecogida li input {
	float:left;
	margin-right:10px;
	border:none;
	margin-top:1px;
}
.ie9 #tiendasRecogida li input {
	margin-top:3px;
}
#tiendasRecogida li label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
#tiendasRecogida .sublista {
	display:none;
	float:left;
	margin:0 0 0 10px;
	border-bottom:none;
	overflow:hidden;
}
.lt-ie8 #tiendasRecogida .sublista {
	margin-bottom:5px;
}
#tiendasRecogida .sublista ul {
	margin:10px 0;
	overflow:hidden;
	padding-left:30px;
}
.ie9 #tiendasRecogida .sublista ul, .lt-ie9 #tiendasRecogida .sublista ul {
	margin-top:-10px;
}
.lt-ie8 #tiendasRecogida .sublista ul {
	margin-top:10px;
}
#tiendasRecogida .sublista li {
	border-bottom:none;
	margin-bottom:5px;
}
#selectAddress {
	margin: 20px 0px;
	float: left;
}
#elegir_dire {
	float:left;
	display:none;
	border-style:solid;
	border-width:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	width:40%;
	margin-left:30px;
	padding-left:5px;
	margin-right:10px;
}
#result {
	display:none;
	float:left;
	width:50%;
}
#result p {
	margin:0;
}
#cambiar_dire, #cambiar_dire2, #nueva_dire, #new, #modif_datos, #datos_pers {
	display:none;
}
.subdire {
	float:left;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:10px;
	width:98%;
	margin-top:5px;
}
.subdire .block {
	padding-bottom:10px;
}
.subdire .acc_butt {
	*clear:none;
	*margin-top:0;
}
.column .row select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:99%;
	border-style:solid !important;
	border-width:1px !important;
	padding:0;
	margin-top:1px;
}
.ancho {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:15px;
	margin-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:5px;
}
.pos1 {
	position:absolute;
	top:105px;
	right:0;
}
.ancho2 {
	float:left;
	width:100%;
	position:relative;
}
.pos2 {
	position:absolute;
	top:70px;
	right:0;
}
a.accion2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:15px;
	margin-top:15px;
	margin-bottom:5px;
	float:left;
	cursor:pointer;
	text-decoration:underline;
}
#articulos .nom td {
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
}
#cuerpoTabla td p {
	line-height:16px;
	*margin-bottom:5px;
}
/* FIN TUNEL DE COMPRA PASO 3 */

/* TUNEL DE COMPRA PASO 4 */
.column p.subtitle2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	*margin-bottom:15px;
	margin-bottom:10px;
	margin-top:20px;
}
#listPagos li , #list_pagos_add li  {
	display:block;
	float:left;
	/*margin:0 20px;*/
	margin:10px 12px;
	padding:5px;
	border-style:solid;
	border-color: transparent;
	border-width:1px;
	height:31px;
}

#listPagos li.activo, #listPagos li:hover,
#list_pagos_add li.activo, #payment_additional li:hover {
	border-style:solid;
	border-width:1px;
	padding:5px;
}
#listPagos li a, #list_pagos_add li a {
	width:47px;
	height:30px;
	display:block;
	float:left;
	margin:3px;
	*padding-bottom:3px;
}

#payment_additional_methods{
 	border: solid 1px #444;
 }
 
 #listBanks {
	/*overflow:hidden;
	width:460px;
	padding:0;
	margin:40px auto 20px;*/
	/*height: 32px;*/
}
#listBanks li {
	display:block;
	float:left;
	margin:0 20px;
	margin:0 12px;
	padding:5px;
	border-style:solid;
	border-color: transparent;
	border-width:1px;
}
#listBanks li.activo, #listBanks li:hover {
	border-style:solid;
	border-width:1px;
	padding:5px;
}
#listBanks li a {
	width:47px;
	height:30px;
	display:block;
	float:left;
	margin:3px;
	*padding-bottom:3px;
}
#datos_pago {
	float:left;
	width:100%;
	border-top-style:solid;
	border-top-width:1px;
	padding-top:10px;
	padding-bottom:20px;
}
.column .row input.wid1 {
	width:70px;
	margin-right:15px;
}
#datos_pago .a_info {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	float:left;
	text-decoration:underline;
	margin-top:7px;
}
.column .row input.acpt {
	width:14px;
	margin-top:1px;
	border:none !important;
}
.column .row label.acpt {
	text-decoration:underline;
	width:90%;
	margin-left:5px;
}
.ancho .spot {
	margin:5px 0;
}
.column.itxdroppoint{
	width: 33%;
}


#itxdroppoint-list{
	display: none;
	margin-top: 20px;
}


#itxdroppoint-list ul{
	float:none;
	margin-bottom: 20px;
	clear: both;
}


.row.form.preform{
	margin-top: 40px;
}

.row.form.preform input{
	width: 60px;
}

#buscarItxDropPoints, .seleccionarItxDropPoints{
	float: none;
}
#payment_method_gift_card {
	display: inline-block;
	width: 100%;
}

#captchaImg {
	display: inherit;
}

#payment_method_gift_card label {
    display: inline-block;
    width: 35%;
	font-size: 12px;
}
#employeeCardFormCN label {
    margin-bottom: 2em;
}
#captchaImg {
	margin-bottom: 1em;
}

#payment_method_gift_card a.cvv_more {
	width: 100%;
    margin-top: -0.8em;
    display: inherit;
    font-size: 10px;
    text-decoration: underline;
    color: black;
}

#payment_method_gift_card a.cvv_more:link {
	color: black;
}

#payment_method_gift_card a.validate_butt, #payment_method_gift_card a.button_class {
	padding: 1px 30px;
	color: white;
	background-color: gray;
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-left: 1em;
}
#payment_method_gift_card a.validate_butt:hover {
	background-color: black;
}

#payment_method_gift_card #cardNumber_0 {
	width: 100%;
}

#payment_method_gift_card #cardCvv_0 {
	width: 40%;
}

#payment_method_gift_card label input {
	display: block;
	margin-bottom: 1em;
	width: auto;
}

#giftCardTotal {
	display: none;
}

#giftCardTotal {
	display: none;
}

#paymentList, #giftCardTotal {
	margin-bottom: 2em;
	border: 1px solid gray;
	padding: 10px;
	display: none;
}

.paymentListText {
	display: none;
}

#paymentList ul {
	padding: 0;
}

#giftCardTotal hr {
	margin: 5px;
}

.rowGiftText {
	width: 75%;
    display: inline-block;
}

.rowGiftTotal {
	text-align: right;
	width: 25%;
	display: inline-block;	
}

.rp_element {
	display: inline-block;
    margin-left: 2em;
    margin-bottom: 2em;
}
/* FIN TUNEL DE COMPRA PASO 4 */

/* TUNEL DE COMPRA PASO 5 */
p.thanks {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	width:100%;
	margin:0 0 20px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:10px;
}
p.thanks.invitado {
    margin-bottom: 0;
    padding: 10px 0 20px;
    position: relative;
    top: 1px;
    z-index: -1;
}
#articulos.final {
	float:left;
	margin-top:10px;
}
#articulos.final th {
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:normal;
}
.botonera {
	float:left;
	width:100%;
	margin-top:20px;
}

.botonera.baja{
	padding-bottom:20px;
}

a.acc_butt.l {
	float:left;
}
.botonera a.acc_butt {
	clear:none;
}
.det_ped {
	float:left;
	width:100%;
	margin:10px 0 20px;
}
.blockLeft {
	float:left;
	width:41%;
}
.blockCenter {
	float:left;
}
.blockRight {
	float:right;
}
.det_ped span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	width:128px;
	*width:127px;
}
.det_ped span.res {
	font-weight:bold;
	/*margin-right:15%;*/
}
.det_ped span.res.last {
	margin-right:0;
	width:170px;
	word-wrap:break-word;
	text-align:right;
}
/* FIN TUNEL DE COMPRA PASO 5 */

#zoom {
   	cursor: move;
    display: none;
    height: 100%;
    left: 0;
    min-width: 990px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

#zoom img {
    display: none;
}

/* estilo para los decimales del precio */
span.decimal {
    font-size: 0.8em !important;
}

/* Estilo para los checkbox */
.check {
	width: 12px;
	height: 13px;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.filter .check {
	*margin-top:4px;
	*float:none;
	*padding-right:10px;
}
#check {
	width: 12px;
	height: 13px;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}


/* Estilo para los radioButton */
.radio {
	width: 12px;
	height: 13px;
	float: left;
	margin-right: 5px;
	cursor:pointer;
	/*margin-top: 5px;*/

}


/*--LARGE MODAL (para pantallas de mi cuenta)--*/
#large_modal {
	position:absolute;
	display:none;
	z-index:1000;
	top:50%;
	left:50%;
	width:997px;
/*	overflow-y:scroll !important;*/
	height:660px; /*cambios realizados para que salga el scroll cuando la pagina sea mas alta*/
/*	overflow-x:hidden !important;*/
	margin-left:-487px;
	/*margin-top:-350px;*/
	padding-bottom:20px;
}
#large_modal a.close_modal {
	position:absolute;
	top:10px;
/*	right:10px;*/
	left:977px;
	width:12px;
	height:12px;
	cursor:pointer;
}
#large_modal .mapa_tooltip a.close_modal {

	top:10px !important;
	right:15px !important;
	left: auto !important;

}

#large_modal #logo {
	top:30px;
	left:30px;
    height:23px;
    position:absolute;
    width:163px;
	z-index:2;
}
#large_modal #menu_modal {
	margin-left:10px;
	float:left;
	min-height: 550px;
	height: 100%;
	z-index:1;
}
#large_modal #menu_modal > ul {
	padding-top:70px;
	padding-right:25px;
	width:190px;
	margin: 0;
	list-style: none;
	padding: 70px 25px 30px 22px;
}
#large_modal #menu_modal > ul > li {
	font-size:12px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-top: 4px;
	padding-bottom: 6px;
	cursor: pointer;
}
#large_modal #menu_modal > ul > li > a.activeSection {
    font-weight: bold;
}

#content_micuenta {
	float:left;
	margin-top:30px;
	padding-bottom: 30px;
	width:716px;
}
#content_micuenta #articulos th {
	font-size:11px;
}
#content_micuenta #articulos p {
	font-size:11px;
}
#content_micuenta #articulos td {
	font-size:11px;
}
#content_micuenta.sinPadding{
	padding-bottom: 0px;
}

#content_micuenta #mspot{
	float: none;
	margin-bottom:10px;
	width:100%;
}

#mspot {
	float:left;
	margin-bottom:10px;
	width:100%;
}
#mspot.mi_cuenta {
	height:500px;
}
#mspot.datos_acceso {
	height:275px;
}
#mspot.datos_envio {
	height:270px;
}
#mspot.devolucion{
	height:auto;
}
#content_micuenta .title_modal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-top:0;
	margin-bottom:10px;
	float:left;
	width:100%;
}
#mspot .description {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	border-bottom-width:1px;
	border-bottom-style:solid;
	float:left;
	height:100px;
	margin-top:0;
	line-height:15px;
}
#content_micuenta img {
	float:left;
	margin-bottom:15px;
}
#mspot .column {
	padding-bottom:0;
}
#content_micuenta .block {
	width:30%;
	float:left;
	position:relative\0/IE9;
	*position:relative;
	padding-bottom:8px;
	margin-right:35px;
}
#content_micuenta .block.r {
	float:right;
	margin-right:0;
}
#content_micuenta .column .block {
	width:60%;
}
#content_micuenta .boton {
	float:left;
	margin:0;
	width:100%;
	border-top-width:1px;
	border-top-style:solid;
	padding-top:15px;
}
#content_micuenta .row .block.telefono {
	height: 60px;
}

#content_micuenta .boton a.acc_butt {
	float:right;
	margin:0;
	clear:none;
}
#content_micuenta p.subtitulo {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width:1px;
	border-bottom-style:solid;
    margin-bottom: 10px;
    margin-top:5px;
    padding-bottom: 10px;
    font-size: 12px;
    width: 100%;
}
#content_micuenta p.subtitulo3{
	border-top-width:.1em;
	border-top-style:solid;
	padding-top:1em;
	margin-top:0;
}

#content_micuenta .row {
	float:left;
	width:100%;
	/*Modificacion por Sonia, antes estaban comenentados al reves*/
	margin:5px 0;
	/*margin:5px 0 15px 0;*/
}
#content_micuenta .row:last-child {
	margin:5px 0;
}
#content_micuenta .row input {
    border-width:1px !important;
	border-style:solid !important;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 1px 0;
    width: 35%;
}
#content_micuenta .row input[type=radio] {
    width: auto;
    border: none !important;
}
#content_micuenta .row input.prefijo {
	margin-right: 5px;
    width: 13% !important;
}
#content_micuenta .row input.telefono{
	clear: none;
    width: 71% !important;
}

#content_micuenta .block input {
    padding-left: 5px;
    width:90%;
}

#content_micuenta .block input.prefijo{
	margin-right: 5px;
	width: 13%;
}

#content_micuenta .block input.telefono{
	width: 72%;
}

:Root #content_micuenta .block input {
	padding-top:3px\0/IE9 !important;
	padding-bottom:3px\0/IE9 !important;
}  /*IE9*/
#content_micuenta .block fieldset {
	float:left;
	height: 40px;
	/*width: 150px;*/
	width:100%;
}

#content_micuenta .block .radio {
	height:15px;
}
#content_micuenta .block .radio_i {
    margin-right: 5px;
    margin-top: 1px;
    width: 20px;
    position: absolute;
}
#content_micuenta .row label {
    cursor: default;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 3px;
    width: 96%;
	text-align:left;
}
#content_micuenta label.telefonos{
	 *width: 100% !important;
}
#content_micuenta .block .radio_l {
    margin-right: 20px;
    width: auto;
}
#content_micuenta .block fieldset .radio_l {
    *margin-top:1px;
}
:Root #content_micuenta .block fieldset .radio_l {
	margin-top:0\0/IE9 !important;
}  /*IE9*/
#content_micuenta .block p.error {
    bottom: 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    padding: 0;
	margin-left:0;
	float: left;
	margin-top: 0;
}
#content_micuenta .block p.nofloat {
    margin-bottom: -10px;
}
#devoForm p.error {
    bottom: 0;
	*bottom:19px;
    clear: both;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    margin-left: 0;
    padding: 0;
    position: relative;
}

#content_micuenta .infor {
	font-size:10px;
	display:block;
	margin:3px 0 0;
	padding:0;
/*	line-height:11px;*/
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	clear:both;
	text-align:left !important;
}
#content_micuenta #articulos.final {
/*	position:relative;*/
}
#content_micuenta #articulos.final th {
	text-align:left;
	font-weight:bold;
	padding:5px 2px;
}
#content_micuenta #articulos.final.envio th {
	font-weight:normal !important;
}
#content_micuenta #articulos.final th.centrado {
	text-align:center;
}
#content_micuenta #articulos.final th.wd1 {
	width:20px;
}
#content_micuenta #articulos.final th.wd2 {
	width:143px;
}
#content_micuenta #articulos.final th.wd3 {
	width:130px;
}
#content_micuenta #articulos.final th.wd4 {
	width:150px;
}
#content_micuenta #articulos.final th.wd5 {
	width:100px;
}
#content_micuenta #articulos.final td {
	padding-bottom:14px;
}
#content_micuenta #articulos.final td a.cruz {
	margin-top:0;
}
#content_micuenta #articulos.final td p {
	line-height:16px;
}
#content_micuenta #articulos td p {
	line-height:16px;
}
#content_micuenta #articulos tr.noborde td.right a.accion {
    margin-top:15px;
}
#content_micuenta #modalDireccion{
	display: none;
	padding-bottom: 150px;
}

#content_micuenta #dir_mod {
	position:absolute;
	/*left:0;*/
	*left:245px;
	top:65px;
	/*border:1px solid #7a7a7a;*/
	width:716px;
	z-index:10;
	display:none;
	*padding-bottom:10px;
}
#content_micuenta #dir_mod #square{
	border-width:1px;
	border-style:solid;
	height: 100%;
	position: relative;
	float: left; 
	margin-bottom: 10px;
}


#content_micuenta #dir_mod .interior {
	margin:20px 20px 10px;
	float:left;
	position:relative;
	width:94.5%;
	*width:675px;
	*padding-bottom:10px;

}
#content_micuenta #dir_mod a.close_dir {
	position:absolute;
	top:10px;
	right:20px;
	width:12px;
	height:12px;
	cursor:pointer;
}
#content_micuenta #dir_mod .block {
	width:29%;
	position:relative;
}

table.articulospedidos th{
	border-bottom-width:.1em !important;
	border-bottom-style:solid !important;
	border-top-width:.1em !important;
	border-top-style:solid !important; 
	width:20%; 
	text-align:left !important;
	font-weight:normal !important;
}
table.articulospedidos th.thpri{
	width:5% ;
}
table.articulospedidos p{
	text-align:left;
}
#content_micuenta .boton2 {
	float:left;
	margin:0;
	width:100%;
	padding-top:5px;
}
#content_micuenta .boton2 a.acc_butt {
	float:right;
	margin:0;
	clear:none;
	padding-bottom: 4px;
	padding-top: 4px;
}
#content_micuenta .boton3 {
	float:left;
	margin:1.5em 0 0 0;
	padding-top:5px;
}
#content_micuenta .boton3 a.acc_butt {
	float:right;
	margin:0;
	clear:none;
}
p.titulconbord{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	font-weight:bold; 
	margin-bottom:0.3; 
	float:left;
}
div.dvabajo{
	float:left;
}
div#dvbusctiend{
	float:left; 
	width:100%;
}
div#dvbusctiend div{
	float:left; 
	width:33.2%;
}
div#dvbusctiend div#mapa{
	width:100%;
}
div#dvbusctiend label{
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	cursor:auto; 
	font-weight:bold;
}
div#dvbusctiend input{
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	width:205px;
}
div#dvbusctiend span{
	font-family:"Trebuchet MS"; 
	font-size:10px;
}
div#dvlistad{
	float:left; 
	width:100%; 
	margin-bottom:1em;
	position:relative;
}
p.presult{
	font-weight:bold; 
	font-size:11px; 
	font-family:"Trebuchet MS";
}
div#dvlistad ul.ullistiz{
	float:left;
	margin:0;
	width:100%;
	padding:0;
}
div#dvlistad ul.mr4{
	margin-right:4em;
}
div#dvlistad ul.ullistiz li{
	list-style:none;
	cursor: pointer;
	width:100%;
	float:left;
	display:block;
	margin-bottom:1px;
}
#big_modal div#dvlistad ul.ullistiz li.columns{
	display: block;
	float:left;
	width:50%;
	*margin-bottom:5px;
	*width:48%;
}
#large_modal div#dvlistad ul.ullistiz li.columns{
	display: block;
	float:left;
	width:50%;
	*margin-bottom:5px;
	*width:260px;
}
div#dvlistad ul.ullistiz li span{
	font-family:"Trebuchet MS"; 
	font-size:11px;
	float:left;
}
#content_tunel div#dvlistad ul.ullistiz li span{
	float:none;
}
/*
div#dvlistad ul.ullistiz li span.spnsel{
	font-weight:bold;
}*/

div.dvlistadiz {
	float:left;
	width:76.5%;
	*width:76%;
}

#large_modal div.dvlistadder{
	float:right;
	width:160px;
	margin-right: 10px;
}
#large_modal .bot_sig.tiendas{
	float: none;
	display: block;
	margin-left: -30px;
}

#big_modal div.dvlistadder{
	float:right;
	width:23%;
}
div.dvlistadder ul{
	float:left; margin:0; padding:0;
}
div.dvlistadder ul li{
	list-style:none;
}
div.dvlistadder ul li span{
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	font-weight:bold
}
div.dvlistadder ul li a{
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	font-weight:bold; 
	text-decoration:underline;
}


#map_canvas {
	height: 300px;
	width: 98%;
	margin-left: AUTO;
	margin-right: AUTO;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tiendaSelected {
	font-weight: bold;
}

p.psegtit{
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin:0;
    width: 100%;
}
ol#ollist{
	float:left;
	margin:0 0 1em 1.5em;
	padding:0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    width: 100%;
    *padding-left: 25px !important;
    *margin-left: 0px !important;
}
ol#ollist p{
	margin:1em 0 0 0; 
	padding:0; 
	width:100%;
}
p.pelegped{
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	width:100%; 
	float:left; 
	border-top-width: .1em;
	border-top-style:solid;
	padding-top:2em;
	margin-bottom:.5em;
}
table.articulosdevolver th{
	border-bottom-width:.1em !important;
	border-bottom-style:solid !important;
	border-top-width:.1em !important;
	border-top-style:solid !important; 
	width:20%; 
	font-weight:normal !important;
}
table.articulosdevolver th.thpri{
	width:5% ;
}
table.articulosdevolver th.w32{
	width:32%;
}
table.articulosdevolver p{
	text-align:center;
}
table.articulosdevolver .left p{
	text-align:left;
	line-height: 1.6em;
}
#articulos.articulosdevolver .left span {
    line-height: 17px !important;
}
table.articulosdevolver .right p{
	text-align:right;
}
/*Devolucion a domicilio paso1*/
#devdomic {
	float: left;
	/*margin-left:45px;*/
	left:44px;
	margin-top: 100px;
	position: relative;
	width:70%;
	z-index: 1;
	padding-bottom:20px;
	/*min-width: 990px;
	min-height:550px;*/
}
#pasosdevol {
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 20px;
	width: 100%;
	margin-bottom:50px;
	float:left;
}
#pasosdevol ul {
	display:block;
	padding-left: 0px;
	width:650px;
	min-width:550px;
	min-width:550px;
	margin-top: -12px;
	margin-bottom:-12px;
	margin-left:auto !important;
	margin-right: auto !important;
	overflow:hidden;
}
#pasosdevol li {
	float:left;
	display:block;
	width: 33%;
}
#pasosdevol li.last {
	margin-right:0;
}
#pasosdevol li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:100%;
	text-align:center;
	float:left;
	padding-top:40px;
}

#pasosdevol.rusia li {
        width:25%;
}


table.articulosdevolver1 th{
	border-bottom-width:.1em !important;
	border-bottom-style:solid !important;
	border-top-width:.1em !important;
	border-top-style:solid !important; 
	width:14%; 
	font-weight:normal !important;
}
table.articulosdevolver1 th.thbot{
	width:16%;
}
table.articulosdevolver1 th.thpri{
	width:5% ;
}
table.articulosdevolver1 th.w20{
	width:20% ;
}
table.articulosdevolver1 p{
	text-align:center;
}
table.articulosdevolver1 .left p {
	text-align:left;
	line-height:16px;
}
#articulos.articulosdevolver1 td span {
	line-height:17px !important;
}
span#spncanti{
	border:1px solid; padding:.5em; margin:0 .5em;
}
#tablaPedidos p a{
	font-size:25px;
}
#tablaPedidos img{
	margin-bottom:0;
}
#tablaPedidos .contadores{
	width:71px !important;
}
#tablaPedidos .contadores input{
	margin: 4px 5px !important;
}
#tablaPedidos p.error {
    bottom: 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    left: 0;
    /*margin-bottom: -10px;*/
    padding: 0;
	margin-left:0;
	/*max-width: 210px;*/
	margin-top:5px;
	line-height:13px;
	float:left;
	width:100%;
}
/*Devolucion a domicilio paso2*/
div span.spndevdomsegpas{
	float:left; 
	color:#979797;
	font-size:10px; 
	width:100%;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#dv1{
	float:left; 
	width:100%; 
	margin-bottom:14px; 
	*height:50px;
}
#dv1 div{
	float:left; 
	width:33%;
}
#dv1 label{
	float:left; 
	width:auto !important;
}
#dv1 input{
	float:left; 
	clear:both; 
	width:87% !important; 
	font-size:11px;
}
#dv2{
	float:left; 
	width:100%;
	margin-bottom:1em; 
	*height:50px;
}
#dv2 div{
	float:left; 
	width:33%;
}
#dv2 label{
	float:left; 
	width:auto !important;
}
#dv2 input{
	float:left; 
	clear:both; 
	width:87% !important;
}
#dv3{
	float:left; 
	width:100%;
	margin-bottom:1em; 
	*height:50px;
}
#dv3 div{
	float:left; 
	width:33%;
}
#dv3 label{
	float:left; 
	width:auto;
}
#dv3 select{
	float:left; 
	width:208px; 
	clear:both; 
	font-size:13px;
}
#dv3 input{
	float:left; 
	clear:both; 
	width:87% !important; 
	font-size:11px
}
#dv4,
#dv5{
	float:left; 
	width:100%;
	margin-bottom:1em; 
	height:60px;
	*margin-bottom:2em;
}
#dv4 div,
#dv5 div{
	float:left; 
	width:33%;
}
#dv4 label,
#dv5 label{
	float:left; 
	width:auto !important;
}
#dv4 input,
#dv5 input{
	float:left; 
	clear:both; 
	width:87% !important; 
	font-size:11px
}

/*DEVOS MEXICO*/
#dv4 select{
	float:left; 
	width:208px; 
	clear:both; 
	font-size:13px;
}
#dv4 div .multidrop{
	width:205px;
	float:none !important;
}
#dv4 div .enclosing{
	float:none !important;
}
#dv4 div .jspPane{
	width:190px;
}
#dv4 div .jspVerticalBar{
	width:6px;
	top:0px !important;
}
#dv4 div .jspTrack{
	width:6px;
}
#dv4 div .jspDrag{
	width:6px;
}

span.spnconbor{
	border-bottom-width:.1em;
	border-bottom-style:solid;
	font-size:12px; 
	width:100%; 
	float:left;
	margin-bottom: 1em;
	padding-bottom: 0.5em;	
	/*float:none\0/IE7 !important;*/
}
/*Devolucion a domicilio paso3*/
.dvtotaldevolu{
	float:right;
	margin:0;
	width:100%;
	border-top-width:1px;
	border-top-style:solid;
	margin-top:1em;
	height:21px;

}
.dvtotaldevolu .spntotaldevolu{
	float:right;
	margin:0;
	clear:none;
	padding:0 3em 0 0;
	text-align:right;
	font-size:13px;
	font-family:"Century Gothic";
	font-weight:bold;
}
.dvtotaldevolu .spntotaldevolu2{
	float:right;
	margin:0;
	clear:none;
	padding:0 10px 0 0;
	text-align:right;
	font-size:13px;
	font-family:"Century Gothic";
	font-weight:bold;
}
.dvtotaldevolu .spntotaldevolu2 em{
	font-size:10px;
}
p.subtitulo4{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
p.subtitulo2{
    margin-top: 1px !important;
}
p.pdirrecog{
	font-size:13px; 
	font-weight:bold; 
	border-bottom-width: .1em;
	border-bottom-style:solid;
	width: 30%;
	*padding-top: 1em;
}
.boton7 {
	float:right;
	padding-top:5px;
	position:absolute;
	right:0;
	bottom:0;
	*bottom:22px;
}
.boton7 a.acc_butt {
	float:right;
	margin:0;
	clear:none;
}
div.uprow{
	float:left;
	width:100%;
	*padding-bottom:10px;
}
div.uprow ul{
	float:left; 
	width:100%; 
	padding:0;
}
div.uprow ul li{
	list-style:none; 
	float:left; 
	margin-right:6em;
}
div.uprow ul li.ultliuprow{
	margin-right:0;
}
div.uprow ul li span{
	font-size:12px; 
	font-family:"Trebuchet MS";
}
div.uprow ul li span.spnbold{
	font-weight:bold; 
	margin-left:1.5em;
}

/*modal tunel*/
#seleccionarTiendaDiv {
	overflow:hidden;
	margin-top:15px;
}
#content_tunel{
	clear: both;
    margin:2em 0 0 1em;
    width: 96%;
	overflow:hidden;
}
#large_modal #content_tunel {
	margin-top:1em;
	width:100%;
}
#map_canvas{
	clear:both;
}
div#dvbusctiendtune{
	float:left;
	/*width:100%;*/
	width: 715px;
}
#big_modal div#dvbusctiendtune{
	width:100%;
}
div#dvbusctiendtune div.dvform{
	float:left; width:36%;
}

#big_modal div#dvbusctiendtune div.dvform{
	float:left; width:20%; margin-right:20px;
}
#large_modal div#dvbusctiendtune div.dvform input{
	width:70%;
}
div#content_tunel p.title{
	margin-top:1em;
}
div#dvbusctiendtune div#mapa{
	width:100%;
	float:left;
	position:relative;
}
div#dvbusctiendtune label,
div#dvbusctiendtune div#label {
	font-family:"Trebuchet MS"; font-size:11px; cursor:auto; font-weight:bold;
}

div#dvbusctiendtune div#label {
	margin-top: 2px;
}
#big_modal div#dvbusctiendtune div#label {
	margin-top: 6px;
}
div#dvbusctiendtune div.md-multidrop {
	margin-top: 2px;
}

div#dvbusctiendtune input{
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	width:100%; 
	border-width:1px !important;
	border-style:solid !important;
}
div#dvbusctiendtune span{
	font-family:"Trebuchet MS"; 
	font-size:10px; 
	clear:both; 
	float:left; 
	width:100%;
}
div#dvbusctiendtune div#mapa img{
	width:100%;
}
#dvbusctiendtune .boton3 {
	float:right !important;
	margin-top:1em !important;
}
#big_modal .prueba {
	/*float:right;
	padding-top:10px;
	padding-right:15px;*/
	width:95%;
	margin:12px auto 2em;
	*margin:15px auto -1.5em;	
	text-align:right;
}
#big_modal a.close_modal {
	/*position:absolute;
	top:10px;
	right:14px;*/
	width:12px;
	height:12px;
	cursor:pointer;
	display:block;
	float:right;
}
p.subtitulo {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width:1px;
	border-bottom-style:solid;
    margin-bottom: 10px;
    margin-top:5px;
    padding-bottom: 10px;
    font-size: 12px;
    width: 100%;
}
#big_modal .boton3 {
	float:left !important;
	margin:0;
	padding-top:5px;
	margin-top:21px !important;
	*margin-top:18px !important;
}
#big_modal .boton3 a.acc_butt {
	float:right;
	*float:left;
	margin:0;
	clear:none;
}
#big_modal .boton4, #large_modal .boton4 {
	float:left;
	padding:2px;
	clear:both;
}
#big_modal .boton4 a.spot, #large_modal .boton4 a.spot {
	float:none;
	margin:0;
	clear:none;
	padding:0 0.4em;
	font-size:15px;
}

#big_modal .boton4.border, #large_modal .boton4.border {
	margin:1.5em 0 0 0;
}
#big_modal .boton4 a.acc_butt {
	float:none;
	margin: 1em 0;
	clear:none;
	padding:0 0.4em;
	font-size:15px;
}
.row .boton5 {
	float:right;
	margin:.8em 0 0 0;
	padding:2px;

}
.row .boton5 a.acc_butt {
	float:none;

	clear:none;
	padding:0.1em 2em;
	font-size:12px;
}
span.spnroj{
	font-size:11px;
	font-family:"Trebuchet MS";
	float:left; margin-top:1.5em;
	display: none;
}
#cv2_desc {
	border-style:solid;
	border-width:1px;
	padding:4px;
	*margin-left:-48%;
	display:none;
  	top:380px;
  	position:absolute;
  	width:47%;
  	z-index:10;
}
:Root #cv2_desc {
	top:370px\0/IE9 !important;
}  /*IE9*/



/* div para motivos de devolucion */
.devoMotivo {
	background: none repeat scroll 0 0 #F5F4F2;
    border-width: 1px;
	border-style:solid;
    display: none;
    left: 722px;
    overflow: hidden;
    position: absolute;
    top: 755px;
}

.devoMotivo .devoCont {
	height: 100px;
    margin: 20px 5px 5px;
    overflow: hidden;
    width: 220px;
}

.devoMotivo .close {
	cursor: pointer;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 10px;
}

.devoMotivo .opt_check {
	float: left;
    margin: 10px 0 10px 10px;
    padding: 0 0 10px;
    width: 100%;
}

.devoMotivo .opt_check li{
	display: block;
    float: none;
    margin-bottom: 1px;
    width: 100%;
}
.devoMotivo .opt_check li label{
	line-height: 1.4em !important;
	width: auto !important;
	font-size: 11px !important;
}


/* selects dropdown */
.md-multidrop{
	position: absolute;
	z-index:999;
}
.md-multidrop.tunelenvio {
	margin-top:20px;
}
.tunelcuenta {
	*left:0;
}
.md-multidrop.tunelcuenta {
	margin-top:20px;
	*left:0;
}
.md-multidrop.modalCuenta {
	*margin-top:0px;
	*clear: both;
}
.md-multidrop.multidrop.single{
	border-width: 1px ;
	border-style:solid;
}
.md-multidrop.multidrop.single .md-select-inner{
	/*width : 200px;*/
	padding-right: 30px;
}
.md-multidrop.multidrop.single ul{
	padding-right: 10px;
}
.md-select{
	float: left;
	width:100% !important;
	/*max-height: 90px;*/
}
.md-select-inner{
	padding: 3px 30px 0 3px;
	border-top-width: 1px;
	border-top-style:solid;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	cursor: pointer;
}
.md-select.first .md-select-inner{
	border-left-width: 1px;
	border-left-style:solid;
	padding-left: 10px;
}
.md-select.last .md-select-inner{
	border-right-width: 1px;
	border-right-style:solid;
	margin-right: 10px;
}
.md-select-ul{
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 5px 3px 5px 5px;
	border-right-width: 1px;
	border-right-style:solid;
	border-left-width: 1px;
	border-left-style:solid;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	display: none;
	overflow: hidden;
	z-index:100;
}
.md-select-ul li{
	padding: 2px;
	font-size:12px;
	height: auto;
	text-transform: capitalize;
}
.md-select-ul li:hover{
	cursor: pointer;
}
.md-select.first .md-select-ul{
	border-left-width: 1px;
	border-left-style:solid;
	padding-left: 10px;
}
.md-select.last .md-select-ul{
	border-right-width: 1px;
	border-right-style:solid;
	margin-right: 10px;
}
.md-select-inner-title{
	padding-bottom: 3px;
	min-width: 20px;
	font-size:12px;
	height: 15px;
	text-transform: capitalize;
}

.multidropIE7 {
	*margin-top: 0 !important;
}
#direccionForm .multidropIE7 {
	*margin-top:0 !important;
}


/***detalle pedido***/
#detallePedido {
	float:left;
	margin:30px 0 0 20px;
	width:95%;
}

#detallePedido .detalles {
	width:100%;
	margin:0 auto 20px;
}

#detallePedido .detalles table tr td {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:0px;	
}

#detallePedido .detalles table tr td.col1{
	width: 33%;
	align: left;
}

#detallePedido .detalles table tr td.col2{
	width: 33%;
	align: center;
	text-align: center;
}

#detallePedido .detalles table tr td.col3{
	width: 33%;
	align: right;
	text-align: right;
}

#detallePedido .title_modal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
	border-bottom:1px solid #989897;
	margin-top:0;
	margin-bottom:10px;
	float:left;
	width:100%;
}

#detallePedido #articulos .nom td {
	padding-top:0;
}

#detallePedido span.iva {
	width:100%;
	text-align:right;
	margin-bottom:0;
}

#detallePedido .detalleInfo {
	float:left;
	width:100%;
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	padding:15px 0;
}

#detallePedido .detalleInfo p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:100%;
	margin:0 0 5px;
	font-weight:bold;
}

#detallePedido .botonDetalle {
    float:right;
    margin:0;
    padding-top:15px;
	padding-bottom:15px;
    width:100%;
}

#detallePedido .botonDetalle a.acc_butt {
    *margin-top:0;
}

#titleBuscarTiendas{
	float: none;
	width: 715px;
	margin-top: 1em;
	/*margin-left: -10px;*/
}
#big_modal #titleBuscarTiendas{
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:12px;
	padding:2px 0;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	*margin-bottom:15px;
	border:none;
	float:left;
	background:none #000;
	color:#fff;
}

#large_modal #titleBuscarTiendas{
	width: 715px !important;
}

.divProvincia{
	text-align: left !important;
}

/** tooltip en el mapa **/
.mapa_tooltip {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:217px;
	height:119px;
	background:url(/wcsstore/DuttiNEWStorefrontAssetStore/img/fondo_tooltip.png?t=20151103220104) no-repeat;
	padding:15px;
}

#mapa_tooltip .stock_remarks {
    font-size: 10px;
    padding-top: 5px;
}

#big_modal .mapa_tooltip a.close_modal {
	top:15px;
	right:18px;
}

.mapa_tooltip p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	width:98%;
	padding:0;
	margin:0 0 2px;
}

.mapa_tooltip p.title_tooltip {
	border-bottom:1px solid #9f9f9f;
	padding-bottom:8px;
	margin-bottom:10px;
}

.enclosing .jspContainer{
	width:95% !important;
}

/* separador */
p.separator{
	border-bottom: 1px solid #989897;
    margin-bottom: 6px;
    margin-top: 0;
    padding-bottom: 5px;
    width: 100%;
}


/** pagina de error **/
#error_page {
	width:500px;
	margin-top: 200px;
	margin-left:25%;
}

#error_page p {
	text-align:center;
	float:left;
	font-size:11px;
	margin:5px 0 10px;
	line-height:18px;
	width:100%;
}

#error_page p a {
	color:#000;
	text-decoration:underline;
}

#error_page .centrado {
    clear: both;
    margin: 20px 0 30px;
    text-align: center;
    width: 100%;
	float:left;
}

#error_page .centrado a.goto_home {
    background:none #939598;
    color:#FFFFFF;
    cursor:pointer;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:0 auto;
    padding:3px 20px;
    width:auto;
}


/** modal descripcion motivo **/
#descrMotivoForm .row {
	margin:15px 0 0 35px;
}
#descrMotivoForm .row.hg55 {
	height:55px;
}
#descrMotivoForm .row .block {
	margin:0 97px 0 0;
	width:42%;
}
#descrMotivoForm .row .block.sin {
	margin:0;
}
#descrMotivoForm .row .block.all {
	width:100%;
	margin:0;
}
#descrMotivoForm .row .block.txtrea {
	width:100%;
	margin:0;
	*height:115px;
}
#descrMotivoForm .row .block input {
	width:97%;
	*margin-left:0;
}
#descrMotivoForm .row .block.all input {
	width:98.5%;
}
#descrMotivoForm .row .block.txtrea textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	width:99.2%;
	margin-bottom:3px;
	height:100px;
	border-style:solid;
	border-width:1px;
	resize:none;
	float:left;
}
#descrMotivoForm .rowPol {
	margin:5px 0 10px 35px;
	float:left;
	width:90%;
}
#descrMotivoForm .rowPol .check {
    float: left;
    height: 13px;
    margin-right: 5px;
    margin-top: 5px;
    width: 12px;
}
#descrMotivoForm .rowPol label {
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
	padding-top:2px;
}
#descrMotivoForm .rowPol label a {
    text-decoration: underline;
}
#descrMotivoForm .boton a.acc_butt {
	margin-left:10px;
}
#descrMotivoForm .info_campo {
	*clear:none;
	*padding-top:10px;
}

/** sesion expirada **/
/** press site **/
#sesion {
	position:absolute;
	top:100px;
	left:23%;
	width:75.5%;
	display:block;
}
#sesion p {
	float:left;
	width:100%;
	text-align:center;
	margin:2px 0;
	font-size:12px;
}
#sesion p.title {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 0;
}
#sesion .mspot1 {
	background:none #000;
	float:left;
	width:100%;
	height:200px;
	margin:10px 0;
}
#sesion .mspot2 {
	background:none #000;
	float:left;
	width:100%;
	height:100px;
	margin:10px 0;
}
#sesion .boton {
    float: left;
    margin: 15px 0;
    width: 100%;
}
#sesion a.acc_butt {
	clear:none;
	padding:2px 30px 1px;
	*margin-top:0;
}
.touch #regalo .spot {
	width:32%;
}

#dv3 div .md-multidrop{
	width:205px;
	float:none !important;
}
#dv3 div .md-select-inner{
	float:none !important;
}
#dv3 div .md-select-inner-title{
	float:none !important;
	width: 100%;
}
#dv3 div .enclosing{
	float:none !important;
}
#dv3 div .jspPane{
	width:190px;
}
#dv3 div .jspVerticalBar{
	width:6px;
	top:0px !important;
}
#dv3 div .jspTrack{
	width:6px;
}
#dv3 div .jspDrag{
	width:6px;
}
.touch #detail {
	width:75%;
	margin-left:240px;
}
.touch #grid {
	width:75%;
	margin-left:240px;
}


/*--------------Css sistemas---------------------*/
#menu.subhome .last {
    margin-bottom: 14px !important;
}

#menu.subhome .informative{
 	cursor: default !important;
}
#multidrop-provincia .md-select-ul li{
	text-transform: capitalize;
}

#multidrop-provincia .md-select-inner-title{
	text-transform: capitalize;
}

.emailAccess{
    position: relative;
    margin-top: -22px;
    *margin-top: -25px;
  	margin-bottom: -21px;
}
/*-----Fuentes----*/

#menu{
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
	font-weight: 400;
}

#menu ul li a.active {
	font-weight: 700;
}

#menu.home > ul > li > input {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.subhome > ul > li > input {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.subhome .l2.active {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.subhome .l3 {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;	
}
#menu.subhome .l4 {
    font-family: Georgia,Times,serif;
}
#menu.parrilla > ul > li > input {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.parrilla .l2.active {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.parrilla .l3 {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;	
}
#menu.parrilla .l4 {
    font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;    
}
#menu.detalle > ul > li > input {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.detalle .l2.active {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}
#menu.detalle .l3 {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;	
}
header > ul > li > input {
    font-family: "cgRegular","Helvetica",sans-serif;
}
#ayuda p {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#ayuda a.env_mail {
    font-family: cgregular;
}
#ayuda a.guia_comp {
    font-family: cgregular;
}
#guia_hidden a {
    font-family: "cgRegular","Helvetica",sans-serif;
}
#first p {
    font-family: "cgRegular","Helvetica",sans-serif;
}
#first a.bot {
    font-family: cgRegular;
}
#bienvenida p {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#bienvenida a.bot {
    font-family:cgbold;
}
#bienvenida a.pass {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#password p {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#password a.bot {
    font-family:cgbold;
}
a.but{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tooltip {
    font-family: Helvetica !important;
}
#menu.sesion > ul > li > input {
	font-family: Lato,"Trebuchet MS",Helvetica,sans-serif;
}

#titleDropPointFrom{
	float: none;
	width: 715px;
	margin-top: 1em;
	/*margin-left: -10px;*/
}
#big_modal #titleDropPointFrom{
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:12px;
	padding:2px 0;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	*margin-bottom:15px;
	border:none;
	float:left;
	background:none #000;
	color:#fff;
}

div#dvDropPointTune {
    float: left;
}

#big_modal div#dvDropPointTune {
    width: 100%;
}

#big_modal div#dvDropPointTune div.dvform {
    float: left;
    margin-right: 20px;
    width: 20%;
}

div#dvDropPointTune input {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #8B8889 !important;
    font-family: "Trebuchet MS";
    font-size: 11px;
    width: 100%;
}

div#dvDropPointTune span {
    clear: both;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 10px;
    width: 100%;
}

div#dvDropPointTune label {
    cursor: auto;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
}

div#dvDropPointTune div#mapa {
    float: left;
    position: relative;
    width: 100%;
}

div#seleccionarTiendaDiv .md-multidrop {
	margin-top: 20px;
}

#botonContinuar{
	cursor:pointer;
}

/** Devolucion parte mi cuenta **/

#sistemas_devolucion {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sistemas_devolucion li {
    padding-bottom: 15px;
}
#sistemas_devolucion li > a {
    background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/flechaRight.png?t=20151103220104) no-repeat scroll left center transparent;
    color: #000000;
    font-family: Georgia,serif;
    font-size: 12px;
    padding-left: 14px;
}
#sistemas_devolucion li > a.active {
    background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/flechaDown.png?t=20151103220104) no-repeat scroll left center transparent;
}
#sistemas_devolucion li a.boxed {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-family: georgia,serif;
    font-size: 12px;
    padding: 2px 3px;
}
#sistemas_devolucion li a.boxed:hover {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
}
#sistemas_devolucion li > p, #sistemas_devolucion li > div p {
    font-size: 11px;
}
#sistemas_devolucion li > p > a {
    color: #000000;
    text-decoration: underline;
}
/* -------------------------------------- */


/* jQuery UI - v1.9.1 - 2012-11-11 */
/* -------------------------------------- */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
#ui-datepicker-div{ margin-top:6px; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-datepicker { width: 278px; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: 1em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 0.6em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #000; background: #ffffff url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_75_ffffff_40x100.png?t=20151103220104) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #cccccc; background: #cccccc url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_75_cccccc_40x100.png?t=20151103220104) 50% 50% repeat-x; color: #222222; font-weight: bold; font-size:12px }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #eeeeee; background: #eeeeee url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_75_eeeeee_40x100.png?t=20151103220104) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #ababab; background: #ababab url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_75_ababab_40x100.png?t=20151103220104) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #ffffff; background: #ffffff url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_glass_65_ffffff_1x400.png?t=20151103220104) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #666666; background: #666666 url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_55_666666_40x100.png?t=20151103220104) 50% 50% repeat-x; color: #ffffff; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #ffffff; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_glass_95_fef1ec_1x400.png?t=20151103220104) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_222222_256x240.png?t=20151103220104); }
.ui-widget-content .ui-icon {background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_222222_256x240.png?t=20151103220104); }
.ui-widget-header .ui-icon {background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_222222_256x240.png?t=20151103220104); }
.ui-state-default .ui-icon { background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_888888_256x240.png?t=20151103220104); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_454545_256x240.png?t=20151103220104); }
.ui-state-active .ui-icon {background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_454545_256x240.png?t=20151103220104); }
.ui-state-highlight .ui-icon {background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_2e83ff_256x240.png?t=20151103220104); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-icons_cd0a0a_256x240.png?t=20151103220104); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_0_aaaaaa_40x100.png?t=20151103220104) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/wcsstore/DuttiNEWStorefrontAssetStore/css/img_jqueryui/ui-bg_flat_0_aaaaaa_40x100.png?t=20151103220104) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }





/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R 
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */
.periods{ display:none }
.ui-timepicker-inline { display: inline; }

#ui-timepicker-div { margin-top:6px;margin-left:-150px;padding: 0.2em; }
.ui-timepicker-table { display: inline-table; width: 280px;}
.ui-timepicker-table table { margin:0; width: 100%; }

.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }

.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: left; padding-left: 2px; }
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }

.ui-timepicker-hour-cell{
	cursor: pointer;
}
.ui-timepicker-minute-cell a{
	background: #AAA !important;
	cursor: pointer;
}
.ui-timepicker-minute-cell a:hover{
	background: #FFF !important;
}
/* span for disabled cells */
.ui-timepicker-table td span {
	display:block;
    padding:0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;

    text-align:right;
    text-decoration:none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}


/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
/* The close button */
.ui-timepicker .ui-timepicker-close { float: right }

/* the now button */
.ui-timepicker .ui-timepicker-now { float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect { float: left; }


/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-timepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.privatePolicyNewsletter #politica{
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}



/* Modal tiendas */
/* -------------------------------------- */
.modal_window{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.modalbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/b_g.png?t=20151103220104);
	cursor: pointer;
}
.modalclose{
	background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/close_news.png?t=20151103220104) no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3%;
	margin-top: 3px;
	right: 1%;
}
.modalcont{
	background: #FFF;
	width: 90%;
	margin-left: 5%;
	position: absolute;
	height: 90%;
	top: 5%;
	min-width: 640px;
	min-height: 480px;
}
.modalinner{
	width: 92%;
	height: 94%;
	left: 4%;
	top: 3%;
	position: absolute;
}
.modaltitle{
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	float: left;
	background: none black;
	color: white;
}
.modal_window #shopform{
	width: 290px;
}
#shopform hr{
	margin: 8px 0;
}
#shopform p, #shopform label{
	font-size: 12px;
}
#shopform label{
	padding-top: 12px;
}
#shopform{
	position: absolute;
	z-index:1;
	height: 95%;
	top: 5%;
}
#shopform .tip{
	font-size: 10px;
	color: #666;
}
#shopform .acc_butt{
	float: none;
	display: inline;
}
#shopmap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 95%;
	top: 5%;
}
#shopmap .innermap{
	height: 100%;
	padding-left: 300px;
}
#shopmap .innermap #map{
	height: 100%;
	position: relative;
}
#shopmap .innermap #map #mapcanvas{
	width: 100%;
	height: 100%;
}
#shopform #resultList{
	font-size: 12px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 0;
	padding-top: 12px;
}
.tienda.columns{
	margin-bottom: 6px;
	max-width: 160px;
	padding-left: 14px;
	background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/right_arrow.png?t=20151103220104);
	background-position: 2px 4px;
	background-repeat: no-repeat;
}
.tienda.columns > span{
	cursor: pointer;
}
.tienda.columns.tiendaSelected{
	background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/down_arrow.png?t=20151103220104);
	background-position: 0 4px;
}
#shopform .detalletienda{
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
}
#shopform #scrollable{
	height: 300px;
}
.detalletienda a{
	text-decoration: none;
	color: #555;
}
.detalletienda a:hover{
	color: #000;
}
#results_header{
	display: none;
}
.tienda_sel{
	font-size: 11px;
	background: #666;
	color: #FFF;
	padding: 2px 4px;
}
.detalletienda{
	position: relative;
}
.detalletienda .tienda_sel{
	background: #666;
	color: #FFF;
	position: absolute;
	left: 170px;
	top: 50%;
	margin-top: -6px;
}
.detalletienda .tienda_sel:hover{
	background: #666;
	color: #FFF;
}
#mapa_tooltip .tienda_sel{
	position: absolute;
	bottom: 33px;
	right: 15px;
}
#mapa_tooltip p{
	margin: 0;
}
#mCalle{
	margin-top: 4px !important;
}
.tienda_sel:hover{
	background: #000;
	color: #FFF;
}
#tooltipClose{
	right: 15px;
	top: 15px;
	background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/close_news.png?t=20151103220104);
	width: 12px;
	height: 12px;
	position: absolute;
	display: block;
}
#ubicacion{
	border: solid 1px #888;
	width: 275px;
	padding: 4px 8px;
}
/* -------------------------------------- */
#reserva_but {
    font-family: georgia,serif;
    font-size: 14px;
    margin-top: 40px;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

#reserva_but a {
    background-color: #969696;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: -21px;
}

.mapa_tooltip {
    background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/fondo_tooltip.png?t=20151103220104) no-repeat scroll 0 0 transparent;
    display: none;
    height: 119px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 217px;
}

#mapa_tooltip p {
    margin: 0;
}

.mapa_tooltip p {
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 2px;
    padding: 0;
    width: 98%;
}


#mapa_tooltip p {
    margin: 0;
}


#mapa_tooltip p {
    margin: 0;
}



#mapa_tooltip .tienda_sel.talla {
    bottom: 0;
    position: relative;
    right: 0;
}
#mapa_tooltip .tienda_sel {
    bottom: 33px;
    position: absolute;
    right: 15px;
}
.tienda_sel {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font-size: 11px;
    padding: 2px 4px;
}

#mapa_tooltip #tt_top {
background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/tt_top.png?t=20151103220104); 
/*height:10px;*/ 
padding: 15px 20px;
}

#mapa_tooltip #tt_center {
background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/tt_center.png?t=20151103220104); 
padding: 0 20px;
}

#mapa_tooltip #tt_center .tienda_detalles {
	border-bottom: 1px solid #666;
    padding-bottom: 5px;
	margin-bottom: 5px;
}

#mapa_tooltip .tallaselector {
    font-size: 12px;
    padding-top: 5px;
	border-bottom: 1px solid #666;
}

#mapa_tooltip .tallaselector .size_holder {
    float: left;
    width: 25%;
	height: 30px;
}
#mapa_tooltip.consulta_tt .tallaselector .size_holder {
		font-weight: bold;
		text-align:center;
}
#mapa_tooltip.consulta_tt .tallaselector .size_holder .radio {
    float: none;
    position: relative;
    display: inline-block;
}

#mapa_tooltip .tallaselector .size_holder.title {
	text-align:left;
	width:100%;
	height:2em;
}

#mapa_tooltip .tallaselector .size_holder.title,
#mapa_tooltip .tallaselector .size_holder.not_available {
	font-weight: normal;
}

#mapa_tooltip .tallaselector input {
    margin-left: 12px;
}
/*CONSULTA STOCK COLORES*/
#mapa_tooltip .tallaselector.consulta .size_holder.high {
	color:#5D7A46;
}

#mapa_tooltip .tallaselector.consulta .size_holder.low {
	color:#965434;
}

#mapa_tooltip .tallaselector.consulta .size_holder.not_available {
	color:#c7c7c7;
}

/*LEYENDA COLORES STOCK*/
#mapa_tooltip .tallaselector .sizes_color_caption {
	clear:both;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul {
	list-style:none;
	margin:0;
	padding:0 0 0 15px;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul li {
	display:block;
	height:auto;
	overflow:hidden;
	margin:0 0 4px;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul li span {
	background-color:#22b14c;
	display:block;
	float:left;
	height:5px;
	text-indent:-9999px;
	width:20px;
	margin:5px 6px 0 0;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul li span.high {
	background-color:#5D7A46;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul li span.low {
	background-color:#965434;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul li span.not_available {
	background-color:#c7c7c7;
}

#mapa_tooltip .tallaselector .sizes_color_caption ul li p {
	float:left;
	font-size:10px;
	width:85%;
}

.check {
    background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/checkout.png?t=20151103220104) no-repeat scroll left top transparent;
}
.check {
    float: left;
    height: 13px;
    margin-right: 5px;
    margin-top: 3px;
    width: 12px;
}

#mapa_tooltip .no_reserva_en_tienda {
    height: 75px;
    margin-top: 5px;
}  

.tallaselector .size_holder.not_available  {
    color: #939598;
	font-weight: normal;
}

.size_holder input{
	 background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/checkout_reserva.png?t=20151103220104) no-repeat scroll left top transparent; 
}
.check.active {
    background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/checkin.png?t=20151103220104) no-repeat scroll left top transparent;
}

#mapa_tooltip #tt_bot {
background-image: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/tt_bot.png?t=20151103220104); 
height:46px; 
padding: 0 20px;
}

#tiendastalla #input_pais {
    border: 1px solid #888888;
    padding: 4px 8px;
    width: 275px;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
#shopform .error_msg {
    clear: both;
    display: none;
    font-size: 12px;
}
.general_modal_reserva_store {
    
    background: none repeat scroll 0 0 #FFFFFF !important;
    left: 50% !important; 
    margin-left: -340px !important;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    position: absolute !important;
    top: 50% !important;
    width: 680px !important;
    display: block !important;
    overflow: auto !important;
    top: 170px !important;
    max-height: 330px !important;
}
#tramitarReserva {
    margin: 0;
    background: none repeat scroll 0 0 #939598;
    color: #FFFFFF;
    clear: both;
    display: block;
    float: right;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 30px;
    transition: all 600ms ease 0s;
    white-space: nowrap;
    width: auto;
}

#p_thumbs li .play_video {
    display: block;
    height: 25px;
    left: 16px;
    position: absolute;
    top: 29px;
    width: 25px;
    z-index: 2;
}

#mapa_tooltip .no_reserva_en_tienda {
    height: 75px;
    margin-top: 15px;
}  

.tallaselector .size_holder.not_available {
    color: #939598;
}

.size_holder input{
	 background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/checkout_reserva.png?t=20151103220104) no-repeat scroll left top transparent; 
}
.check.active {
    background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/checkin.png?t=20151103220104) no-repeat scroll left top transparent;
}

.aceptar_condiciones {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 100%;
}
.aceptar_condiciones input {
    float: left;
}
.aceptar_condiciones label {
    color: #000000;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 96%;
}
.aceptar_condiciones label a {
    color: #222222;
    text-decoration: underline;
}
.aceptar_condiciones p.error {
    bottom: 0;
    color: #9B0202;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    line-height: 11px;
    margin-bottom: -14px;
    padding: 0;
}

#general_modal .block.two {
    width: 90%;
}


a.but.size_guide {
background-image: none;
        background-color:#71706e;
        padding:5px;
        color:#ffffff !important;
}
#detail .size_guide_tooltip {
  display:none;
  position:absolute;
  background-color:#0a0d0d;
  width:150px;
  height:60px;
  color:#ffffff;
  font-size:12px;
  opacity:0.8;
  z-index:10;
  padding:10px;
  right:0px;
  bottom:89px;
}
#detail .size_guide_tooltip .cont {
  width:150px;
  height:60px;
}
#detail .size_guide_tooltip .cont p {
  margin:0px;
}
#detail .size_guide_tooltip img {
  position:absolute;
  right:20px;
  bottom:-10px;
}


.options {
border-top-color: #666;
        position:relative;
}


#datos_cobro p.devo {
   font-size: 12px;
   margin-top:0px;
}
#datos_cobro .block.type {
  width:auto;
}
#datos_cobro .block.type .radio_i {
  position:relative;
}
#datos_cobro input.readonly {
  background-color:#dddddd;
}
#datos_cobro input.asunto {
  width:500px !important;
}
#datos_cobro #dv1 div {
  width:45%;
}
#datos_cobro #dv2 div {
  width:45%;
}

.methodHidden {display: none;}

.changePassword {
	display: block;
    left: 20%;
    position: relative;
    top: 10%;
    width: 500px;
}

.changePassword label {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	color: gray;
}

.title_changePassword{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	float: left;
	background: none black;
	color: white;
	width: 100%;
}

.message_changePassword{
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	padding: 2px 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border: none;
	float: left;
	color: gray;

}

.bundle.trajes-colores #color_sel {
    border: 0 none;
}

.bundle.trajes-colores #color_list .color_detail {
	border:1px solid #888;
	padding:1px;
	cursor:default;
}
.bundle.trajes-colores #detail.bundle .pieza {
	border-top:1px solid #888;
}

#mSpotSinArticulos {
	float: left; 
	margin-top: 20px; 
	width: 100%;
}

#regForm form {
    margin-top: 20px;
    width: 100%;
}

#regForm form .row {
    margin: 12px 0;
}

#regForm.threeCol {
    width: 100%;
}

.threeCol .block {
    width: 30%;
}

.threeCol .block.c {
    margin-left: 5%;
}

.column .block.r {
    float: right;
}

p.thanks.invitado a.openform {
    color: #000000;
    text-decoration: underline;
}

.column .infor.grey {
    color: #B0B0B0;
}

.column .infor2.grey {
    color: #B0B0B0;
}

.column .infor2 {
    font-size: 10px;
    display: block;
    padding: 0;
    line-height: 11px;

}

.mayuscula{  
text-transform: uppercase;  
} 


#signupForm p.error {
margin-bottom:0 !important;
}

#descrMotivoForm .row {
    margin: 10px 0 0 35px;
}
#descrMotivoForm .row.hg55 {
    height: 55px;
}
#descrMotivoForm .row .block {
    margin: 0 97px 0 0;
    width: 42%;
}
#descrMotivoForm .row .block.list {
    margin: 0 20px 0 0;
    width: 46%;
}
#descrMotivoForm .row .block.list ul {
    margin: 0;
    padding: 0;
}
#descrMotivoForm .row .block.list ul li {
    display: block;
    height: auto;
    line-height: 14px;
    list-style: none outside none;
    overflow: hidden;
    width: 100%;
}
#descrMotivoForm .row .block.list span {
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    margin-bottom: 7px;
}
#descrMotivoForm .row .block.list label {
    width: 90%;
}
#descrMotivoForm .row .block.list sub {
    bottom: 1px;
}
#descrMotivoForm .row .block.sin {
    margin: 0;
}
#descrMotivoForm .row .block.list.sin {
    width: 50%;
}
#descrMotivoForm .row .block.all {
    margin: 0;
    width: 100%;
}
#descrMotivoForm .row .block.txtrea {
    margin: 0;
    width: 100%;
}
#descrMotivoForm .row .block input {
    width: 97%;
}
#descrMotivoForm .row .block.all input {
    width: 98.5%;
}
#descrMotivoForm .row .block.txtrea textarea {
    border-style: solid;
    border-width: 1px;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 100px;
    margin-bottom: 3px;
    resize: none;
    width: 99.2%;
}
#descrMotivoForm .rowPol {
    float: left;
    margin: 5px 0 10px 35px;
    width: 90%;
}
#descrMotivoForm .rowPol .check {
    float: left;
    height: 13px;
    margin-right: 5px;
    margin-top: 5px;
    width: 12px;
}
#descrMotivoForm .rowPol label {
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-top: 2px;
}
#descrMotivoForm .rowPol label a {
    text-decoration: underline;
}
#descrMotivoForm .more-info-block {
    border-bottom: 1px solid #9F9F9F;
    clear: both;
    float: left;
    margin: 5px 0 5px 35px;
    padding: 0 0 15px;
    width: 90%;
}
#descrMotivoForm .more-info-block p {
    margin: 0;
    width: 100%;
}
#descrMotivoForm .more-info-block p.store_locator {
    margin: 5px 0 0;
}
#descrMotivoForm .more-info-block p a {
    color: #222222;
    text-decoration: underline;
}
#descrMotivoForm .boton .acc_butt {
    margin-left: 10px;
}
#descrMotivoForm .row .block.telefono {
    height: auto;
}
#general_modal .boton button.acc_butt {
    padding: 2px 30px;
}
#descrMotivoForm .info_campo {
}
#descrMotivoForm .store_locator {
    clear: both;
    display: block;
    font-size: 12px;
    margin: 0 0 6px 35px;
}
#descrMotivoForm .more-info-block sub {
    bottom: 0;
}
#descrMotivoForm p.error[for="motive"] {
    margin-top: -15px;
    text-align: center;
}
#dv3 div #select-inner-name-provincia{
	width: 100%;
	overflow: hidden;
}
.product-labels .label {
    float: none !important;
    margin-left: 0 !important;
    top: 0 !important;
}
#iPageContent #product-detail #product-info>.wrapper .product {
		opacity: 1 !important;
}
#popPupProduct #product-detail #product-info>.wrapper .product {
		opacity: 1 !important;
}



#datos_pago1 #morePaymentInfo .row{
	margin-bottom: 20px;
}

#datos_pago1 #morePaymentInfo label{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	cursor: default;
}

#datos_pago1 #morePaymentInfo input{
	display:block;
	color: #000;
	border-color: #8b8889 !important;
	width: 70px;
	margin-right: 15px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	border-style: solid !important;
	border-width: 1px !important;
	padding: 1px 0;
	width: 35%;
}

#datos_pago1 #morePaymentInfo input.wid1{
	width: 70px;
}


#datos_pago1 #morePaymentInfo .infor{
	font-size: 10px;
	display: block;
	margin: 3px 0 0;
	padding: 0;
	line-height: 11px;
	margin-top: 0px;
	color: #000;
	border-bottom-color: #9f9f9f;
}

#datos_pago1 #morePaymentInfo .infor a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	text-decoration: underline;
	margin-top: 7px;
	color: #000;
}

#datos_pago1 #morePaymentInfo .infor a:hover {
	color: #000;
}

#datos_pago1 #morePaymentInfo  #modalidades {
	margin-top: 13px;
}




#large_modal p.infor a{
	color: black;
	padding-top: 4px;
	display:block;
}


#large_modal p.infor a:hover{
	color: black;
}


#large_modal #morePaymentInfo input{
	width: 50%;
}


#large_modal #morePaymentInfo #modalidades{
	margin-top: 10px;
}




/* inWALLET*/

#data-itx-bind-mobile-payment-qr-input{
	width: 80px;
}

#data-itx-bind-mobile-payment-qr-submit{
	margin-top: 10px;
}

#datos_pago .acc_butt {
    float: left;
}
#s_overlay.loading #close_modal{
	display: none;
}

#s_overlay.loading p{
	text-align: center;
}

#cancel_inwallet {
    background: none repeat scroll 0 0 #939598;
    border: 0 none;
    color: #fff;
}

#cancel_inwallet {
    clear: both;
    display: block;
    float: right;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 30px;
    transition: all 600ms ease 0s;
    white-space: nowrap;
    width: auto;
}

#s_overlay.loading .acc_butt{
	float: none;
	margin: 20px auto 0 auto;
}


#inWalletUser{
	
}

#inWalletUser input{
	float: none;
}


#inWalletPass{
	margin-top: 17px;
	margin-bottom: 20px;
}

#inWalletPass input{
	float: none;
}

#inWallet_payments{
	margin-bottom: 20px;
	display:none;
}

#inWallet_payments .md-select-inner{
	min-width: 200px !important;
}





/* Transferencia manual */
#tranfenciaManualListado {
	width:100%;
	border-collapse:collapse;
}
#tranfenciaManualListado th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:2px 2px;
}
#tranfenciaManualListado th.a1 {
	width:50%;
}
#tranfenciaManualListado th.a2 {
	width:15%;
}
#tranfenciaManualListado th.a3 {
	width:12%;
}
#tranfenciaManualListado th.a4 {
	width:13%;
}
#tranfenciaManualListado th.a5 {
	width:10%;
}
#tranfenciaManualListado td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:10px 5px 10px 0;
	vertical-align:middle;
	line-height: 0.9 !important;
}
#tranfenciaManualListado td.a6 {
	width:12%;
}
#tranfenciaManualListado td.center {
	text-align:center;
}
#tranfenciaManualListado td.left {
	text-align:left;
}
#tranfenciaManualListado td.right {
	text-align:right;
	padding-right:10px !important;
}
#tranfenciaManualListado td a.cruz {
	display:block;
	width:11px;
	height:11px;
	float:left;
	margin-top:35px;
}
#tranfenciaManualListado td a.cruzDescuento{
	margin-top:5px;
	float: left;
	display:block;
	width:11px;
	height:11px;	
}
#tranfenciaManualListado td img {
	display:block;
	float:left;
	margin-left:15px;
}
#tranfenciaManualListado td p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	float:none;
}
#tranfenciaManualListado td p.descr {
	float:left;
	margin:5px 0;
	width:98%;
}
#tranfenciaManualListado tr.nom td p {
	font-family: Georgia;
	font-size:12px;
	margin:0;
	float:none;
}
#tranfenciaManualListado td p.total {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#tranfenciaManualListado td span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 0.9 !important;
}
#tranfenciaManualListado td span.ref {
	margin:5px 0;
	float:left;
	width:98%;
}
#tranfenciaManualListado td input {
	width:15px;
	border-style:solid;
	border-width:1px;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#tranfenciaManualListado td .contadores {
	width:70px;
	margin:auto;
	text-align:left;
	overflow:hidden;
	*height:30px;
}
#tranfenciaManualListado td .contadores input {
	float:left;
	margin:0 5px;
	font-family: "cgRegular", "Helvetica", sans-serif;
	text-align: center;
}
#tranfenciaManualListado td .contadores img {
	float:left;
	margin:9px 4px;
	cursor:pointer;
}
#tranfenciaManualListado tfoot td {
	padding:7px 5px 6px 0;
}
#tranfenciaManualListado tfoot td p {
	font-weight:bold;
}
#tranfenciaManualListado tr.noborde td {
	border:none;
	padding:5px 5px 5px 0;
}
#tranfenciaManualListado tr.noborde.descuento td {	
	padding:2px 5px 2px 0;
}

#tranfenciaManualListado tr.noborde.sepTop td {
	padding:15px 10px 5px 0 !important;
}
#tranfenciaManualListado tr.noborde.sepTopMin td {
	padding:15px 10px 3px 0 !important;
	*padding-bottom:0px !important;
}

#tranfenciaManualListado tr.noborde.antesDesc td {
	padding:3px 10px 15px 0 !important;
}
#tranfenciaManualListado tr.noborde.antesDesc.miCuenta td {
	padding-top:8px !important;
	*padding-top:11px !important;
}

#tranfenciaManualListado tr.noborde.gastos td {
	padding-bottom: 15px !important;
}
#tranfenciaManualListado tr.noborde.descuentoFirst td {
	border-top:1px solid #9F9F9F;
	padding-top : 15px;
}
#tranfenciaManualListado tr.noborde.descuentoLast td {
	border-bottom:1px solid #9F9F9F;
	padding-bottom : 15px;
}

#tranfenciaManualListado td a.accion {
	margin:0;
	float:right;
	white-space: nowrap;
}
#tranfenciaManualListado td #cod {
	display:none;
	clear:both;
	float:right;
	margin-top:12px;
}
#tranfenciaManualListado td #cod input {
	float:left;
	border-style:solid;
	borser-width:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	height:13px;
	margin-right:5px;
	padding:2px;
}
#tranfenciaManualListado td #cod a.accept_cod {
	padding: 4px 20px;
	font-size: 12px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
}


#content_micuenta #tranfenciaManualListado.final {
/*	position:relative;*/
}
#content_micuenta #tranfenciaManualListado.final th {
	text-align:left;
	font-weight:bold;
	padding:5px 2px;
}
#content_micuenta #tranfenciaManualListado.final.envio th {
	font-weight:normal !important;
}
#content_micuenta #tranfenciaManualListado.final th.centrado {
	text-align:center;
}
#content_micuenta #tranfenciaManualListado.final th.wd1 {
	width:20px;
}
#content_micuenta #tranfenciaManualListado.final th.wd2 {
	width:143px;
}
#content_micuenta #tranfenciaManualListado.final th.wd3 {
	width:130px;
}
#content_micuenta #tranfenciaManualListado.final th.wd4 {
	width:150px;
}
#content_micuenta #tranfenciaManualListado.final th.wd5 {
	width:100px;
}
#content_micuenta #tranfenciaManualListado.final td {
	padding-bottom:14px;
}
#content_micuenta #tranfenciaManualListado.final td a.cruz {
	margin-top:0;
}
#content_micuenta #tranfenciaManualListado.final td p {
	line-height:16px;
}
#content_micuenta #tranfenciaManualListado td p {
	line-height:16px;
}
#content_micuenta #tranfenciaManualListado tr.noborde td.right a.accion {
    margin-top:15px;
}

#content_micuenta #tranfenciaManualListado th {
	font-size:11px;
}
#content_micuenta #tranfenciaManualListado p {
	font-size:11px;
}
#content_micuenta #tranfenciaManualListado td {
	font-size:11px;
}

table#tranfenciaManualListado th {
	background: transparent !important;
	color: #000 !important;
	border-bottom-color: #9F9F9F !important;
	border-top-color: #9F9F9F !important;
	border-bottom-width: .1em !important;
	border-bottom-style: solid !important;
	border-top-width: .1em !important;
	border-top-style: solid !important;
	width: 20%;
	text-align: left !important;
	font-weight: normal !important;
}


#tranfenciaManualListadostep1 p.subtitulo{
	border: none !important;	
}

#datosCobroTransferenciaManual,
#tranfenciaManualListadostep2{
	display: none;
}
#modalidades.mx_compra_popup .md-select-inner {
	width: 200px !important;
}


.overlay_bg_cesta {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(255, 255, 255, 0.6); 
	display: none;
}

.popupHtmlCesta{
	position: fixed;
	top: 50%;
	z-index: 99999;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: white;
	border: 1px solid  #D3D4D4;
	color: #505252;
	display: none;
	overflow-x: auto;
	overflow-y: auto;
}


.popupHtmlCesta .close{
	width: 14px;
	height: 14px;
	background-image: url();
	position: absolute;
	right: 30px;
	top: 15px;
	display: block;
	background-repeat: none;
	cursor: pointer;
}

a.klarna-link {
	color: #000;
	text-decoration: underline;
} 

a.klarna-link:hover {
    color: #000;
}

#multidrop-citytown, #multidrop-Provincia, #multidrop-provincia{
	z-index: 1000;
}


#general_modal .opt_check .conditions, .column .opt_check .conditions {
	padding-left: 20px;
}
/* Tailoring */

#conArticulosTailoring {
	display: none;
}

#articulosTailoring {
	width:100%;
	border-collapse:collapse;
	margin-bottom: 50px;
}
#articulosTailoring th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding:2px 16px 2px 2px;
}
#articulosTailoring th.a1 {
	width:50%;
}
#articulosTailoring th.a2 {
	width:15%;
}
#articulosTailoring th.a3 {
	width:12%;
}
#articulosTailoring th.a4 {
	width:13%;
}
#articulosTailoring th.a5 {
	width:10%;
}
#articulosTailoring td {
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding:10px 5px 10px 0;
	vertical-align:middle;
	line-height: 0.9 !important;
}
#articulosTailoring td.a6 {
	width: 12%;
}
#articulosTailoring td.center {
	text-align:center;
}
#articulosTailoring td.left {
	text-align:left;
}
#articulosTailoring td.right {
	text-align:right;
	padding-right:10px !important;
}
#articulosTailoring td a.cruz {
	display:block;
	width:11px;
	height:11px;
	float:left;
	margin-top:35px;
}
#articulosTailoring td a.cruzDescuento{
	margin-top:5px;
	float: left;
	display:block;
	width:11px;
	height:11px;	
}
#articulosTailoring td img {
	display:block;
	float:left;
	margin-left:15px;
}
#articulosTailoring td p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	float:none;
}
#articulosTailoring td p.descr {
	float:left;
	margin:5px 0;
	width:98%;
}
#articulosTailoring tr.nom td p {
	font-family: Georgia;
	font-size:12px;
	margin:0;
	float:none;
}
#articulosTailoring td p.total {
	font-family: "cgRegular", "Helvetica", sans-serif;
}
#articulosTailoring td span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 0.9 !important;
}
#articulosTailoring td span.ref {
	margin:5px 0;
	float:left;
	width:98%;
}
#articulosTailoring td input {
	width:15px;
	border-style:solid;
	border-width:1px;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#articulosTailoring td .contadores {
	width:70px;
	margin:auto;
	text-align:left;
	overflow:hidden;
	*height:30px;
}
#articulosTailoring td .contadores input {
	float:left;
	margin:0 5px;
	font-family: "cgRegular", "Helvetica", sans-serif;
	text-align: center;
}
#articulosTailoring td .contadores img {
	float:left;
	margin:9px 4px;
	cursor:pointer;
}
#articulosTailoring tfoot td {
	padding:7px 5px 6px 0;
}
#articulosTailoring tfoot td p {
	font-weight:bold;
}
#articulosTailoring tr.noborde td {
	border:none;
	padding:5px 5px 5px 0;
}
#articulosTailoring tr.noborde.descuento td {	
	padding:2px 5px 2px 0;
}

#articulosTailoring tr.noborde.sepTop td {
	padding:15px 10px 5px 0 !important;
}
#articulosTailoring tr.noborde.sepTopMin td {
	padding:15px 10px 3px 0 !important;
	*padding-bottom:0px !important;
}

#articulosTailoring tr.noborde.antesDesc td {
	padding:3px 10px 15px 0 !important;
}
#articulosTailoring tr.noborde.antesDesc.miCuenta td {
	padding-top:8px !important;
	*padding-top:11px !important;
}

#articulosTailoring tr.noborde.gastos td {
	padding-bottom: 15px !important;
}
#articulosTailoring tr.noborde.descuentoFirst td {
	border-top:1px solid #9F9F9F;
	padding-top : 15px;
}
#articulosTailoring tr.noborde.descuentoLast td {
	border-bottom:1px solid #9F9F9F;
	padding-bottom : 15px;
}
#articulosTailoring td a.accion {
	margin:0;
	float:right;
	white-space: nowrap;
}
#articulosTailoring td #cod {
	display:none;
	clear:both;
	float:right;
	margin-top:12px;
}
#articulosTailoring td #cod input {
	float:left;
	border-style:solid;
	borser-width:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	height:13px;
	margin-right:5px;
	padding:2px;
}
#articulosTailoring td #cod a.accept_cod {
	padding: 4px 20px;
	font-size: 12px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-transition: all 600ms; /* older webkit */
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms; /* custom */
	width:auto;
	display:block;
}
#articulosTailoring .nom td {
	text-align:center;
	padding-top:15px;
	padding-bottom:5px;
}
#articulosTailoring.final {
	float:left;
	margin-top:10px;
}
#articulosTailoring.final th {
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:normal;
}
#articulosTailoring.articulosdevolver .left span {
    line-height: 17px !important;
}
#articulosTailoring.articulosdevolver1 td span {
	line-height:17px !important;
}
#detallePedido #articulosTailoring .nom td {
	padding-top:0;
}

#tablaPedidosTailoring p a{
	font-size:25px;
}
#tablaPedidosTailoring img{
	margin-bottom:0;
}
#tablaPedidosTailoring .contadores{
	width:71px !important;
}
#tablaPedidosTailoring .contadores input{
	margin: 4px 5px !important;
}
#tablaPedidosTailoring p.error {
    bottom: 0;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px;
    left: 0;
    /*margin-bottom: -10px;*/
    padding: 0;
	margin-left:0;
	/*max-width: 210px;*/
	margin-top:5px;
	line-height:13px;
	float:left;
	width:100%;
}

#tablaPedidosTailoring .articleName {
	width:40%;
}

#tablaPedidosTailoring .articleName span {
	width:27%;
}

#tablaPedidosTailoring .tailoring {
	width:25%;
}

.textTailoringCenter {
	text-align:center;
	line-height: 17px;
}

.textTailoringCenter span {
	font-weight: bold;
	font-size: 11px !important;
}


/* Fin Tailoring */






/* END 1:estructura.css */

/* BEGIN 1:jquery.jscrollpane.css */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
	width:100% !important;
	text-align:left !important;
}

.jspPane {
    position: absolute;
    width: 100%; 
}

#duttidiv .jspPane {
	padding-right:32px !important;
	width:252px !important;
	left:0 !important;
}

#large_modal .jspPane {
	*width: 100%;
}

#big_modal .jspPane {
	*width: 100%;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 6px;
	height: 100%;
	background: transparent;
}

#large_modal .jspVerticalBar {
	right:10px;
	top: 30px;
	bottom: 10px;
}

#big_modal .jspVerticalBar {
	right:10px;
	top: 52px;
	*top:55px;
	bottom: 10px;
}

#general_modal .jspVerticalBar {
	right:10px;
	top:20px;
}

#general_modal .jspPane {
	*width:680px;
}

#general_modal_sec .jspVerticalBar {
	right:10px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: url(/wcsstore/DuttiNEWStorefrontAssetStore/img/scroll/scroll_bg.png?t=20151103220104) repeat-y center top;
	position: relative;	
}

.jspDrag
{
	background: #696864;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	/*margin-left: -1px;*/
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
.jspScrollable{
	width: auto !important;
}
#duttidiv .jspScrollable{
	width: 284px !important;
}
#gestionarDireccion .multidrop .jspScrollable{
	*width: 200px !important;
} 
#miCuentaForm .jspScrollable {
	width:auto !important;
	*width:205px !important;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

#big_modal #select-pais .jspVerticalBar {
	right:10px;
	top: 0px !important; 
	*top: 0px !important;
	bottom: 10px;
}



/* END 1:jquery.jscrollpane.css */

/* BEGIN 1:../itxstandard/css/ItxHeaderDisplay.css */
header, #iPageContent {
	font: 300 14px/18px Lato,"Trebuchet MS",Helvetica,sans-serif;
}

html, body {
	width: 100%;
	min-width: 1040px;
}
body > header {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 3;
	background: none;
	height: auto;
	box-sizing: border-box;
	min-width: 1040px;
}

header #header-menu #search, header #header-menu #general-menu {
	top: 10px;
	position: fixed;
}
html.ipad header #header-menu #search, html.tablet header #header-menu #search, html.ipad header #header-menu #general-menu, html.tablet header #header-menu #general-menu, header.no-menu #header-menu #search, header.no-menu #header-menu #general-menu {
	position: absolute;
}
header #header-menu #search input, header #header-menu #general-menu li {
	font-size: 11px;
	letter-spacing: 0.05em;
	font-family: 'Lato';
	font-weight: 300;
}
header #header-menu #search input, header #header-menu #general-menu li a {
	color: #505252;
}

 
html.lt-ie9 header #header-menu #search {
	background-position: left 3px;
}
header #header-menu #search input {
	border: 0;
	outline: none;
	margin-left: 10px;
	padding: 0;
	height: 23px;
}

header #header-menu #general-menu {
	right: 10px;
	float: right;
}
header.no-menu #header-menu #general-menu {
	float: none;
}

header #header-menu #general-menu ul, header #header-menu #general-menu li {
	list-style: none;
	margin: 0;
}
header #header-menu #general-menu li {
	display: inline-block;
	padding: 0 18px;
	text-transform: capitalize;
}
header #header-menu #general-menu li.separator {
	padding: 0;
	cursor: default;
}

header #header-menu #general-menu li.basket a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
header #header-menu #general-menu li.basket a:hover {
	color: #000;
}
header #header-menu #general-menu li.basket a span {
	font-size: 7px;
	left: -0.5px;
	bottom: 0px;
	position: relative;
	font-weight: normal;
	letter-spacing: 0em;
}
header #header-menu #general-menu li a.text-bold {
	font-weight: bold;
}

header .white-background {
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

html.lt-ie9 header .white-background {
	border-bottom: 1px solid rgb(234, 234, 234);
}

header.unfolded-header {
	position: fixed;
}
header.unfolded-header #header-menu #general-menu li {
	display: none;
}
header.unfolded-header #header-menu #general-menu .basket {
	display: inline-block;
}


html.tablet header #header-menu #general-menu li {
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
	vertical-align: middle;
}

.popupHtml .popup-wrapper {
	width: 89%;
	margin: 0 auto 47px;
}
.popupHtml .popup-bar {
	margin-top: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
}
.popupHtml button {
	padding: 0 35px;
	color: #FFF;
	background-color: #939699;
	border: 0;
	font-weight: bold;
	font-size: 0.8em;
	position: relative;
	bottom: 2px;
	text-transform: uppercase;
}
.popupHtml .popup-textLabel {
	margin: 0 auto 25px auto;
	border-bottom: 2px solid #939699;
	text-align: center;
	width: 75%;
	text-transform: uppercase;
}
.popupHtml .popup-buttonLabel {
	text-align: center;
	margin-bottom: 25px;
}

.popupHtmlCesta{
	position: fixed;
	top: 50%;
	z-index: 99999;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: white;
	border: 1px solid  #D3D4D4;
	color: #505252;
	display: none;
	overflow-x: auto;
	overflow-y: auto;
}


.popupHtmlCesta .close{
	width: 14px;
	height: 14px;
	background-image: url();
	position: absolute;
	right: 30px;
	top: 15px;
	display: block;
	background-repeat: none;
	cursor: pointer;
}

#titlePrivacyPolicy {
    margin-top:30px !important;
}


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.popupHtmlCesta .close{
		background-image: url();
		background-size: 14px 14px;

	}
	
}


.popupHtmlCesta .popup-wrapper {
	width: 89%;
	margin: 0 auto 47px;
}


.popupHtmlCesta .popup-wrapper {
	width: 89%;
	margin: 0 auto 47px;
}
.popupHtmlCesta .popup-bar {
	margin-top: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
}
.popupHtmlCesta button {
	padding: 0 35px;
	color: #FFF;
	background-color: #939699;
	border: 0;
	font-weight: bold;
	font-size: 0.8em;
	position: relative;
	bottom: 2px;
	text-transform: uppercase;
}
.popupHtmlCesta .popup-textLabel {
	margin: 0 auto 25px auto;
	border-bottom: 2px solid #939699;
	text-align: center;
	width: 75%;
	text-transform: uppercase;
}
.popupHtmlCesta .popup-buttonLabel {
	text-align: center;
	margin-bottom: 25px;
}

/* END 1:../itxstandard/css/ItxHeaderDisplay.css */

/* BEGIN 1:../itxstandard/css/ItxMenuDisplay.css */
header nav {
	padding-top: 145px;
	width: 100%;
}
header.no-menu nav {
	width: 100%;
	padding: 43px 20px 0px;
	box-sizing: border-box;
}

header nav #logo {
	width: 200px;
	height: 28px;
	position: inherit;
	top: 0;
	text-indent: initial;
	margin: 0 auto 20px;
}
header.no-menu nav #logo {
	margin: 0 auto;
	padding: 0 0 25px;
	min-width: 1000px;
	text-align: center;
	width: 100%;
}


header.no-menu nav #logo a {
	width: 200px;
	display: inline-block;
}

header nav #main-menu {
	text-align: center;
}

header nav #main-menu.opacity li a {
	opacity: 0.5;
}

header nav #main-menu li.active a, header nav #main-menu li.selected a, header nav #main-menu li:hover a, header nav #sub-menu li.active a, header nav #sub-menu li.selected a, header nav #sub-menu li:hover a {
	opacity: 1;
}

header nav #main-menu ul, header nav #main-menu li {
	list-style: none;
}

header nav #main-menu ul {
	margin: 0 auto;
	max-width: 1000px;
}
header nav #main-menu li {
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	font-family: 'Lato';
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.13em;
	margin-top: 20px;
	padding-bottom: 15px;
}
header nav #sub-menu li.active a {
	cursor: default;
}
html.ipad header nav #main-menu li.active a, html.ipad header nav #main-menu li.selected a, html.ipad header nav #sub-menu li.active a, html.ipad header nav #sub-menu li.selected a {
	color: #000;
}
html.tablet header nav #main-menu li, html.ipad header nav #main-menu li {
	padding: 20px 0 15px 0;
	margin: 0;
}
header nav #main-menu li a {
	padding-bottom: 15px;
	color: #000;
}
header nav #main-menu li a[href='#'] {
	cursor: default;
}
html.tablet header nav #main-menu a, html.ipad header nav #main-menu a {
	padding: 20px 20px 15px 20px;
}
header nav #main-menu.long-menu li {
	font-size: 9px;
}
header nav #main-menu.table-menu li {
	display: inline-table;
	box-sizing: border-box;
}
header nav #main-menu.table-menu li a {
	display: block;
	word-wrap: break-word;
	word-break: break-all;
}

header nav #sub-menu {
	width: 100%;
	display: block;
	background: transparent;
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9ffffff,endColorstr=#f9ffffff)';
	background-color: rgba(255, 255, 255, 0.98);
}
header nav #sub-menu > div {
	width: 1100px;
	display: table;
	margin: 0 auto;
}
header nav #sub-menu div[data-cols="4"] {
	width: 1100px;
}
header nav #sub-menu div[data-cols="3"] {
	width: 1025px;
}
header nav #sub-menu div[data-cols="2"] {
	width: 810px;
}
header nav #sub-menu div[data-cols="1"] {
	width: 405px;
}
header nav #sub-menu div div {
	display: none;
	width: 1100px;
}
header nav #sub-menu ul {
	padding: 32px 0 38px;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	height: 100%;
}

header nav #sub-menu ul.featured {
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#11000000,endColorstr=#11000000)';
	background-color: rgba(0, 0, 0, .03);
}

header nav #sub-menu ul.border-right {
	border-right: 1px solid rgba(0, 0, 0, .08);
}

html.lt-ie9 header nav #sub-menu ul.border-right {
	border-color: rgb(234, 234, 234);
}

header nav #sub-menu li {
	padding: 0 15%;
	font-family: 'Lato';
	font-weight: 400;
	text-transform: capitalize;
	text-align: inherit;
	margin-bottom: 17px;
}
header nav #sub-menu li.sub-informative-text {
	margin-bottom: 9px;
}
header nav #sub-menu li a {
	opacity: 0.8;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	display: block;
}

header nav #sub-menu ul.image li a[href="#"] {
	opacity: 1;
	cursor: default;
}

header nav #sub-menu ul.image li {
	padding: 0;
	margin: 0;
}
header nav #sub-menu ul.image li a {
	text-align: center;
	height: auto;
}
header nav #sub-menu ul.image li a img {
	width: 100%;
	height: auto;
}
header nav #sub-menu ul.image li a span {
	width: 70%;
	margin: 0 15%;
    font-size: 13px;
    line-height: 16px;
    display: block;
    margin-top: 7px;
}
html.tablet header nav #sub-menu li {
	margin-bottom: 20px;
}
html.tablet header nav #sub-menu li a {
	font-size: 15px;
	line-height: 20px;
	height: 20px;
}

html.tablet header nav #sub-menu li.informative-text a, html.tablet header nav #sub-menu li.sub-informative-text a {
	font-size: 11px;
}

header nav #sub-menu li a span.label-new-subcategory {
	font-size: 8px;
	line-height: 8px;
	vertical-align: top;
}

header nav #sub-menu li.informative-text {
	margin-bottom: 9px;
}

header nav #sub-menu li.informative-text a, header nav #sub-menu li.sub-informative-text a {
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.175em;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, .2);
	font-size: 10px;
	opacity: 1;
}

html.lt-ie9 header nav #sub-menu li.informative-text a, html.lt-ie9 header nav #sub-menu li.sub-informative-text a {
	border-color: rgb(204, 204, 204);
}

header nav #sub-menu li.sub-informative-text a {
	padding-bottom: 5px;
}
header nav #sub-menu li.informative-text a:hover, header nav #sub-menu li.sub-informative-text a:hover {
	cursor: default;
}

header nav #sub-menu li.border-top {
	margin-top: 22px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding-top: 10px;
}

html.tablet header nav #sub-menu li.border-top {
	margin-top: 27px;
	padding-top: 20px;
}

html.lt-ie9 header nav #sub-menu li.border-top {
	border-top: 1px solid rgb(204, 204, 204);
}

header nav #sub-menu li.border-top-subinformative {
	margin-top: 19px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding-top: 11px;
	padding-right: 0;
	margin-right: 15%;
}
html.tablet header nav #sub-menu li.border-top-subinformative {
	margin-top: 25px;
	padding-top: 20px;
}
html.lt-ie9 header nav #sub-menu li.border-top-subinformative {
	border-top: 1px solid rgb(204, 204, 204);
}

header.unfolded-header nav {
	padding-top: 0;
}
header.unfolded-header nav #logo {
	display: none;
}
header.unfolded-header nav #main-menu {
	padding-top: 10px;
}
header.unfolded-header nav #main-menu li {
	margin-top: 0;
	padding-bottom: 10px;
}

@media screen and (max-width: 1100) {
	header nav #sub-menu div[data-cols="4"] {
		width: 100%;
	}
}

@media screen and (max-width: 1040px) {
	header nav #sub-menu div[data-cols="4"] {
		max-width: 1040px;
	}
	header.unfolded-header nav #main-menu {
		padding-bottom: 10px;
	}
	header.unfolded-header nav #main-menu li {
		margin-top: 15px;
	}
}
/* END 1:../itxstandard/css/ItxMenuDisplay.css */

/* BEGIN 1:../itxstandard/css/ItxFooterDisplay.css */
@import url(http://fonts.googleapis.com/css?family=Lato);

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-bottom: 373px;
}

footer {
	font-family: 'Lato', sans-serif;
	width: 100%;
	min-width: 1040px;
	background-color: #343737;
	position: absolute;
	bottom: 0px;
}

footer #footer-top {
	letter-spacing: 0.33em;
}
#footer-top {
	text-align: center;
}

#footer-top .footer-top-background {
	height: 50px;
	background-color: #E7E7E7;
}

#footer-top ul {
	max-height: 100px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -50px;
}

#footer-top .footer-top-background ul li {
    box-sizing: border-box;
    color: #505252;
    display: inline-block;
    font-size: 11px;
    height: 100px;
    line-height: 12px;
    overflow: hidden;
    position: relative;
    top: 50px;
    width: 25%;
	background-color: #E7E7E7;
}

#footer-top ul li.show {
	top: 0;
}

#footer-top ul li a, #footer-top ul li a:visited, #footer-top ul li span {
	color: #505252;
	display: block;
    padding: 19px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
}

#footer-top ul li div {
	position: absolute;
	top: 46px;
	width: 100%;
}
#footer-top ul li.new-apps a div, #footer-top ul li.gift-card a div, #footer-top ul li.shops a div {
	position: relative;
	top: 0;
	margin-top: 19px;
	display: block;
    height: 50px;
    background-position: center top;
    background-repeat: no-repeat;
}

html.desktop #footer-top ul li.new-apps a div, html.desktop #footer-top ul li.gift-card a div, html.desktop #footer-top ul li.shops a div {
	opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

html.desktop.lt-ie9 #footer-top ul li.new-apps a div, html.desktop.lt-ie9 #footer-top ul li.gift-card a div, html.desktop.lt-ie9 #footer-top ul li.shops a div {
	display: none;
}

#footer-top ul li input {
	border: 1px solid #A7A8A8;
	background-color: #E7E7E7;
	position: relative;
	top: 4px;
	padding: 4px;
	outline: none;
}

#newsletter-form label {
	display: block;
	margin-top: 10px;
}

#footer-top ul li  {
	background-repeat: no-repeat;
	background-position: center 50px;
}

/* tablet android o ipad */
html.tablet #footer-top ul {
 	max-height: inherit;
 	top:0;
}

html.tablet #footer-top .footer-top-background {
 	height: auto;
}

html.tablet #footer-top .footer-top-background ul li {
 	top: 0;
}
#footer-top .footer-top-background ul li {
 	border-right: 1px solid #FFF;
}



#footer-bottom {
	bottom: 0;
	left: 0;
	padding: 38px 50px;
}

#footer-menu, #social-menu {
	text-align: center;
}

#footer-menu {
	margin-bottom: 48px;
}

#social-menu {
	margin-bottom: 102px;
	
}

#social-menu .label{
	float: none;
	margin: 0;
 	 top: 0;
 	 padding: 0;
}

#change-country {
	display: inline-block;
} 

#change-language-menu {
	float: right;
} 

#footer-bottom li {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	padding: 0 18px;
	color: #FFF;
}

#footer-bottom #change-country ul li.no-border-right {
	padding-left: 0;
}

#footer-bottom ul li.no-border-right {
	border-right: none;
	padding-right: 0;
}

#footer-bottom ul li.icono.last {
	border-right: none;
	padding: 0 5px;
}

#footer-bottom ul li.last {
	border-right: none;
}

#footer-bottom ul li, #footer-bottom ul li a {
	color: #FFF;
	letter-spacing: 0.2em;
}

#footer-bottom ul li:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

#footer-bottom ul li.no-rollover {
	cursor: default;
}

#footer-bottom #change-language-menu ul li.active {
	text-decoration: underline
}

#footer-bottom ul li.no-rollover:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

#footer-bottom ul li.icono {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#footer-bottom ul li.icono:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#footer-bottom ul li.icono a {
	width: 19px;
	height: 19px;
	float: left;
	margin-right: 1em;
	background-repeat: no-repeat;
}

#social-menu .label {
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	color: #FFF;
	font-size: 10px;
}

#itc {
	position: fixed;
	display: block;
	bottom: 2em;
	margin-left:2em;
	z-index: 1;
}

#itc ul li span.icono{
	display: inline-block;
	margin-right: 0.1em;
	background-repeat: no-repeat;
	color: black;
	width: 16px;
	height: 16px;

}
#itc ul li a {
	vertical-align: top;
	display: inline-block;
}

#itc ul li a:link, #itc ul li a:visited {
	color: black;
}

#itc ul li {
	float: left;
	margin-right: 0.7em;
}
#itc ul li span.icono.cyberpolice{
	background-image: url();
	background-position: 0px -16px;
}

#itc ul li span.icono.pinggu{
	background-image: url();
	background-position: 0px 0px;
}

#itc ul li span.icono.gov{
	background-image: url();
	background-position: 0px -32px;
}

#itc ul li span.icono.beian{
	margin-left: -1em;
}

#itc ul li a:link {
	font-size: 0.8em;
	color: black;
	vertical-align: top;
}

#itc ul li.icono.cyberpolice a {
	margin-left: 1.1em;
}
#footer-bottom li.separator {
	cursor: default;
	padding: 0;
}

/* Dispositivos con pantalla Retina */
@media all and (-webkit-min-device-pixel-ratio:1.5) {
	
	
	#footer-bottom ul li.icono a {
		background-size: 19px;
		background-repeat: no-repeat;
	}
	
	
}

/* END 1:../itxstandard/css/ItxFooterDisplay.css */

/* BEGIN 1:../itxstandard/css/itx-core-standard.css */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

a {
	outline: none;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

/*dl,
menu,
ol,
ul {
    margin: 1em 0;
}*/

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

/*menu,
ol,
ul {
    padding: 0 0 0 40px;
}*/

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
   	color: #999;
	background: #333;
    text-shadow: none;
}

::selection {
   	color: #999;
	background: #333;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

h1.catMainHead {
    font-size: 14px;
    text-transform: uppercase;
    color: #505252;
    line-height: 16px;
    height: 16px;
    text-align: center;
	margin-top: -100px;
}

div#idTextoPosicionamiento {
    text-align: center;
    font-family: Lato,'Trebuchet MS',Helvetica,sans-serif;
    font-style: italic;
    color: #a7a7a8;
    font-size: 13px;
    padding-bottom: 100px;
}
/* END 1:../itxstandard/css/itx-core-standard.css */

