body, * {
margin:0px;
padding:0px;
}

body {
	background:url(images/bg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
a{
	outline:none;
	color:#000;
	text-decoration:none;
	border:none;
	}
a img {
 border:0px;
 outline:0px;
}

input:focus, textarea:focus{
outline: none;
}
/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }

h1, h2, h3, h4, h5, h6{ font-weight:normal; }

.hidden{display:none !important;}
.clear {
height:0px;
display:block;
clear:both;
zoom:1;
}

#wrapper {
	width:980px;
	height: auto;
	margin: 0 auto;
	background:#ffffff url(images/bg-wrapper.jpg) repeat-y;
	padding: 0 0px 0px 10px;
	overflow:hidden; 
}
#logo {
	vertical-align:middle;
}

#logo.light { background: url(images/logo.png) no-repeat top left; }
#logo img {
	border: none;
	max-width: 220px;
}

#no-logo {
	color:#000;
	font-size:38pt;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
}
.logo-container{
	/*width:400px;*/
	clear:both;
}
.logo-container h2{
	font-style:italic;
	font-size:14px;
	font-weight:normal;
}

#top {
	position: relative;
	width: 740px;
	float:right;
}

#search {
	padding:6px;
	position:relative;
	clear:both;
	margin: 15px 0 -15px;		/* Agregado 2015-06-23 */
	overflow: hidden;			/* Agregado 2015-06-23 */
}

#search input[type=search], #search input[type=text] {
	background: url(images/search.png) no-repeat top left;
	border: none;
	display: block;
	width:175px;
	height: 21px;
	font-size: 12px;
	color: #999;
	font-style:italic;
	padding: 3px 26px 5px 10px;
	line-height: 21px;
	float:left;
	position:relative;
	
	}
#search input[type=submit] {
	display: block;
	width: 33px;
	height: 30px;
	border: none;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	float:right;
	/*margin:-30px 0px 0 0;*/
	position: absolute;
	font-size:0px;
	padding:0;
	z-index:999;
	top:5px;
	right:3px;
	background: url(images/btn-search.png) no-repeat;

}
#idioma {
    color: #8F8F8F;
    font-size: 11px;
    padding: 10px;
    position: absolute;
    right: 350px;
    top: 8px;
	margin-bottom:10px;
}
#idioma span {
	margin: 0;
	float: left;
	display: block;
}
#idioma a {
	display: block;
	float: left;
	border: none;
	margin: 0 0 0 10px;
	overflow: hidden;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#idioma a.selected {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#social-top{
	position: absolute;
    right: 220px;
    top: 16px;
	margin-bottom:10px;
	margin-right:20px;
}
	
#bar {
	width:740px;
	height: 35px;
	position:relative;
	z-index:8;
	/*margin:5px 0 10px 0;
	padding:4px 0 4px 0;*/
	float:right;
}
#cont-navegation{
	float:left; text-align:right; width:570px;
	}
#navigation {
	width: 590px;
	float: right;
	padding: 8px 0 0 5px;		/* Modificado 2015-07-04 - Inicial: 1px 0 0 5px; */
	text-align:right;
}
#navigation ul {
	height:43px;
}

#navigation li {
	list-style: none;
	display: inline-block;
	width: auto;
	background:url(images/corazon-sep.gif) no-repeat left;
}
#navigation li:first-child{ background:none; }

#navigation li a,
#navigation li .a{
	display: block;
	height: 23px;
	font-size: 14px !important;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 20px;
	line-height: 23px;
	outline: none;
	cursor:pointer;
	
}

#navigation li a span *,
#navigation li .a span *{
	border: none;
	display: inline;
	padding: 0 0 1px 0;
}
#navigation li.selected a,
#navigation li.selected .a {
	color:#4CC5EC !important;
}
#navigation li a:hover {
	color: #000 !important;
}
.no-stock input, .no-stock {
	background:#cdcdcd !important;
	cursor:default !important; }
.button {
    background: #f58987;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding-left: 20px;
}

.button *{
    background: #f58987;
    border: none;
    color: #000;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 20px 0 0;
    text-decoration:none;
	text-transform:uppercase;
}

.buttonAddToCart *{
    background: #f58987;
    border: none;
    color: #000;
    cursor: pointer;
    display: block;
    height: 35px;		/* 2015-06-29 Inicial: height: 31px; */
    line-height: 31px;
    margin: 0;
    padding:0 10px 0 5px;		/* 2015-06-29 Inicial: 0px 20px 0px 10px; */
    text-decoration:none;
	text-transform:uppercase;	
	font-size:16px;
	font-weight:bold;
	letter-spacing:.5px;	/* 2015-06-29 - Valor inicial: 0.06em; */	
}
.buttonAddToCart {
    background: #f58987 url("images/button-left-big.png") no-repeat scroll 3px 1px;		/* 2015-06-29 Inicial: left top; */
    cursor: pointer;
    display: inline-block;
    height: 35px;		/* 2015-06-29 Inicial: height: 31px; */
    padding-left: 35px;		/* 2015-06-29 Inicial: 30px; */
	/*float:right;*/
	border: 2px solid #BF5756;		/* 2015-06-29 Agregado */
}

.buttonAddToCart:hover { 
	background-position: 3px -30px;		/* 2015-06-29 Inicial: left bottom; */
	border-color: #873232;		/* 2015-06-29 Agregado */
}
.buttonAddToCart:hover *{ 
	background-position: right bottom;
}

.variation-label {
    font-weight: bold;
}

.priceBoxWrapper{
	/*height:42px;
	line-height:36px;
	float:left;
	margin-bottom:10px;*/
	display:inline-block;
	
	}
.priceBoxWrapper .priceBox{
	height:42px;
	display:block;
	margin-right:10px;
	font-size:16px;
	color:#ff7f00;
}
.priceBoxWrapperListado .priceBoxListado{

	display:inline;
	margin-right:12px;
	font-size:12px;
	color:#ff7f00;
}

.buttonGrey {
    background: url("images/button-left-grey.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding-left: 9px;
	clear:both;
	font-size:12px;
}

.buttonGrey *{
    background: url("images/button-right-grey.png") no-repeat scroll right top transparent;
    border: none;
    color: #999;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 28px;
    margin: 0;
    padding: 0 10px 0 0;
    text-decoration:none;
	text-transform:uppercase;
}

.buttonGrey:hover { background-position: left bottom; }
.buttonGrey:hover *{ background-position: right bottom; }

.button input{
	padding-bottom: 4px;
}
.button:hover { background-position: left bottom; }
.button:hover *{ background-position: right bottom; }


#compra {
	padding:5px 0 0 0;
	float: right;
	height: 55x;
	position: relative;
	background-color:#ffffff;
	border:1px solid #cdcdcd;
	border-top:none;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	text-align:center;
	
	-moz-box-shadow: 1px 0px 1px #cdcdcd;
-webkit-box-shadow: 1px 0px 1px #cdcdcd;
box-shadow: 1px 0px 1px #cdcdcd;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cdcdcd')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#cdcdcd');
	
	
}
#compra a:hover {
	text-decoration:underline;
}

#ver {
	min-width: 130px;
}
#ver  ul { list-style:none;}
#ver li { list-style:none;}
#ver a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #CA0000;
	padding: 0 0px 0 0px;
	line-height: 29px;
	outline: none;
}

#ver.selected {/* background: url(images/view.png) no-repeat top left;*/ }

#ls_cart_widget{
	/*margin-left:50px;*/
}

#content #change-quantities{
	display:none;
	margin-right:15px;
	color:#a00000;
	width:auto;
	height:32px;
	background:none;
	border:none;
	cursor:pointer;
}

#content #change-quantities:hover{
	text-decoration:underline;
}

#content {
	background: #fff;
	height: auto;
	width: 740px;
	float:right;
	padding: 0px;
	line-height: 18px;
	min-height:300px;
}


#slider {
	width:691px;
	height: 303px;
	background: url(images/slider.jpg) no-repeat top left;
	z-index: 4;
	float:right;
	padding:4px;
	margin-bottom:20px;
}

#pager {
    float: left;
    height: 31px;
    margin: -40px 0 0 345px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

#pager a {
display: block;
width: 29px;
height: 31px;
line-height:31px;
border: none;
background: url(images/pager.png) 0px 31px;
overflow: hidden;
margin: 0 8px 0 0;
color:#555555;
text-decoration:none;
float:left;
}
#pager a.activeSlide { background-position: top; text-shadow:1px 1px 1px #fff; color:#0388C0; text-decoration:none;}
#slider li {
display: block;
width: 689px;
height: 300px;
position: relative;
list-style: none;
z-index: 4;
}
#slider li .picture {
width:311px;
height: 300px;
float: left;
padding: 1px;
position: relative;
z-index: 4;
text-align:center;
}
#slider li .picture img {
border: none;
max-width:311px;
max-height: 300px;
}
#slider li .description {
width: 325px;
height: 260px;
float: right;
padding: 20px;
}
#slider li .description h1 {
font-size: 30px;
font-weight: bold;
line-height: 30px;
background:none;
/*overflow:hidden;*/
}
#slider li .description p { margin: 0 0 18px 0; }
#slider li .description h1.title a {
color: #000;
text-decoration: none;
line-height:34px;
font-weight:normal;
letter-spacing:-0.03em;

}

.home-slider {
position: relative;
width: 691px;
height: 300px;
z-index: 4;
}

#right {
	width: 741px;
	float: right;
	height: auto;
}
#right .box {
width: 350px;
float: left;
height: auto;
position: relative;
}
#right .box .more {
position: absolute;
color: #0388c0;
font-size: 10px;
top: 13px;
right: 20px;
text-decoration: none;
}
#right .box .more:hover {text-decoration: underline;}
#right .box ul {
padding: 18px 0 0 0;
}
#right .box li {
list-style: none;
display: inline;
margin: 0 19px 0 0;
}
#right .box li img {
border: 1px solid #bfbfbf;
}
#right h1.title {
	display: block;
	background: url(images/bullet-destacados.gif) no-repeat top left !important;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:300;
	color: #000;
	height: 25px;
	padding-left:25px !important;
	margin-bottom:10px;
}

h2.title{
	font-size:24px;
	font-weight:normal;
	background:url(images/category-title.gif) repeat-x bottom left;
	line-height:28px;
	padding:0 0 8px 0;
	margin:0 0 5px 0;
	}

.block{
	display:block;
}

#destacados {
	width:741px;
	float: left;
    table-layout: fixed;
	
}
.product-table .product-row{
	clear:both; float:left; }
#destacados .producto-row{
	padding-bottom:2px;
}
.listado .product-row {
    margin-bottom: 20px;
    width: 790px;
	position:relative;
}

#destacados .item {
	width: 168px;
	float: left;
	height: auto;
	padding: 0 0 15px 0;
	margin: 0 19px 5px 0px;
}


#destacados .item .caption img,
#destacado s.item .data .thumb img{ 
	border:  none;
	width: 168px;
}
.data .title {
	color:#000;
}



#destacados .item .data .thumb {
	width: 168px;
	margin: 0 0 5px 0;
	text-align:center;
}
#destacados .item .data .thumb img{
	max-width:168px;
	max-height:120px;
}

#destacados .item .data .thumb a{
	display:block;

}
#destacados .item .data .thumb:hover{

}

#destacados .item .data .title {
	font-size: 12px;
	color: #545454;
	font-weight: normal;
	display: block;
	position: relative;
	text-align:center;
}
#destacados .item .data .title a {
	color: #545454;
	display: block;
    text-decoration: none;
}
#destacados .item .data .title a:hover {
	text-decoration: underline;
	color: #000;
}
#destacados .item .data .title small {
	font-size: 14px;
	line-height: 16px;
	color: #ff7f00; /*naranja*/
	clear:both;
}
.naranja { color:#F60; }
.cyam { color:#4cc5ec; }

.prod{
	width:699px;
	float:right;
}

.listado .item {
	width: 170px;
	float: left;
	height: auto;
	margin: 0 10px 5px 0px;
}
.item.col0{
	clear:left;
}

.productContainer .data {
	width: 370px;
	height: auto;
	float:right;
	margin-top:0px;			/* Modificado 2015-07-04, valor inicial: 20px; */
}
.productContainer .data .title{
	font-weight:normal;
	line-height:28px;
}

.listado .item .caption {
	position:absolute;
	left:6px;
	top:6px;
	width:285px;
	height:189px;
	display:none;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1;    /* for really really old safari */  
	opacity: 1;    /* css standard, currently it works in most modern browsers like firefox,  */
}
.listado .item .caption img,
.listado .thumb img{ 
	border:  none;
	max-width: 170px;
	max-height:269px;
}

.listado .data {width: 170px; float:left; margin-right:11px; }
.listado .thumb {
	width: 170px;
	text-align:center;
	position:relative;
}

.listado  .data .thumb a{
	display:block;
	/*padding:10px;*/
}


#content .listado{
	float:right;
	width:740px;
}
.listado .data .title {
	font-size: 13px;
	color: #545454;
	font-weight: normal;
	display: block;
	position: relative;
	text-align:center;
}
.listado .data .title a {
	color: #545454;
	display: block;
    text-decoration: none;
}
.listado .data .title a:hover {
	text-decoration: underline;
	color: #000;
}
.listado .data .title small {
	font-size: 14px;
	color: #ff7f00;
	clear:both;
}
#content .breadcrumb {display: block; height: 33px; color:#4cc5ec; }
#content .breadcrumb li {
	list-style: none;
	float: left;
	font-size: 13px;
	padding: 2px 0px 1px 0px;
	margin: 0 5px 0 0;
}
#content .breadcrumb li strong{
	font-weight:600;
}

#content .breadcrumb li span{
	/*float:right;*/
	margin-left:5px;
}
#content .breadcrumb li a {
	text-decoration: none;
	color: #777575;
}
.separator { color:#777575; }
#content .breadcrumb li a:hover {
	text-decoration: underline;
}
#content .pages { float:right; }
#content .pages strong{
	display: inline-block;
	color: #4CC5EC;
	text-decoration: none;
	font-size: 16px;
	padding-top:3px;
	text-align:center;
}
#content .pages a{ 	
	display: inline-block;
	color: #555555;
	text-decoration: none;
	font-size: 16px;
	padding-top:3px;
	text-align:center;}
#content .pages a:hover { color:#4CC5EC; }

#content .pages .nobutton{ background:none; width:auto; color:#333;padding:0 3px 0 3px;}
#content .pages .nobutton:hover{ text-decoration:underline; color:#333; }
#content.single .details .data {
	padding: 0 0 22px 0;
	margin: 0 0 12px 0;
	display: block;
	float:right;
}
#content.single .details .data .title {
font-size: 30px;
margin: 0 0 20px 0;
display: block;
float: none;
line-height:30px;
font-weight:normal;
}
#content.single form {
/*height: 110px;*/
width: 370px;
float:right;
margin-bottom:10px;
}

#content.single form .select-wrap{
	margin-bottom:25px;
}

.detalles {
	float: left;
	clear:both;
}

.description .price {
	font-size: 20px;
	color: #b50a0a;
	margin: 0px 0px 10px 0px;
	
}
#content.single .data .price {

	font-size: 18px;
	padding: 3px 7px 20px 0px;
	color: #b50a0a;
	margin: 2px 10px 0 0px;
}
#content.single .data .stock {
	background: url(images/tick.gif) no-repeat left center;
	font-size: 12px;
	float: left;
	padding: 5px 0 5px 15px;
}
#content.single .pictures {
	float: left;
	height: auto;
	margin: 0 0 0 0px;
	margin-right:15px;
	width:340px;
	
}


#content.single .pictures .small {
	float: left;
	/*width: 325px;*/
}
#content.single .pictures .small li { list-style: none; margin: 0 0px 3px 10px; width: 77px; height: 77px; float:left; padding: 0px; }
#content.single .pictures .small li:first-child{ margin-left:0px;}
#content.single .pictures .small img { border: none; width: 77px; height: 77px; border:1px solid #cdcdcd; }

#content.single .important .agregar { vertical-align:middle;}
.share { margin:25px; height:40px;}

#content.carrito {
	position: relative;
	float:right;
	width:740px;
	margin-top: -70px;		/* Agregado 2015-06-23 */
}
#content h1.title {
	font-size: 32px;		/* Modificado 2015-06-23, valor inicial 24px */
	padding: 6px 0 5px;
	display: block;
	/*font-weight:normal;*/
	color:#777;			/* Modificado 2015-06-23, valor inicial #bababa */
	font-family: Poppins, Helvetica, Arial, sans-serif;			/* Agregado 2015-07-10 */
	font-weight: 500;
}

#content.carrito ul.productos li {
	list-style: none;
	background: url(images/horizontal_dot.gif) repeat-x bottom;
	padding: 20px 0;
}
#content.carrito ul.productos li .thumb {
	float: left;
	margin: 0 20px 0 0;
}
#content.carrito ul.productos li .thumb img {
	border: 1px solid #cbcbcb;
	width:100px;
	padding:2px;
}
#content.carrito ul.productos li h3.title {
	font-size: 16px;
	float: left;
	display: block;
	width: 390px;
	padding: 47px 0 0 0;
	font-weight:normal;
}
#content.carrito ul.productos li h3.title a {
	color: #000;
	text-decoration: none;
}
#content.carrito ul.productos li .cantidad {
	float: left;
	width: 80px;
	padding: 9px 0 0 0;
}
#content.carrito ul.productos li .cantidad label {
display: block;
color: #545454;
padding: 5px;
}
#content.carrito ul.productos li .cantidad input[type=text] {
	display: block;
	width: 43px;
	height: 16px;
	background: url(images/carrito_field.gif) no-repeat top left;
	border: none;
	float: left;
	font-size: 14px;
	padding: 10px;
	text-align: right;
}
#content.carrito ul.productos li .cantidad .refresh {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/carrito_refresh.gif) no-repeat top left;
	margin: 8px 0px 0px 10px;
	cursor:pointer;
}
#content.carrito ul.productos li .delete {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/carrito_delete.gif) no-repeat top left;
	margin: 45px 0px 0px 14px;
	cursor:pointer;
}
#content.carrito ul.productos li .price {
	font-size: 15px;
	padding: 3px 10px 4px 20px;
	color: #b50a0a;
	margin: 43px 0 0 10px;
	float: left;
}
#content.carrito .total {
	color: #b50a0a;
	display: block;
	text-align: right;
	background: url(images/horizontal.gif) repeat-x bottom;
	padding: 10px 10px;
	font-size: 16px;
}

#content.carrito .iniciar {
	float: right;
	margin-top: 15px;
}
#content.carrito .iniciar#sup {
	top:0;
	right: 0px;
	margin: 0;
	position: absolute;
}
#content.carrito .continue-shopping{
	float:left;
	margin-top: 15px;
}





#content.contacto h1.title {
	margin-bottom:30px;
	text-transform:lowercase;
}
#content.contacto .text {
	width:260px;
	float: right;
}
#content.contacto .text p{
	font-size:14px;
}
#content.contacto .social {
	font-size: 13px;
	line-height: 40px;
	padding: 30px 0 10px 0px;
}
#content.contacto .social li {
	list-style: none;
	padding: 0 0 0 40px;
}
.text .social { width:350px;}
#content.contacto .social li a { color: #313131; text-decoration: none; }
#content.contacto .social li a:hover { color: #000; text-decoration:underline; }
.Facebook {
    background: url(images/logo-face.png) no-repeat scroll left center transparent;
}
.Twitter {
	background: url(images/logo-twitter.png) no-repeat left center;
}
.Pinterest {
	background: url(images/logo-pinterest.png) no-repeat left center;
}
.Instagram {
	background: url(images/logo-instagram.png) no-repeat left center;
}
.Orkut {
    background: url(images/logo-orkut.png) no-repeat scroll left center transparent;
}
.telefono {
	background: url(images/phone-grey.png) no-repeat left center;
}
.direccion {
	background: url(images/pointer-grey.png) no-repeat left center;
}
.mail {
	background: url(images/email-grey.png) no-repeat left center;
}
.blog {
	background: url(images/blog-grey.png) no-repeat left center;
}

#content.contacto form {
	float: left;
	width: 450px;
}
#content.contacto label {
	width: 60px;
	float: left;
	display: block;
	text-align: right;
	font-size: 12px;
	padding: 3px 15px 0 0;

}
#content h1.title { margin-bottom:10px}
#content.contacto input[type=text] {
	width: 353px;
	height: 15px;
	padding: 10px;
	border: none;
	background: url(images/contacto_field.gif) no-repeat top left;
	font-size: 13px;
	color: #313131;
	float: left;
	margin: 0 0 15px 0;
	font-family:Helvetica, Arial, sans-serif;
}
#content.contacto textarea {
	width: 353px;
	height: 125px;
	padding: 10px;
	border: none;
	background: url(images/contacto_textarea.gif) no-repeat top left;
	font-size: 13px;
	color: #313131;
	float: left;
	margin: 0 0 15px 0;
	font-family:Helvetica, Arial, sans-serif;
}

#colLeft{
	float:left;
	height:auto;
	width: 220px;
	/*position:fixed;*/
	height:100%;
	
}
.banner{
	margin-bottom:20px;
	margin-top:-130px;		/* Modificado, valor inicial: -145px; */
    width:740px;
    overflow: hidden;
	height:495px;
	z-index:2;
}
.banner img {
	max-width:740px;
}

#content.contacto .button{
	float:right;
}

#content.contacto div.winnie-pooh, #newsletter div.winnie-pooh {
    display: none;
}

#newsletter{
float: left;
height: auto;
width: 208px;
background:url(images/bottom-sidebar.png) no-repeat bottom left;
padding-bottom:5px;
margin-bottom:18px;
}

#newsletter h1.title {
	display: block;
	background:url(images/top-newsletter.png) no-repeat top left;
	font-size: 14px;
	color: #777575;
	line-height: 24px;
	height: 22px;
	padding: 10px 0 0 42px;
	text-transform:uppercase;
	font-weight:600;
}
#newsletter .bg-news{
	background:url(images/bg-newsletter.jpg) repeat-y left top;
	padding: 4px 0 8px 8px;
	}
#newsletter input[type="news"], #newsletter input[type="text"]{
	width:181px;
	background:url(images/bg-input-newsletter.png) no-repeat left top;
	border: none;
	display: block;
	height:29px;
	line-height:29px;
	margin-bottom:7px;
	padding-left:5px;
	font-size:11px;
	}
#buttonNewsletter{
	clear:both;
}

#sidebar {
float: left;
height: auto;
width: 208px;
padding-bottom:5px;
margin-bottom:18px;
margin-top:30px;
}
#sidebar ul {
padding: 0px 0 0 1px;}
p.sending-free-left {
margin: 6px;
float: left;
}
#sidebar ul li > ul {
	padding: 0;
	display: none;		/* Agregado 2015-06-23 */
}

#sidebar li:first-child{ margin-bottom:10px;}

#sidebar li {
	list-style: none;
	padding: 0 0 0 12px;
	/*line-height: 42px;*/
}
#sidebar li a {
	color: #990000;
	text-decoration: none;
	font-size:30px;			/* Modificado 2015-06-23, valor inicial 36px */
	font-weight:500;
	font-family: Poppins, Helvetica, Arial, sans-serif;		/* Agregado 2015-07-10 */
	line-height: 135%;		/* Agregado 2015-07-10 */
}
#sidebar li a:hover {
	text-decoration: none;
	color:#F83A43 !important;		/* Modificado 2015-07-10, valor inicial: #666; */
}
#sidebar li ul {
	background:none;
	margin-left:9px;
	width:166px;
}
#sidebar li ul li{
	background: none;
	list-style:inside;
	list-style-position:inside;
	list-style:none;
	margin:0 0 0px 10px;
	padding:0px;
	font-weight:bold;
	line-height:28px !important;
	}

#sidebar li ul li a{
	color:#777575;
	font-size:22px;
	font-weight:500;
}

#sidebar li ul li a:hover {		/* Agregado 2015-07-10 */
	color:#F83A43 !important;
}

#sidebar>ul#categorias>div>li {		/* Agregado 2015-06-23 para quitar margen izquierdo en el primer nivel de categorías */
	padding-left: 0;
}


.contact-ok{
	color:#008000;
	font-size:14px;
	margin-bottom:8px;
	text-align:right;
}

.contact-error{
	color:#800000;
	font-size:14px;
	margin-bottom:8px;
	text-align:right;
}

.error{
	color:#a00000;
}

/* Share */
.share .shareItem{
	float:left;	
}
#orkut-button{ margin-left:10px; width:30px; float:right; }
.share .twitter{
	padding-right:20px;
}
.share .google{
	padding-right:0px;
}
.single {
	margin-top:-130px;		/* Modificado 2015-06-23, valor inicial: 45px; En 2015-07-04, valor inicial -70px */
}
.single .description{
	clear:left;
	padding-top:10px;
	line-height: normal;
}

/* User content */
.user-content {
    font-size: 13px;
    line-height: 1.5em;
    color: #313131;
}
.user-content a {color:#804520; text-decoration:none; outline:none;}
.user-content a:hover {text-decoration:none; color:#313131; }
.user-content a:active {outline:none;}

.user-content p,
.user-content ul,
.user-content ol{
    margin: 0 0 10px;
}

.user-content ul{list-style: disc inside none;}
.user-content ol{list-style: decimal inside none;}
.user-content li{line-height: 22px;}

.user-content h1 {font-size:28px;margin: 0 0 10px;line-height: 100%;color:#222; font-weight:normal; }
.user-content h2 {font-size:24px;margin: 0 0 10px;line-height: 100%;color:#222; font-weight:normal; }
.user-content h3 {font-size:22px;margin: 0 0 10px;line-height: 100%;color:#222; font-weight:normal; }
.user-content h4 {font-size:20px;margin: 0 0 10px;line-height: 100%;color:#222; font-weight:normal; }
.user-content h5 {font-size:18px;margin: 0 0 10px;line-height: 100%;color:#222; font-weight:normal; }
.user-content h6 {font-size:16px;margin: 0 0 10px;line-height: 100%;color:#222; font-weight:normal; }

/**********************
 ****  SUPER FISH  ****
 **********************/
 


#header-info{
	float:right;
	margin-top:10px;
	/*width:209px;*/
}

.header-contact-info{
	color: #000000;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
	
}
.right{
	float:right;
}
.header-contact-info:first-child{
	font-weight:bold;
}
.header-contact-info .phone{
	background:url(images/phone.png) no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	float:left;
	margin-right:5px;
	}
#search-cart{
	float:right;
	margin-right:10px;
	min-width:150px;
	z-index:10;
	}
#search-cart ul li { list-style:none; }
.siteBarContainer {
	background:none repeat scroll 0 0 #FFFBE5;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	left:0;
	padding:0;
	position:static;
	margin-bottom: 5px;
	text-align:center;
	top:0;
	width:100%;	
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	background-color:#fff;
}

.siteBarContainer a{
	font-weight: bold;
}

#footer {
width: 740px;
height: auto;
padding: 0px 0px 0 0px;
float: right;
clear: both;
font-size: 11px;
margin: 20px 0 0 0px;
}
.socialIcon li{ list-style:none; display:inline-block; float:left; margin-right:15px; }
.socialIcon li:last-child { float: right; margin-right: 0; }	/* Agregado 2015-06-24 */
.socialIcon li img { float:left; }
.icon li{ list-style:none; display:block; padding:8px 0 0 35px; height:20px; margin: 0 0 5px 0;  }

#footer a {
text-decoration: none;
color:#666;
}
#footer a:hover { text-decoration: underline; }


.f2{
 	border-top: 1px solid #C9C7C7;
 	border-bottom: 1px solid #C9C7C7;
	width:730px;
	height:43px;
	padding-top:11px;
	padding-left:10px;
	color:#666;
	}
.f2 .socialIcon p { margin-top: 5px; float:right; margin-left:10px; }
.f3{
	margin:0 auto;
	text-align:center;
	}
.f4{
	width:208px;
	}
.f4 img{
	display:block;
	margin-bottom:8px;
}
.icon img{ margin-right:5px; }
.icon{ vertical-align:text-top}
.f3 img{ margin:2px 2px 0 0;}
#powered{
	clear:both;
	border-top: 1px solid #c9c7c7;
	text-align:right;
	padding:10px 0 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.socialIcon #socialIcon_address {		/* Agregado 2015-07-10 */
	margin-top: 3px;
	line-height: 130%;
}

/*
agreagado zoom

*/

/* --- Single Product --- */
#fauxContainer{
	position:relative;
	width:336px;
	float:left;
	/*left:-564px;*/
}


/* Left col */
.productContainer .imagecol {
	float: left;
	width: 339px;
	/*padding: 20px 12px;*/
}

.imagecolContent {
	float:left;
	/*width: 339px;*/
	padding:7px;
	border:1px solid #CDCDCD;
	margin-bottom:10px;
}
	
.productContainer .imagecol .imagecolContent img {
	display: block;
	width: 336px;
}

.thumbnail-container {
	overflow: hidden;
	width:345px;
	float:left;
	margin-bottom:10px;
}

.thumbnail-container .single-thumb {
	float:left;
	margin:6px 6px 0px 0px;
	width:62px;
}


.thumbnail-container .single-thumb a {
	display:block;
	text-align:center;
}

.thumbnail-container .single-thumb img {
	max-width: 62px;
}


/* Right col */
#single-product .productContainer .descriptioncol {
	float: left;
	width: 563px;
	padding-bottom:15px;
}

#single-product .productContainer .descriptioncol .descriptioncolContent {
	padding: 20px 20px 0;
}
/*
#single-product .productContainer .descriptioncol .title h2 {
	font-size:28px;
	font-weight:bold;
}
*/
#single-product .productContainer .descriptioncol .price {
	font-size:28px;
}

#single-product .productContainer .descriptioncol .stock {
	font-size:14px;
	font-style:italic;
}

#single-product .productContainer .descriptioncol .description-title {
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -1em;
}

#single-product .productContainer .descriptioncol .description {
	color:#535353;
	font-size:13px;
	margin-top:45px;
}

#single-product .productContainer .descriptioncol .description a {
	color: #708a8a;
}

#single-product .productContainer .descriptioncol .description p,#single-product .productContainer .descriptioncol .description ol,#single-product .productContainer .descriptioncol .description ul
	{
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.1em;
}

#single-product .productContainer .descriptioncol .fancyContainer {
	margin-top: 10px;
}

#single-product .productContainer .descriptioncol .attributeLine {
	margin-bottom: 6px;
}

#single-product .productContainer .descriptioncol .attributeLine label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#single-product .productContainer .descriptioncol .attributeLine select{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D2D2D2;
	color:#535353;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	width:156px;
}

#single-product .productContainer .descriptioncol .addToCartButton {
	margin-top: 10px;
}

#single-product .productContainer .descriptioncol .addToCartButton .button{
	font-size:14px;
	height:35px;
	width:200px;
}

/***  Cloud Zoom  ***/
/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	background-color:#FBF9F9;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.zoom-instructions{
	font-size:11px;
	color:#767676;
	text-align:center;
	clear:both;
	margin-bottom:10px;
}
.zoom{
	background:url(images/zoom-icon.png) no-repeat top right;
	height:17px;
	vertical-align:bottom;
	width:30px;
	display:inline-block;
}
.boxCreditCard{
	width:314px;
	background:#fff;
	border:1px solid #cdcdcd;
	clear:both;
	padding:10px;

}

.boxCreditCard h4{
	text-transform:uppercase;
	font-size:12px;
	color:#274673;
	padding-bottom:10px;
}

.important{
	margin-bottom:10px;
}
.mini-text{
 font-size: 0.8em;
}
.prod_sel{
	height:100%;
	overflow:hidden;
	margin:15px 0px;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	background-color:#FFF;
	padding:10px;
}
.prod_sel .datos{
	margin-top:5px;
}
.prod_sel a{
	text-decoration:none;
	font-size:13px;
	line-height:18px;
}

.prod_sel a:hover{
	text-decoration:underline;
}
.prod_sel img{
	max-width: 130px;
	border: 1px solid #CECECE;
	float:left;
	margin-right:15px;
}
/*.mousetrap { width:340px; }*/

#compare_price_display, #compare_price_display small{ 
	color:#000 !important; 
	border:none; 
}
#compare_price_display small {
	margin-right:10px;
	color:#000 !important;
	text-decoration:line-through;
	}
	
.dest-gral {
    display: table-cell;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 7px;
    text-align: center;
    width: 169px;
	position:relative;
	border:1px solid #fff;
	float:left;
}
.dest-gral a { width:169px; }
.dest-gral .bajada{ padding-top:7px; display:block;  width: 169px; }
.dest-gral:hover {
	border:1px solid #cdcdcd; }

.dest-gral img {
max-width: 169px;
max-height: 269px;
}	
	
/* destacado home con flechas carrusel */

.dest-gral-home {
    display: table-cell;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    width: 160px;
	border:1px solid #fff;
	padding:7px 7px 0px 7px;
	height:200px;
}
.dest-gral-home a { width:160px; } 
.dest-gral-home .etiquetaSale, .dest-gral .etiquetaSale  { margin:4px;}
.dest-gral-home img { max-width:160px; overflow:hidden; display:block;  } 
.dest-gral-home:hover { border:1px solid #CDCDCD;  }
.dest-gral-home .head {
    display: block;
    text-align: center;
	height:130px;
	overflow:hidden;
	width:160px;

}
.bajada img { position:relative; }
.dest-gral-home .bajada {
    display: block;
    vertical-align: bottom;
	font-size:14px;
	color:#333;
	margin-top:10px;
	width:160px;
}
.dest-gral-home .bajada a:hover { background-color:#FF0; }
.carrusel { margin-left:18px; }
.carrusel li { min-height:210px;  position:relative; width:176px;}

.prev {
    background: url("images/arrows.png") no-repeat scroll left top transparent;
    border: medium none;
	outline:0px;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin: -140px 0 0;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    width: 12px;
    z-index: 1000;
}
.next {
    background: url("images/arrows.png") no-repeat scroll left bottom transparent;
    border: medium none;
	outline:0px;
    cursor: pointer;
    display: block;
    float: right;
    height: 20px;
    margin: -140px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 12px;
    z-index: 1000;
}
.prev:hover {
    background-position: right top;
    cursor: pointer;
}
.next:hover {
    background-position: right bottom;
    cursor: pointer;
}


#next:hover {
background-position: right bottom;
}
#next{
background: url("images/prevnext-sprite.png") right top no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    margin: -280px 10px 0 0;
    text-indent: -9999px;
    z-index: 9;
	width: 19px;
	height: 26px;
	position:relative;
}

#prev:hover {
background-position: left bottom;
}
#prev{
background: url("images/prevnext-sprite.png") left top no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    margin: -280px 0 0 10px ;
    text-indent: -9999px;
    z-index: 9;
	width: 19px;
	height: 26px;
	position:relative;
}

.etiquetaSale {  position:absolute; top:10px; right:10px;}
.etiquetaSinStock { position:absolute; left:5px; top:5px}
.etiquetaSinStock img{ width:64px; height:64px;}

.listado .miniaturas { margin-top:20px; }
.listado .miniaturas ul { list-style:none; }
.listado .miniaturas ul li { clear:left; display:inline-block; position:relative; }
.listado .miniaturas ul li .head img { position:relative; }
.listado .dest-gral a { width:160px; } 

a#cat{ 
	height:75px; 		/* 2015-06-29 - Original: height: 80px; */
	overflow:hidden; 
	float:left; 
	clear:both; 
	display:block;
	margin-bottom: 10px;		/* 2015-07-10 - Agregado */
}

#cat:hover img{ margin-top:-75px;}		/* 2015-06-29 - Original: margin-top: -80px; */

.product_share {		/* 2015-06-29 - Agregado */
	margin-top: 20px;
	margin-bottom: 25px;
}
.product_share_fb {		/* 2015-06-29 - Agregado */
	display: inline-block;
	margin: 0 20px;
}
.product_share_g {		/* 2015-06-29 - Agregado */
	display: inline-block;
}
.content-banner-top {	/* 2015-07-04 - Agregado */
	margin-bottom: 17px;
}
#content h1.main-title {	/* 2015-07-04 - Agregado */
	font-size: 36px;
	padding-top: 10px;
}

#content h1.page-title {	/* 2015-07-04 - Agregado */
	margin-bottom: 20px;
}

#content h1.title.product-title {	/* 2015-07-04 - Agregado */
	line-height: 120%;
}
div.product-365 img {	/* 2015-07-04 - Agregado */
	opacity: .75;
}
div.product-365 img:hover {	/* 2015-07-04 - Agregado */
	opacity: 1;
}