html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
@font-face{
	font-family:'GothamRounded-Book';
	src:url('GothamRnd-Book.otf'); 
}

@font-face{
	font-family:'GothamRounded-Light';
	src:url('GothamRnd-Light.otf'); 
}

@font-face{
	font-family:'LubalinGraphItcTBookRo';
	src:url('LubalinGraphItcTBookRo1.otf'); 
}

@font-face {
  font-family:"Rock";
  font-weight:bold;
  src: url(rockb.ttf) format("truetype");
}


:focus {outline: 0;}
body {color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
b, strong{font-weight:bold;}
i, em, address {font-style:italic;}
pre {font-family:monospace;}
.hidden{display:none;}
.searchbox{ float:right; 	background:url(bg-buscar.png) no-repeat; height:23px; width:152px;}
#header .searchbox .text-input{
	width:117px;
	float:left;
	font-family:'LubalinGraphItcTBookRo';
	font-size:15px;
	letter-spacing:0.02em;
}

#products_page_container p,
#products_page_container ul,
#products_page_container ol,
#shoppingCartPage p,
#shoppingCartPage ul,
#shoppingCartPage ol {
	margin:0;
	line-height:1em;
}

.addToCartButton input {
	cursor:pointer;
}

.mini-text{
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}



/*
 * Real CSS Starts here
 */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-repeat: repeat;
}
	
a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	/*width: 940px;*/
	margin: auto;
}

.contentBox.home-image{
	padding:0;
	width:940px;
	border-bottom:0 none;
}
.contentBox.home-image img{
	width:940px;
}

.contentBox.fullWidth{
	padding:0;
	width:940px;
}

#main{
	margin:0 auto;
	width:990px;
}

/* --- Header --- */
#header{
	height:90px;}
#top {
	background:#cdc1bc;
		/*border-bottom:1px solid #f3ebea;*/
}

#logo-search{
	width:990px;
	margin:0 auto;
	}
#header #navigationMenu {
	clear: both;
	background: url(bg-menu-rosa.jpg) repeat-x;
	height:35px;
	display:table;
	width:100%;
}

#header #logo {
	height: 54px;
	width: 400px;
	clear:both;
	position:relative;
	z-index:99;
	float:left;
}

#header #logo.img {
	line-height:54px;
}
	
#header #no-logo{
	font-size:3em;
	display:inline-block;
	margin-top:25px;
}

#header #logo a:hover {
	text-decoration: none;
}

#header #logo img{
	max-width:640px;
	vertical-align:middle;
}

#header .header_right_wrapper{
	position:relative;
	height:54px;
}

#header .header_right {
	overflow: hidden;
	min-width:300px;
	position:absolute;
	/*bottom:3px;*/
	top:21px;
	right:0;
}

#header .searchbox input {
	margin: 0;
	padding: 2px;
	color: #535353;
	border:none;
	padding:0 5px 0 10px;
	height:23px;
	background:none;
}

#header .searchbox .submit-button{
	width:14px;
	height:15px;
	float:right;
	cursor:pointer;
	background:url(buscar.jpg) no-repeat;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	margin:4px 4px 0 0;
}

#header .infobox {
	margin-bottom:4px;
	float:left;
	display:inline;
}

#header .infobox .info {
	font-size:0.8em;
}

#header .price-disclaimer {
	bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	left: 175px;
	position: absolute;
}

#header .languages {
	margin:2px 8px 2px 0;
}

#header .languages a {
	margin: 0px 3px;
}

#header .languages a img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#header .languages a.active img,
#header .languages a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* Shopping Cart Display */
#ls_cart_widget{
    display: table-cell;
    min-width: 150px;
    vertical-align: middle;
	text-align:center;
}

#ls_cart_widget .cart-summary {
	padding: 2px 10px 1px 5px;
	line-height: 12px;
	color: #fff;
	font-size:14px;
	font-family:'LubalinGraphItcTBookRo';
}
#ls_cart_widget .cart-summary img,
#ls_cart_widget .cart-summary span,
#ls_cart_widget .cart-summary a{
	vertical-align: middle;
	display:inline-block;
	color:#fff;

}

/* --- Layout --- */
.headerBox {
	color:#000;
	
}

.headerBox h2 {
	font-family:'GothamRounded-Book';
	font-size:18px;
	text-transform:uppercase;
	padding-top:102px;
}

.contentBox {
	background-color:#FFFFFF;
	height:auto;
	width:870px;
	padding:0px;
	float:left;
}
#head{ width:891px; margin:0 auto; }
.page-content{
	margin:0 auto !important;
	width:891px;
	/*padding-left:65px;*/
}
.centered {}
.no-border-bottom {
	border-bottom: 0 none;
}
@font-face {
  font-family:"Rock";
  src: url(rock.ttf) format("truetype");
}
.button,.submit_button {
	background: #cdc1bc;
	height: 29px;
	text-align: center;
	text-transform: uppercase;
	font-family:"Rock";
	font-weight:bold;
	font-size: 14px;
	color: #fff;
	padding-bottom: 1px;
	cursor: pointer;
	border:none;
	padding:0 19px 0 19px;
}


.button:hover {
	background-color: #f4cbd3;
	text-decoration:none;
}

a.button{
	line-height: 28px;
    padding: 0 8px;
    display:block;
}
.priceAndButton{ width:300px; float:left; height:60px; }
.transactionResultsContainer{
	padding:10px 0;
}

/* --- Pagination & Breadcrumbs --- */
.crumbPaginationContainer {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	padding:0 16px 0 12px;
	margin-right:17px;
}

.crumbPaginationContainer.top {
	padding-top: 10px;
}

.crumbPaginationContainer.bottom {
	padding-bottom: 10px;
}

.crumbPaginationContainer .pagination {
	float: right;
	font-size:13px;
}

.crumbPaginationContainer .pagination,
.crumbPaginationContainer .pagination a {
	color:#535353;
}

.crumbPaginationContainer .pagination .page-number.selected {
	font-weight: bold;
	font-size:13px;
}

.crumbPaginationContainer #breadcrumb {
	float: left;
	font-size:11px;
	margin-top:3px;
}

#breadcrumb,
#breadcrumb a{
	color:#535353;
}

#single-product #breadcrumb {
	font-size: 10px;
	margin-bottom: 20px;
}

/* --- Products Page --- */
.product-table{
    /*display:table;*/
	width:640px;
	float:right;
	/*margin-top:-65px;*/
	margin-left:-25px;
    /* border-spacing: 10px;
   width:940px;
    table-layout:fixed;*/
}

.product-row{
	display:table-row;
}

#product-listing .product {
	float:left;
	margin-right:5px;
	margin-bottom:22px;
	/*display:table-cell;
	overflow:hidden;
	/*border:1px solid #D2D2D2;
	width:298px*/
}

.product:hover,
.dest-gral:hover,
.dest:hover {
	/*-moz-box-shadow:#ccc 2px 2px 4px;
	-webkit-box-shadow:#ccc 2px 2px 4px;
	box-shadow:#ccc 2px 2px 4px;*/
	text-decoration:none;
}
/*
.product .head,
.dest-gral .head,
.dest .head{
	display:block;
	text-align:center;
	
}*/
#product-listing .product{
	width:198px; }
#product-listing .product img{
	max-width:198px;
}

#product-listing .product .bajada{
	display:block;
	padding:3px 0 0 9px;
	background:#cdc1bc;
	font-size:13px;
	/*overflow:hidden;*/
	color:#FFF;
	height:32px;
	margin-bottom:2px;
}

#product-listing .product .bajada a{
	display:block;	
	text-decoration:none;
	color:#FFF;
	font-weight:300;
	vertical-align:top;
	font-family:'GothamRounded-Book';
}

#product-listing .product:hover  {
	text-decoration:none;
}

.price{
	background:#f4cbd3;
	display:block;
	overflow:hidden;
	color:#FFF;
	padding-left:9px;
	font-weight:bold;
	font-size:12px;
	font-family:'GothamRounded-Book';
}

.col0{
	clear: left;
}

#product-listing .product .out-of-stock-notice {
	font-size: 9px;
}

/* --- Single Product --- */
#fauxContainer{
	position:relative;
	width:620px; 
	float:right;
	margin-top:30px;
}

#fauxContainer > div{
	position:relative;
}

#shoppingCartPage{ width:891px; margin:0 auto; 	font-family:'GothamRounded-Book'; }
/* Left col */
.productContainer .imagecol {
	float: left;
	width: 253px;
}

.productContainer .imagecol .imagecolContent {
	width: 253px;
}
	
.productContainer .imagecol .imagecolContent img {
	display: block;
	width: 253px;
}

.thumbnail-container {
	float:left;
}


.thumbnail-container img:first-child{
	display:none;
}

.thumbnail-container a {
	display:block;	
}

.form-producto{
	margin-bottom:15px;
}
.form-producto h2{
	font-family: 'GothamRounded-Book';
    font-size: 16pt;
    font-weight: normal !important;
    margin-bottom: 10px;	
}
/*
.thumbnail-container .single-thumb img {
	width: 74px;	
}*/

#single-product .productContainer .imagecol .shareDiv {
	margin: 20px auto 0;
	width: 263px;
	font-size: 12px;
	text-transform: uppercase;
	border:1px #e8e8e8 solid;
	background-color:#FFFFFF;
	text-align:center;
	padding:6px;
}


/* Right col */
#single-product .productContainer .descriptioncol {
	float: left;
	width: 563px;
	padding-bottom:15px;
}

#single-product .productContainer .descriptioncol .descriptioncolContent {
	padding: 20px 20px 0;
}

.descriptioncolContent .title h2 {
	font-size:16pt;
	font-weight:normal !important;
	font-family:'GothamRounded-Book';
	margin-bottom:10px;
}

#single-product .productContainer .descriptioncol #price_display {
	font-size:18px;
	color:#cdc1bc;
	float:left !important;
	width:60px !important;
}

#single-product .productContainer .descriptioncol del.price {
	color:red;
}

#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;
}

 .fancyContainer {
	margin-top: 10px;
}

.attributeLine {
	margin-bottom: 10px;
}

#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 {
	float:right;
	margin-top:20px;
}

#single-product .productContainer .descriptioncol .addToCartButton .button{
	font-size:14px;
	height:35px;
	width:200px;
}

/* --- Shopping Cart --- */
#shoppingCartPage .contentBox {
	padding:20px 0px;
	width:880px;
}

#shoppingCartPage .contentBox,
#shoppingCartPage .contentBox a {
	color:#535353;
}

#shoppingCartPage .cart-contents {
	width: 870px;
	margin-bottom: 10px;
}

#shoppingCartPage .cart-contents ul {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .cart-contents ul li {
	float: left;
	padding-right: 10px;
}

#shoppingCartPage .cart-contents .firstrow li {
	font-size:15px;
	height:19px;
}

#shoppingCartPage .cart-contents .productrow li {
	font-size: 16px;
	line-height:22px;
	margin-top:15px;
}

#shoppingCartPage .cart-contents ul li.last {
	padding-right: 0;
}

#shoppingCartPage .cart-contents .firstrow {
	font-weight: bold;
}

#shoppingCartPage .cart-contents .productrow {
	padding: 10px 0;
}

/* Column widths */
#shoppingCartPage .cart-contents .firstrow .col-product {
	width: 460px;
}

#shoppingCartPage .cart-contents .productrow .col-image {
	width: 90px;
	margin-top:0;
}

#shoppingCartPage .cart-contents .productrow .col-name {
	width: 400px;
	font-weight:bold;
}

#shoppingCartPage .cart-contents .firstrow .col-quantity{
	width: 80px;
}

#shoppingCartPage .cart-contents .productrow .col-quantity{
	width: 40px;
}

#shoppingCartPage .cart-contents .col-price{
	width: 110px;
}

#shoppingCartPage .cart-contents .col-subtotal{
	width: 110px;
}

#shoppingCartPage .cart-contents .productrow .col-delete{
	width: 70px;
	text-align: center;
}

#shoppingCartPage .cart-contents .col-quantity,
#shoppingCartPage .cart-contents .col-price,
#shoppingCartPage .cart-contents .col-subtotal{
	text-align:right;
}

#shoppingCartPage .cart-contents .productrow .col-image img {
	height: auto;
	max-width: 88px;
	border: 1px solid #e8e8e8;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input {
	border:1px solid #D2D2D2;
	color:#353535;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:16px;
	padding:1px;
	text-align:right;
	width:25px;
}

#shoppingCartPage .cart-contents .productrow .col-delete a{
	font-size:14px;
}

#shoppingCartPage .cart-contents .total-price {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .go-to-checkout{
	text-align:right;
	width:870px;
	margin-top:20px;
}

#shoppingCartPage .go-to-checkout input{
	margin-left:12px;
}

#change-quantities{
	display:none;
}

/* Checkout Form */
.contentBox.contact,
.contentBox.contact a{
	color: #535353;
}

.contentBox.contact .info{
	width:290px;
	float:left;
	padding:30px 0px ;
	font-family:'GothamRounded-Light';
}

.contentBox.contact .info p{
	font-size:13px;
	line-height:22px;
	margin-bottom:20px;
}

.contentBox.contact .info li{
	font-size:13px;
	margin-bottom:30px;
	list-style:none;
}

.contentBox.contact .info .social{
	margin-top:8px;
		
		font-size:13px;
}

.iconosFT li.social { margin-bottom:0px !important;} 

.contentBox.contact .info .social img{
	vertical-align:bottom;
	margin-right:22px;
}

.contentBox.contact .form{
	width:590px;
	float:left;
	border-left:1px solid #d2d2d2;
	padding-top:10px;
}

#checkoutForm .notice {
	color: #606060;
	font-size: 13px;
}

#checkoutForm .form-field,.contact_form .field {
	margin: 20px 0;
	clear: both;
	overflow: hidden;
}

#checkoutForm .form-field label,.contact_form .field label {
	display: inline-block;
	width: 120px;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
}
#newsletter { width:277px; clear:both; height:150px; }
#newsletter p{ margin-bottom:10px;}
#newsletter p input{ float:right; width:188px; }
.contact_form .field label,.contact_form .field input,.contact_form .field textarea{
	float: left;
	display: block;
	font-size:12px;
	font-family:'GothamRounded-Light';
	
}
.enviar { float:right;  }
#checkoutForm .form-field input,.contact_form .field input,.contact_form .field textarea{
	margin-left: 10px;
	width: 188px;
	border: 1px solid #d2d2d2;
}

.contact_form .field textarea {
	width: 316px;
}

.contact_form .field.winnie-pooh {
    display: none;
}

.contact_form .field.winnie-pooh {
    display: none;
}

#checkoutForm .form-field input:focus,.contact_form .field input:focus,.contact_form .field textarea:focus{
	background: #f8f8f8;
}

.contact_form .submit_button {
	position: relative;
	left: 130px;
	margin: 0 0 10px 0;
}

#checkoutForm .form-field .validation-error {
	color: #aa0000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 134px;
}

#checkoutForm .custom-gateway label {
	margin-left: 65px;
}

#checkoutForm .custom-gateway label img {
	vertical-align: middle;
	margin-left: 10px;
}

#checkoutForm .submit-button {
	margin-top: 15px;
	text-align: right;
	width: 456px;
	float:right;
}

/* --- 404 --- */
#errorPage {
	padding: 20px;
}

.error {
	color: #AA0000;
}

.success {
	color: #00AA00;
}

.centered {
	text-align: center;
	margin-bottom:15px;
}

#shoppingCartPage .emptyCart a{
	color:#909090;
}

#shoppingCartPage .go-to-checkout a.button{
	color:#f8f8f8;
	float:left;
}

.contentBox>p {
	margin: 20px;
}

#single-product{
	clear: both;
}

.shareDiv {
	padding: 10px !important;	
}

.shareDiv .title {
	font-weight: bold;	
}

.shareLinks {
	margin-left:27px;
	margin-top:2px;	
}

.shareLinks .shareItem {
	float:left;
	margin-right: 10px;	
}

.shareLinks .shareItem.google {
	margin-right: 0;	
}

.shareLinks .shareItem.facebook {
	width:50px;
	margin-left:-10px;	
}

.clear{
	clear:both;	
}

.contact-ok{
	color:#008000;
	font-size:12px;
	margin-bottom:8px;
	text-align:center;
}

.contact-error{
	color:#800000;
	font-size:12px;
	margin-bottom:8px;
	text-align:center;
}

.zoom-instructions{
	font-size:10px;
	text-align:center;
	margin-top:15px;
}

.no-border-bottom{
	border-bottom:0 none;
}
/*** Nuevo ***/
#footer div {
	width: 870px;
	height: 20px;
	text-align: right;
	float:left;
	margin:0 auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #1B1B1B;
	line-height: 16px;
}

.dest-gral {
	display: table-cell;
	text-align: center;
	font-size: 22px;
	border: 1px solid #D2D2D2;
	line-height: 25px;
	overflow:hidden;
	width:298px;
}
.dest-gral:hover {
	border: 1px solid #434343;
	color: #000000;
	text-decoration: underline;
}
.dest-gral img{
	max-width:298px;
}

.dest-gral .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.dest-gral:hover .bajada {
	color: #000000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
.dest-gral .bajada a{
	display:block;	
}

.dest {
	display:table-cell;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #D2D2D2;
	overflow:hidden;
	width:143px;
}
.dest img{
	max-width:143px;
}
.dest .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.dest:hover {
	border: 1px solid #434343;
}
.dest:hover .bajada {
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #434343;
}

#ls_cart_notification .content,
#ls_cart_notification .loading{
	display:none;
	position: fixed;
	top: 200px;
	left: 400px;
	background: #ffffff;
	border: 4px solid #cccccc;
	height: auto;
	z-index: 10000;
	width: 300px;
	padding: 8px;
}

#ls_cart_notification .loading *{
	vertical-align: middle;	
}

/***  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;
}

.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;
}

/* User content */
.contentBox.user-content{
	/*padding:10px;*/
}

.user-content {
   font-family:'GothamRounded-Light';
    font-size: 14px;
    line-height: 1.8em;
    color: #000;
}
.user-content a {color:#909090; text-decoration:none; outline:none;}
.user-content a:hover {text-decoration:none; color:#535353; }
.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:48px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h2 {font-size:32px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h3 {font-size:24px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h4 {font-size:20px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h5 {font-size:16px;margin: 0 0 10px;line-height: 100%;color:#222;}


/* Superfish */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu > li > a > .arrow{
	display:none;
}
#centerMenu{ width:910px; margin:0 auto; }
#menu .selected{ background:url(selected.jpg) repeat-x !important; }
#menu .selected a:hover{ color:#fff; }
/*** DEMO SKIN ***/
.sf-menu {
	/*display: table-cell;*/
	float:right;
	text-align:right;
}
.sf-menu a {
	font-family: 'GothamRounded-Book';
    font-size: 18px;
    font-weight: normal;
    height: 17px;
    line-height: 16px;
    padding: 10px 15px;
    text-decoration: none;
}
.sf-menu a, .sf-menu a:visited {
	color: #fff;
}
.sf-menu li.first a{
	padding-left:20px;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color: #fff;
}

.sf-menu ul li {
	background:url(sub-menu.png) repeat-x !important;
	height:30px;
	min-width:114px;

}
.none .selectedCategory{ background: url("http://static.tiendanube.com/stores/9639/files/twig/static/sub-menu.png") repeat-x scroll 0 0 transparent !important; }
.selectedCategory{ background:url(http://static.tiendanube.com/stores/9639/files/twig/static/selected.jpg) repeat-x !important; }
.instrucciones {min-width:130px;}

.sf-menu ul li a{
	font-family:'GothamRounded-Light';
	color:#FFF;
	font-size:15px;
	text-align:right;
	padding:5px 10px 5px 5px;
	}
.sf-menu ul li:hover{
	/*background:url(sub-menu-hover.png) repeat-x !important;*/
}
.sf-menu ul li a:hover{
	color:#FFF !important;
}
.sf-menu ul li ul li { display:none;}

.sf-menu .arrow{
	position:absolute;
	right:10px;
	font-size:12px;
}
#powered a{text-decoration:underline;}
#powered a:hover{text-decoration:none;}

.selos #selo_siteforte {
	float:left;
}
.selos a {
	float: left;
}
.selos {
	overflow: hidden;
	margin-bottom: 20px;	
}
#bottom{ 
height:25px;
padding-top:15px;
clear:both;
width:880px;
margin:0 auto;
font-size:10px;
text-align:right;
}
#description .user-content { width:270px; font-family:'GothamRounded-Light'; font-size:10pt;  float:left; }
#description p{ margin-bottom:20px; line-height:18pt; margin-top:0px;  font-family:'GothamRounded-Light'; font-size:10pt; }

.searchEspecial .product-table{
	width:891px;
	float:left;
	margin:0px;
}
/*.thumbnail-container img:first-child{ display:none;}
.thumbnail-container img{  clear:both;}*/
#slideshow{ float:left; margin-bottom:20px;}
.pages { height: 425px; width: 550px; padding:0; margin:0; overflow: hidden; }
.pages div { height: 425px; width: 550px; top:0; left:0 }


.nav{ margin-top:28px;}
.nav a{ margin-right:10px; }


#slideshowPrensa{ float:left; margin-bottom:20px;}
.pagesPrensa { height: 350px; width: 900px; padding:0; margin:0; overflow: hidden; }
.pagesPrensa div { height: 350px; width: 900px; top:0; left:0 }
#slideshowPrensa p { margin:0px; }

h1
{ color:#ffffff; font-size:11px; background-color:#F4CBD3}