html {
	margin: 0;
	padding: 0;
}
html,body {
	margin: 0;
}
body {
	color: #555454;
	margin: 0px;
	background: #fcfcfc;
	font-size: 14px;
	line-height: 20px;

	min-width: 260px;
}
/*.product-info .description{
	margin-bottom: 35px;
}*/

td,th,input,textarea,select,a {
	font-size: 12px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	color: #4c4c4c;
}
h2 {
    margin-bottom: 10px;
}
a,a:visited,a:focus {
	cursor: pointer;
	text-decoration: none;
	outline: none
}

a:hover {
	text-decoration: none;
	color: #d50d00;
}

a img {
	border: none;
}

form {
	margin-bottom: 0;
}
small {
    font-size:85%;
    display:block;
}
/***********************/
.p0 {
	padding: 0px !important
}

.m0 {
	margin: 0px !important
}

.mt0 {
	margin-top: 0px !important
}
#header [class^="icon-"], [class*=" icon-"] {
    margin-right:6px;
}
/***********************/
@font-face {
	font-family: 'FontAwesome';
	src: url('../Css/font/fontawesome-webfont.eot?v=3.0.1');
	src: url('../Css/font/fontawesome-webfont.eot?#iefix&v=3.0.1')
		format('embedded-opentype'),
		url('../Css/font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
		url('../Css/font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/****************/
.fleft {
	float: left;
}

.fright {
	float: right;
}

.fancybox {
	text-decoration: none;
}

.fancybox:hover {
	text-decoration: underline;
}

.account-success #content p {
	margin-bottom: 5px;
}

.extra-wrap {
	overflow: hidden;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

a#hidden {
	display: none;
	visibility: hidden
}
/********************************************************************************back to top******************************************************************************/
#back-top {
	position: fixed;
	bottom: 30px;
	z-index: 9999;
	left: 50%;
	margin-left: 600px;
}

#back-top a:hover {
	color: #d50d00;
}

#back-top span {
	width: 42px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	background: url(../Css/images/up-arrow.png) no-repeat left 0px;
}

#back-top a:hover span {
	background-position: left bottom;
}
/***********************************************************************************header-style**********************************************************************************/
#page {
	margin: 0 auto 20px;
}

/*#shadow {
	background-color: #fff;
}*/

section {
	position: relative;
	z-index: 1;
	margin-bottom: 26px;
	/*padding-top: 30px; esto no estaba en la nueva, supongo que no va por eso lo comente*/
}
/* layout */
#content {
	float: left;
    margin-left: 0;
    min-width: 100%; 
}

#container {
	text-align: left;
}

#column-left {
	float: left;
}

#column-right {
	float: right;
}
/* header */
/*header {
	position: relative;
	color: #9d9d9d;
	padding-top: 0;

	background-color: #fff;
	background-image: -moz-linear-gradient(top, #eee, #ffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee),
		to(#fff) );
	background-image: -webkit-linear-gradient(top, #eee, #fff);
	background-image: -o-linear-gradient(top, #eee, #fff);
	background-image: linear-gradient(to bottom, #eee, #fff);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffffff', endColorstr = '#fff8f8f8', GradientType = 0 );

	margin-bottom: 20px;
    border-bottom: 1px solid #EEE;	
}

.common-home header {
	z-index: 999;
	margin-bottom: 0;
}
header #top {
    background-color: #494949;
    position:relative;
}
header #login {
    float:right;
  
}
header #logo a,header #logo a img {
    display: inline-block;
    width:240px;
}

header #logo {
float: left;
margin: auto;
display: block;
}


.header-top1 {
	float: right;
}*/
/*********************************************************************************************header button*******************************************************************************************/
/*.header-button {
	position: relative;
	z-index: 10
}

.header-button>ul {
	display: none;
	position: absolute;
	background-color: grey;
	width: 200px;
}

.header-button>div:hover {
	cursor: pointer;
}
header #comprarCreditos{
	border-radius: 0;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
}

.toprow .header-button>div i {
	font-size: 12px;
	line-height: 14px;
	color: #d50d00;
	margin-left: 7px;
	font-weight: normal;
}

.toprow .header-button.active>div i,.toprow .header-button>div:hover i {
	color: #4c4c4c;
}

.toprow .header-button.active>div,.toprow .header-button>div:hover {
	color: #4c4c4c;
}

.toprow .header-button>div {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #d50d00;
	text-transform: capitalize;
	border-left: 1px solid #ededed;
	padding: 5px 9px 8px;
	text-align: center;
}*/

/*.toprow #currency.header-button>div {
	border-left-color: #ddd;
	padding-right: 0;
}

.toprow .header-button>ul {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	width: 100%;
	left: auto;
	right: 0
}

.toprow .header-button>ul li {
	text-align: center;
	line-height: 14px;
	padding: 5px 0;
}

.toprow .header-button>ul li a {
	font-size: 12px;
	line-height: 14px;
	text-transform: capitalize;
	color: #969494;
}

.toprow .header-button>ul li a:hover {
	color: #d50d00;
}

header .phone {
	display: inline-block;
	float: right;
	margin-top: 43px;
	color: #4C4C4C;
	font-size: 25px;
	line-height: 30px;
}

header .icon-phone {
	color: #de2d35;
	font-size: 30px;
	line-height: 25px;
	margin-right: 6px;
	vertical-align: bottom;
}

.navbar .nav > li > a {
    color:#FFF;
    text-shadow:none;
}
.navbar .nav > li > a:hover {
   color: #555;
    background-color: #E5E5E5;
}*/
/*********************************************************************************************Swipe Control*******************************************************************************************/
/*body div.shadow {
	display: none;
}

#body .swipe .swipe-menu li a:hover i,#body .swipe .swipe-menu #currency .heading-1:hover i
	{
	color: #d50d00;
}

#body .swipe .swipe-menu li a {
	color: #fff
}

#body .swipe .swipe-menu li a i {
	color: #fff;
	font-size: 26px;
	margin-right: 9px;
}

#body .swipe .swipe-menu>ul li a {
	font-weight: bold;
	display: block;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	padding: 10px 20px 11px;
	border-bottom: 1px solid #666;
	position: relative;
}*/
/*****************************************************/
/*#body .swipe .swipe-menu .foot li a:before {
	content: "\f05a";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-right: 9px;
}

#body .swipe .swipe-menu .foot li+li a:before {
	content: "\f0d1"
}

#body .swipe .swipe-menu .foot li+li+li a:before {
	content: "\f06a"
}

#body .swipe .swipe-menu .foot li+li+li+li a:before {
	content: "\f085"
}

#body .swipe .swipe-menu .foot.foot-1 li a:before {
	content: "\f0ac"
}

#body .swipe .swipe-menu .foot.foot-1 li+li a:before {
	content: "\f079"
}

#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {
	content: "\f0e8"
}

#body .swipe .swipe-menu .foot.foot-2 li a:before {
	content: "\f02c"
}

#body .swipe .swipe-menu .foot.foot-2 li+li a:before {
	content: "\f06b"
}

#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {
	content: "\f0c0"
}

#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {
	content: "\f0a3"
}

#body .swipe .swipe-menu .foot.foot-3 li a:before {
	content: "\f0cb"
}

#body .swipe .swipe-menu .foot.foot-3 li+li a:before {
	content: "\f003"
}*/
/************************************************************************************currency******************************************************/
/*.swipe-left {
	width:20px;
	left:0;
	top:0;
	position:fixed;
	height:100%;
	z-index:98
	}
body.ind .swipe-left {
	display:none !important;
	visibility:hidden
	}
.swipe {
	display:none;
}
.swipe-control  {display:none;}
.toprow{
	z-index:999;
	position:relative;
}
#currency {
	float:right;	
}
#currency >div .heading-1 {display:none;}
.swipe-menu #currency {
	float:none;
	}
.swipe-menu #currency > ul form {margin:0;}
.swipe-menu #currency > ul {
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#7D7D7D;
	border:0;
	border-bottom:1px solid #666;
	padding:0
	}
.swipe-menu #currency > ul li:first-child {padding-left:30px;}
.swipe-menu #currency > ul li {
	display:inline-block;
	padding:0px 0 0px 10px;
	line-height:20px;
	}
.swipe-menu #currency > ul li a {
	padding:14px;
	display:block;
	}
.swipe-menu #currency > ul li span.act , .swipe-menu #currency > ul li a:hover span{color:#d50d00}
#body .swipe .swipe-menu #currency .heading {display:none;}
#body .swipe .swipe-menu #currency>div {display:block;}
#body .swipe .swipe-menu #currency .heading-1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #666;
	font-size:13px;
	font-weight:bold;
	}
#body .swipe .swipe-menu #currency .heading-1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#fff;
	padding-left:0;
	margin-right:9px;
	}*/
/*#body .swipe .swipe-menu #currency .heading-1 i.icon-angle-down {
	font-size:21px;
	text-align:center;
	float:right;
	}*/

/*********************************************************************************************header-cart*******************************************************************************************/

/*.header-buttom{
position: relative;
z-index: 10;
}
#loginForm .heading span.link_a i {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin: 0 11px 0 21px;
}

#loginForm .heading span.link_a i.icon-shopping-cart {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
}

#loginForm .heading span.link_a b {
	text-transform: none;
}

#loginForm .heading span.link_a {
	display: block;
	background-color: #7d7d7d;
	padding: 5px 0 6px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
}

#loginForm.active .content {
	display: block;
}

#button-login #loginForm .heading span.link_a #loginForm-total2 {
	display: none;
}

#loginForm .content {
	clear: both;
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 998;
	width: 208px;
	padding: 20px;
	float: right;
	box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.13);
	right: 0px;
	border: 1px solid #ededed;
}

header #loginForm.active .content {
	display: block;
}*/

/*header #loginForm.active .content .mini-cart-info {
	display: block;
}

header #loginForm .cart {
	width: 100%;
	margin-bottom: 5px;
}

header #loginForm .cart td.price {
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
}

header #loginForm .cart td.total {
	font-size: 12px;
	font-weight: 600;
}

header #loginForm .cart td.name a:hover {
	
}

header #loginForm .cart td.name a i {
	text-decoration: none;
}

header #loginForm .cart td.name a {
	margin-top: 0px;
	display: inline-block;
}

header #loginForm .cart td .total {
	font-size: 11px;
	color: #4c4c4c;
}

header #loginForm .cart td .total .quantity {
	
}

header #loginForm .cart td.name {
	
}

header #loginForm .cart .item-cart-1 td {
	padding-top: 0;
}

header #loginForm .cart td {
	color: #4c4c4c;
	vertical-align: top;
}

header #loginForm .cart .image {
	padding-right: 15px;
}
#cart {
    color: #FFF;
    text-shadow: none;
    font-size:12px;
    color: #FFF;
    padding: 10px;

}
#cart .heading span.link_a i {
	color: #fff;
    font-size:12px;
    line-height:14px;
	margin:0 11px 0 21px;
    line-height:40px;
	}
#cart .heading span.link_a i.icon-shopping-cart {
	color: #fff;
    font-size:18px;
    line-height:18px;
	margin:0 5px;
	display:inline-block;
	vertical-align:top;	
	}
#cart .heading span.link_a b {
	text-transform:none;
	}
#cart .heading span.link_a {
	display:block;
	background-color:#7d7d7d;
	padding:5px 0 6px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	vertical-align:top;
	}
#cart.active .content {
	display:block;
	}
.cart-position #cart .heading span.link_a #cart-total2 {display:none;}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:100%;
	background:#fff;
	z-index:998;
	width:208px;
	padding:20px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.13);
	right:0px;
	border:1px solid #ededed;
}*/
/*header #cart.active .content {
	display: block;
	}
header #cart.active .content .mini-cart-info{
	display: block;
	}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
	}*/
/*header #cart .cart td.price {
	font-size:12px;
	font-weight:600;
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
	font-weight:600;
}
header #cart .cart td.name a:hover {
	
}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	color:#4c4c4c;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {
	
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #4c4c4c;
	vertical-align: top;
	}*/
/*header #cart .cart .image {
	padding-right:15px;
	}
.cart tr {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #ddd;
}

.cart-module .cart tr {
	background: none;
}

header #loginForm .cart .image img {
	text-align: left;
	background: #f4f4f4;
}

header #loginForm .cart .name small {
	color: #666;
}

header #loginForm .cart .quantity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a6a4a4;
	text-transform: uppercase;
}
header #loginForm .cart td.total {
	font-size: 12px;
	font-weight: 600;
	color: #c81908;
	text-align: right;
}
header ul.descuentos_header{
	overflow: hidden;
}
header ul.descuentos_header li{
	float: right;
	margin-left: 5px;
}
header ul.descuentos_header .percent{
	position: static;
	padding:0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius:0;
}
header ul.descuentos_header .percent .percent-number{
	padding: 5px;
}
header ul.descuentos_header .percent .percent-number:hover{
	background-color:#F51F29;
	color:#fff;
}
header ul.descuentos_header .percent50{
}
header ul.descuentos_header .percent60{

}
header ul.descuentos_header .percent70{
}
header ul.descuentos_header .percent80{
}
header ul.descuentos_header .percent90{
}
header ul.descuentos_header .percent .percent-number{
	font-size: 18px;
	color: #d50d00;
	}*/
/*header ul.social {
	margin-top: 5px;
	margin-left: 25px;
	float:right;
}
header ul.social i {
	margin: 0;
}
header .social li i {
	color: #eb8933 !Important;
	line-height: 22px;
	}
header .social li {
	float: left;
	margin-left: 11px;
}
header .social li:first-child {
	margin-left: 0;
}
header .social li a {
	display: inline-block;
	font-size:20px;
	line-height: 25px;
}

header .social li i {
	color: #b1b1b1;
	line-height: 22px;
}*/
/************************************/
/*.cart-position {
	float:right;
	position:relative;
	margin:0 0 10px 10px;
	}
#cart .heading span.link_a i {
	color: #fff;
    font-size:12px;
    line-height:14px;
	margin:0 11px 0 21px;
	}
#cart .heading span.link_a i.icon-tag {
	color: #fff;
    font-size:18px;
    line-height:18px;
	margin:0 5 0 0px;
	display:inline-block;
	vertical-align:top;	
	}
#cart .heading span.link_a b {
	text-transform:none;
	}
#cart .heading span.link_a {
	display:block;
	background-color:#7d7d7d;
	padding:5px 6px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
	vertical-align:top;
	margin-top:1px;
	
	
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
	}
#cart.active .content {
	display:block;
	}
.cart-position #cart .heading span.link_a #cart-total2 {display:none;}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:100%;
	background:#fff;
	z-index:998;
	width:208px;
	padding:20px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.13);
	right:0px;
	border:1px solid #ededed;
}
header #cart.active .content {
	display: none;
	}
header #cart.active .content .mini-cart-info{
	display: block;
	}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
	}
header #cart .cart td.price {
	font-size:12px;
	font-weight:600;
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
	font-weight:600;
}
header #cart .cart td.name a:hover {
	
}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	color:#4c4c4c;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {
	
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #4c4c4c;
	vertical-align: top;
	}
header #cart .cart .image {
	padding-right:15px;
	}
.cart tr {
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	border-bottom:1px solid #ddd;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
	background:#f4f4f4;
}
header #cart .cart .name small {
	color: #666;
}
header #cart .cart .quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a6a4a4;
	text-transform:uppercase;
}
header #cart .cart td.total {
	font-size:12px;
	font-weight:600;
	color:#c81908;
	text-align: right;
	}
.cart-module .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
.cart-module .cart .remove img {
	float:left;
}
.remove span:hover i{color:#d50d00}
.cart-module .cart .remove span {
	width:11px;
	height:11px;
	overflow:hidden;
	display: inline-block;
}
.cart-module .cart .remove {
	width:20px;
	text-align:center!important;
	padding-top:8px;
}
.cart-module .cart .remove img {
	cursor: pointer;
}
header #cart .cart .remove i:hover {cursor:pointer}
header #cart .cart .remove i {
	font-size:14px;
	line-height:normal;
	margin-right:3px;
	}
header #cart .cart .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
header #cart .cart .remove img {
	float:left;
}
header #cart .cart .remove {
	padding:10px 0 0;
	}
header #cart .cart .remove>span:hover {
	color:##de2d35
	}
header #cart .cart .remove>span{
	font-size:12px;
	text-transform:uppercase;
	cursor:pointer
	}
header #cart .cart .remove img {
	cursor: pointer;
}
header #cart table.total {
	font-size:11px;
	padding: 5px 10px 5px 10px;
	margin-top:5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
header #cart table.total tr {
	padding:0px 10px 0px 10px;
}
header #cart table.total td b {
	color:#a1a1a1;
	font-size:13px;
	font-style:italic;
}
header #cart table.total td {
	color: #4c4c4c;
	padding-left:5px;
	padding-right:10px;
	text-align:left;
	
}
header #cart table.total td .t-price {
	font-size:13px;
	font-weight:bold
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
	}
header #cart .content .checkout {
	text-align: right;
	clear: both;
	padding-right:8px;
	padding-bottom:0px;
	padding-top:5px;
}
header #cart .empty {
	padding-top:20px;
	text-align: center;
	padding-bottom:20px;
}*/
/***********************************/

/*header #loginForm .cart .remove i:hover {
	cursor: pointer
}

header #loginForm .cart .remove i {
	font-size: 14px;
	line-height: normal;
	margin-right: 3px;
}

header #loginForm .cart .remove img:hover {
	overflow: hidden;
	margin-top: -11px;
}

header #loginForm .cart .remove img {
	float: left;
}

header #loginForm .cart .remove {
	padding: 10px 0 0;
}

header #loginForm .cart .remove>span:hover {
	color: #de2d35
}

header #loginForm .cart .remove>span {
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer
}

header #loginForm .cart .remove img {
	cursor: pointer;
}

header #loginForm table.total {
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}

header #loginForm table.total tr {
	padding: 0px 10px 0px 10px;
}

header #loginForm table.total td b {
	color: #a1a1a1;
	font-size: 13px;
	font-style: italic;
}

header #loginForm table.total td {
	color: #4c4c4c;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}

header #loginForm table.total td .t-price {
	font-size: 13px;
	font-weight: bold
}

header #loginForm .content .checkout a.button {
	margin-bottom: 5px;
}

header #loginForm .content .checkout {
	text-align: right;
	clear: both;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top: 5px;
}

header #loginForm .empty {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}*/
/****************************************************************************************************************************************************************************************/
/* menu */
/****************************************************************************************************************************************************************************************/
/*header .toprow {
	width: 100%;
	margin-bottom: 11px;
}

header .toprow-1 {
	z-index: 100;
	position: fixed;
	display: none;
	background-color: #7D7D7D;
	width: 100%;
	left: 0;
	top: 0;
}

header .toprow-1 #loginForm .heading span.link_a i {
	
}*/
/**************************************************************************************/
/*header .links {
	font-size: 12px;
	float: right;
}

header .links li a i {
	display: none;
}

header .links li {
	float: left;
	padding: 5px 5px 8px;
	line-height: 14px;
	border-left: 1px solid #ddd;
}

header .links li:first-child {
	border-left: none;
}

header .links a.active i,header .links a:hover i {
	color: #404140
}

header .links a.active,header .links a:hover {
	color: #d50d00;
	text-decoration: none;
}

header .links a {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #555454;
}*/
/*header #buscador{
	display:none;
}
header .cart-inner .content{
display: none;
}

.toprow .links .login_h a {
	white-space: nowrap;
}*/

/***************************************************************************************menu-gadget**********************************************************************************/
/*#menu-gadget {
	display: none;
}*/
/***************************************************************************************search**********************************************************************************/
/*.top-search {
	line-height: 50px;
	border-right: 1px solid #666;
	display: inline-block;
	padding: 0 20px;
}

.top-search:hover {
	cursor: pointer
}

.top-search i {
	font-size: 26px;
	color: #fff;
	line-height: 50px;
}

.top-search #search {
	display: none;
}

#button-login {
	float: right;
	display: inline-block;
}
#button-login > li > a {
padding: 16px 15px 15px;
}
#button-login li .dropdown-toggle {
    font-size: 18px;
}
#loginForm {
background-color: #FFF;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
width: 220px;
left: auto;
position: absolute;
right: 0;
top: 40px;
padding: 20px;
z-index: 99999;
left:70%;

background-clip: padding-box;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

#search {
	position: relative;
	float: right;
	margin-bottom: 14px;
	margin-left: 10px;
}

#search .button-search span {
	display: none;
}

#search .button-search {
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 19px;
	color: #e9e9e9;
	padding: 5px 8px 4px 4px;
	position: absolute;
}

#search .button-search:hover {
	color: #d50d00;
	cursor: pointer;
}

#search input {
	float: left;
	border-radius: 0;
	line-height: 14px;
	max-width: 150px;
	height: 16px;
	margin: 0;
	padding: 7px 8px 6px;
	background-color: #fff;
	border-color: #ddd;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}*/
/**********PRODUCT GRID / PRODUCT LIST************/
/*.name a {
	text-decoration: none;
	line-height: 20px;
	color: #555454;
}

.name a:hover {
	color: #d50d00;
}
.sorter {
    width: auto;
    padding: 0;
    height: 24px;
    margin: 2px 0 0 0;
}
.price.price-min {
	display: none;
}

.box-product .price,
.product-grid .price,
.product-list .price {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
}


.box-product .price > span {
    font-size:1.4em;
}

.product-list .price>span,
.product-grid .price>span
	{
    padding: 7px 0 3px 3px;
    color: #d50d00;
    display:inline-block;
}

.box-product .price>span.price_old,
.product-list .price>span.price_old,
.product-grid .price>span.price_old
	{
	background-color: #222;
    text-align: center;
	font-weight: bold;
    width: 165px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;

}

.price .price-new {
	margin-right: 5px;
}


.price .price-old {
	text-decoration: line-through;
}*/
/*****************************************************************************box price *************************************************************************/
/*.box-product .price {
	line-height: normal;
	margin-bottom: 9px;
    display: block;
}

.box-product .price .price-new {
	margin-right: 10px;
}

.box-product .price .price-old {
	margin-right: 7px;
}

.box.box-filter input[type="checkbox"] {
	float: left;
}*/
/****************************************************************************** tooltip ***********************************************************************/
/*.related-info .tooltip-inner {
	max-width: 120px !important;
	white-space: normal !important
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: visible;
}

.product-grid .cart .tooltip,.product-list .cart .tooltip {
	display: none !important;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	white-space: nowrap;
	max-width: 300px;
	padding: 5px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #d50d00;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #d50d00;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #d50d00;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #d50d00;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #d50d00;
	border-width: 0 5px 5px;
}*/
/*******************************************************************************Icon: wishlist and Comapare************************************************************************************/
/*.tooltip-1 {
	white-space: nowrap
}

.wishlist,.compare {
	float: left;
}

.wishlist span,.compare span {
	display: none;
}

.wishlist a,.compare a {
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	width: 27px;
	height: 27px;
	text-align: center;
	float: left;
	margin-left: 5px;
	color: #d50d00;

	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f7f7f7) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffffff', endColorstr = '#fff7f7f7', GradientType = 0 );

	border: 1px solid #ddd;
}

.wishlist a:hover,.compare a:hover {
	background: #f0f0f0;
}

.wishlist a i,.compare a i {
	font-size: 14px;
	color: #d50d00;
	line-height: 27px;
}*/

/*********************************************************************leftinfo***************************************************************************************************/
/*aside .info li {
	position: relative;
	clear: both;
	line-height: 22px;
}

.acount li:hover i {
	color: #7e7e7e
}

aside .info li a i,.afine li a i,.acount li a i,.sitemap-info  li a i,.account-account .content li a i
	{
	font-size: 16px;
	color: #4C4C4C;
	margin-right: 10px;
}

.sitemap-info ul {
	margin-bottom: 30px;
}

.sitemap-info ul ul {
	margin-bottom: 10px;
}

.sitemap-info ul ul {
	margin-left: 10px;
}

.sitemap-info li {
	text-transform: uppercase;
	color: #4c4c4c;
	line-height: 30px;
}

.sitemap-info li li {
	line-height: 22px;
}

.sitemap-info li a {
	text-transform: none;
}

aside .info li a,.afine li a,.acount li a,.sitemap-info  li a,.account-account .content ul li a
	{
	line-height: 24px;
	font-size: 12px;
	color: #555454;
}

.content ul {
	margin-bottom: 30px;
}

aside .info li a+a i,.afine li a+a i,.acount li a+a i {
	display: none;
}

aside .info li a+a,.afine li a+a,.acount li a+a {
	padding-left: 0;
	background: none;
}

aside .info li a:hover,.afine li a:hover,.acount li a:hover,.sitemap-info  li a:hover,.account-account .content ul li a:hover
	{
	color: #d50d00;
}*/
/********************************************************************************************************************************************************************************/
/*.box-filter .box-content .button {
	margin-top: 10px
}*/
/********************************************************************************specials*****************************************************************************************/
/*.breadcrumb {
    height: 26px;
}
.bread li a{
	display:block;
	padding: 3px 5px;
	font-size:15px;
	
}
.bread li a:hover{
	background-color:transparent;
}
.bread li ul a:hover{
	background-color:#df0209;
	color:#fff;
	
}
.bread > li{
	float:left;
	
}
.bread li ul{
	
	display:none;
	position:absolute;
	min-width: 120px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.22);
    z-index: 99999;
}
.bread li:hover > ul{
	display:block;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.breadcrumb a {
	color: #555454;
	font-size: 15px;
}

.breadcrumb a.last {
	color: #4c4c4c;
}

.breadcrumb a:hover,.breadcrumb a.last:hover {

}

.success,.warning,.attention,.information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
}

.success {
	background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
	border: 1px solid #ddd;
}

.warning {
	background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left: 30px !important;
}

.attention {
	background: #FFF5CC url('../images/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}

.success .close,.warning .close,.attention .close,.information .close {
	float: right;
	cursor: pointer;
}*/

/*.required {
	color: #ff7409;
	font-weight: bold;
}

.error {
	display: block;
	color: #FF0000;
}

.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

table.form {
	width: 100%;
	margin-bottom: 20px;
}

.checkout-product thead td .checkout-product thead td {
	text-align: center !important;
}

.checkout-content .buttons #button-payment {
	margin-top: 10px;
}

.checkout-product td.price {
	font-size: 12px;
}

.checkout-product td.total {
	text-align: center !important;
}

table.list thead td a,.list thead td {
	text-decoration: none;
}

table.list tbody td a {
	text-decoration: underline;
}

table.list tbody td {
	vertical-align: top;
}

table.list .left {
	text-align: left;
}

table.list .right {
	text-align: right;
}

table.list .center {
	text-align: center;
}

.pagination {
	display: inline-block;
	width: 100%;
}

.account-order .button-order-right {
	float: right;
	margin:0;}

.account-order .pagination {
	margin-bottom: 25px;
}

.pagination .links {
	float: left;
	margin-right: 10px;
}*/

/*.pagination .links a {
	display: inline-block;
	padding: 4px 10px 3px;
	text-decoration: none;
	color: #555454;
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f7f7f7) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffffff', endColorstr = '#fff7f7f7', GradientType = 0 );

	border: 1px solid #ddd;
}

.pagination .links a:hover {
	background: #f0f0f0;
}

.pagination .links b:hover {
	cursor: default;
}

.pagination .links b {
	display: inline-block;
	padding: 4px 10px 3px;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #555454;
	background: #f0f0f0;
	border: 1px solid #ddd;
}

.pagination .results {
	float: left;
	margin: 5px 0px;
}*/
/* button */
/*.button,.button-prod {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	line-height: 27px;
	height: 27px;
	vertical-align: top;
	
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f7f7f7) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
	background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffffff', endColorstr = '#fff7f7f7', GradientType = 0 );
	
	border: 1px solid #ddd;
}

.button span,.button-prod span {
	color: #555454;
	padding: 6px 9px 7px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
}

.button:hover,.button-prod:hover {
	background: #f0f0f0;
}

.button-i {
	display: inline-block;
	padding: 5px;
}

.button-i i {
	font-size: 26px;
	color: #de2d35
}

.button-i i:hover {
	color: #7E7E7E
}*/
/*******************************************background image ***********************************************************/
/*.image {
	position: relative;
}

.image img {
	vertical-align: top;
}

.product-grid .image,.product-list .image,.box-product .image2,.box-product .image,.compare-block .image
	{
	text-align: center;
	padding: 0;
}*/

/*****************************************************************************************************************/
/*.buttons {
	overflow: auto;
}

.buttons .left {
	float: left;
	text-align: left;
}

.buttons .right .mt {
	margin-top: 10px
}

.buttons .right {
	float: right;
	text-align: right;
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#module_cart .content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 2px #DDDDDD;
	clear: both;
	display: none;
	padding: 8px;
	position: relative;
	top: -1px;
}

#module_cart.active .heading {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}

#module_cart.active .content {
	display: block;
}

#module_cart .cart .name {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#module_cart .cart {
	margin-bottom: 10px;
	width: 100%;
}

#module_cart .cart td .quantity {
	font-weight: bold;
}

#module_cart .cart td {
	border-bottom: 1px solid #ddd;
	padding: 2px 3px;
	vertical-align: top;
}

#module_cart .cart td a {
	font-weight: normal;
}

#module_cart .cart .image {
	display: none;
}

#module_cart .cart .image img {
	border: 1px solid #ddd;
	text-align: left;
}

#module_cart .cart .name small {
	line-height: 14px;
}

#module_cart .cart td.quantity {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	vertical-align: middle;
}

#module_cart .cart td.total {
	text-align: center;
	vertical-align: middle;
}

#module_cart .cart .remove {
	text-align: right;
	padding: 2px 2px;
	vertical-align: middle;
}

#module_cart .cart .remove img {
	cursor: pointer;
}

#module_cart table.total {
	clear: left;
	float: right;
	margin-bottom: 10px;
	padding: 5px;
}

.total-right {
	text-align: right !important;
}

#module_cart .total-left {
	padding-right: 18px;
}

#module_cart table.total td b {
	
}

#module_cart table.total td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}

#module_cart .checkout .button {
	margin-bottom: 10px;
}

#module_cart .checkout {
	clear: both;
	text-align: right;
}

#module_cart .empty {
	text-align: left;
	line-height: 17px;
	padding: 5px 0;
}*/

/* box */
.box .box-heading,.breadcrumb,.tabs .tab-heading {
	/*font-size: 15px;
	line-height: 23px;
	color: #555454;
	margin-bottom: 10px;*/
}

.breadcrumb,.box .box-heading {
	margin-bottom: 10px;
}

#column-right .box .box-heading,#column-left .box .box-heading {
	margin-bottom: 20px;
}
/* box products */

/*.box {
	padding-top: 25px;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
}

.box.featured {
	padding-top: 0;
	border-top: none;
	margin-bottom: 0;
}

.box.specials {
	margin-bottom: 34px;
}

aside .box:first-of-type {
	padding-top: 0;
	border-top: none;
}*/

/*aside .box .box-content .box-product ul {
	width: auto;
	margin: 0;
}

aside .box .box-content .box-product ul>li {
	width: 100%;
	margin: 0;
	max-width: 270px;
	position:relative;
}
aside .box .box-content .box-product ul>li>div{
	margin-bottom:20px;
}
.box-filter li {
	line-height: 25px;
}

.box-filter label {
	cursor: pointer;
	font-weight: 600;
	display: inline;
	padding-left: 5px;
}*/

/*.prod-stock {
	font-style: italic;
	color: #d50d00;
}
.box-product {
	width: 100%;
	margin: 0;
	padding: 0;
}
.box-product li {
    position: relative;
    display: block;
    background-color: #FFF;
    margin:10px;
    border-radius: 6px;
    padding: 10px;
    -webkit-box-shadow: 1px 0px 8px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    1px 0px 8px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         1px 0px 8px 0px rgba(50, 50, 50, 0.55);
    overflow:hidden;
}

.box.subcat {
	border-bottom: 0;
	padding-bottom: 0;
}

.box-product.box-subcat {
	margin-top: 0 !important
}

.box-product.box-subcat .name.subcatname {
	padding-top: 4px;
	overflow: hidden;
	min-height: 10px;
}

.box-product .name a:hover,.product-list .name a:hover,#compare .name a:hover
	{
	color: #d50d00;
	text-decoration: none;
}

.box-subcat li {
	border: 0px;
}


.box-product>li.tree-div {
	margin-right: 0;
}

.box-product>li {
	width: 176px;
	display: inline-block;
	vertical-align: top;
	margin-right: 42px;
	margin-bottom: 28px;
}

#module_cart .cart .name a {
	text-decoration: none;
	line-height: 17px;
}

#module_cart .cart .name a:hover {
	text-decoration: underline;
}

.box-product .image {
	display: block;
	text-align: center;
}*/

/*.cart-button .cart i,.button-prod i, .buttonFilter {

    color: rgb(252, 252, 252);
	display: inline-block !important;
 	font-size: 12px;
	line-height: 20px;
	height: 27px;
	vertical-align: top;
	padding: 0 10px;
	margin-left: -8px;
}
.cart-button .cart {
	float: left;
}
.product-grid .wrapper {
    margin-bottom:20px;
}
.product-grid,
.product-list {
    clear:both;
    border-top:1px solid #EEE;
    padding-top:10px;
}*/
/*.product-grid .wrapper,
.product-list .wrapper {
    background-color:#FFFFFF;
    border:1px solid #F5F5F5;
    padding:10px;
    overflow:hidden;
}*/
/*.product-grid .name,
.product-list .name {
	font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    min-height: 100px;
    height: 140px;
}*/

.product-grid .name .percent,
.product-list .name .percent{
    font-weight: bold;
}
.product-grid .name .provider,
.product-list .name .provider {
    color: #979797;
}
.box-product .name h2,
.product-grid .name h2,
.product-list .name h2{
    color: #2793E6;
    font-weight: normal;
    font-size: 1.4em;
    line-height: normal;
}
.product-noted {
    background-color:#FFF;
    padding:20px;
    border: 1px solid #eee;
    border-radius:6px;
    width: 50%;
}
.product-noted .image {
    height:230px;
    overflow:hidden;
}
.product-noted h2 {
    color: #2793E6;
}
.product-noted .carousel-control {
top: 50%;
font-size: 21px;
color: #4D4D4D;
-moz-border-radius: 23px;
filter: alpha(opacity=50);
background-color:transparent;
border:none;
height:auto;
width:auto;
border-radius:0;
}

.carousel-control.right {
right: -25px;
}
.carousel-control.left {
left: -0px;
}
.box-product .name h2 {
    font-size:1em;
}
.box-product .rating {
	display: block;
	margin-bottom: 0px;
}


.afine {
	list-style: none;
	margin: 0;
	padding: 0;
}

.afine li:first-child,.acount li:first-child {
	border: 0px
}

.afine li,.acount li {
	
}

.afine li a+a {
	background: none;
	padding-left: 0;
}

.acount {
	list-style: none;
}

.content ul {
	list-style: none;
	padding: 0;
}

.content ul li a {
	text-decoration: none;
	line-height: normal;
}

.content ul li:first-child {
	border: none;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/**********category***********/
.icon-angle-up:before {
	content: "\f106" !important;
}

li.parent>i:hover {
	cursor: pointer
}

li.parent>i {
	float: right;
	font-size: 21px;
	position: absolute;
	right: 0;
	top: 4px;
}

.box.category li {
	position: relative
}

.box.category .box-content {
	padding-bottom: 20px;
}

.box-category>ul>li.active>a i,.box-category>ul>li>a:hover i {
	color: #7e7e7e
}

.box-category>ul>li>a i {
	font-size: 21px;
	color: #de2d35
}

.box-category>ul>li>a {
	display: inline-block;
	font-weight: bold;
	color: #4c4c4c
}

.box-category>ul>li.active>a,.box-category>ul>li>a:hover {
	color: #de2d35
}

.box-category>ul>li:first-child {
	border: 0
}

.box-category>ul>li {
	position: relative;
	padding: 5px 0
}

.box-category>ul>li strong {
	display: none;
}

.box-category>ul>li.last {
	border: none;
}

.box-category>ul>li ul {
	display: none;
	margin: 10px 0 10px 25px;
}

.box-category>ul>li span.close:hover {
	cursor: pointer;
}

.box-category>ul>li li.parent>i {
	line-height: 20px;
	vertical-align: middle;;
}

.box-category>ul>li ul>li.active>a,.box-category>ul>li ul>li>a:hover {
	color: #de2d35;
}

.box-category>ul>li ul>li {
	padding: 3px 0;
}

.box-category>ul>li ul>li>a {
	text-decoration: none;
	display: inline-block;
	color: #4c4c4c;
}

.box-category>ul>li ul>li>a.active {
	color: #de2d35
}

.box-category>ul>li:first-child {
	border-top: 0
}

.act-cat {
	position: absolute;
	top: 9px;
	right: 6px;
}
/*************************************************************************************************************************************************************/
.info-about2,.info-about3,.info-about4 {
	display: none;
}
/* category */
h1.style-1 {
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}

.category-list ul {
	float: left;
	width: 25%;
	list-style: none;
	padding: 0;
}

.capcha {
	width: 143px;
}

.category-info em,.category-info strong,.tab-content em,.tab-content strong
	{
	color: #4c4c4c;
}
.verMapa i{
margin-right:10px;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom: -1px;
	border: 1px solid #ddd;
}

.manufacturer-heading span {
	background: #d50d00;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	font-size: 25px;
	line-height: 30px;
	padding: 10px 0;
	width: 50px;
	text-align: center;
}

.manufacturer-heading {
	background: #f9f9f9;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ddd;
}

.manufacturer-content {
	padding: 30px 40px;
	overflow: hidden;
}

.manufacturer-list ul li a i {
	color: #4C4C4C;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin-right: 9px;
}

.manufacturer-list ul li a {
	font-weight: bold;
}

.manufacturer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box.manufacturers li {
	padding: 5px 0;
}

.box.manufacturers li a {
	display: inline-block;
	text-decoration: none;
}
/* product */
.product-filter .product-compare {
	float: left;
	margin-left: 10px;
}

.product-filter select {
	margin-bottom: 0;
	-webkit-appearance:none;
    width:100%;
    padding:0;
}

.product-filter {
	overflow: hidden;
	line-height: 32px;
	margin-bottom: 30px;
}
.product-filter h2 {
    float:left;
    margin-bottom:0;
}
.product-filter .display {
	position: relative;
	float: right;
}

.product-filter .display b {
	float: left;
	color: #4c4c4c;
	text-transform: uppercase;
	display: none;
}
.product-filter .display a {
	font-weight: bold;
	color: #7d7d7d;
}

.product-filter .sort b {
	padding-right: 7px;
	color: #4c4c4c;
	text-transform: uppercase;
}

.product-filter .sort select {
    padding:0;
	width: 140px;
}

.product-filter .sort {
	float: left;
	font-weight: bold;
}

.product-filter .limit select {
	width: 72px;
}

.product-filter .limit b {
	padding-right: 5px;
	color: #4c4c4c;
	text-transform: uppercase;
}

.product-filter .limit {
    margin-left: 13px;
    float: left;
}
.product-list .row-fluid {
    margin-bottom:12px;
}
.product-grid .span4:nth-child(3n+1) {
    margin-left:0;
}
.product-grid .image {
	display: block;
	text-align: center;
}
.product-grid .image a {
    display:block;
}
.product-grid .image a img{
    width:100%;
}
.product-grid .price .label_detail,
.product-list .price .label_detail{
   font-size:1.5em;
   float:left;
   display:inline-block;

}
.product-grid .price .view_detail,
.product-list .price .view_detail{
    float:right;
}
.product-grid .price .view_detail a,
.product-list .price .view_detail a {
    font-size: 0.9em;
    padding: 4px 10px;
    display:block;
}
.product-grid .rating {
	display: block;
}

.product-list .price,
.product-grid .price {
	display: block;
	margin-bottom: 10px;
    line-height: normal;
}

.product-list .cart-button {
	
}

.product-list ul li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.product-list ul li {
    margin-top: 20px;
}

.product-list .left {
	position: relative;
}

.product-list .right {
	text-align: left;
}

.product-list .name {
    margin-top: 0;
    height: auto;
    display: block;
    min-height: 30px;
}

.product-list .description {
	margin-bottom: 10px;
}

.product-list .description {
	overflow: hidden;
	margin-bottom: 15px;
}

.product-grid ul li.first-in-line {
	clear: left
}

.product-list .price-tax {
	font-size: 12px;
	display: block;
}

.product-grid .price-old {
	text-decoration: line-through;
}

.product-list .price-new,.product-grid .price-new {
	
}

.product-grid .price .price-tax {
	display: none;
}

.product-grid .price-old {
	font-weight: normal;
}

.product-grid .cart {
	float: left;
}

.content-border h2 {
	margin-bottom: 30px;
}

.content-border {
	border: 1px solid #ddd;
	padding: 30px 40px;
	margin-bottom: 30px;
}
/*************************** Product ***************************************/
#compare {
	display: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#full_gallery {
	display: none;
	max-width: 270px;
	position: relative;
}

#full_gallery .prev {
	left: 0
}

#full_gallery .next {
	right: 0
}

#full_gallery .prev:hover,#full_gallery .next:hover {
	color: #de2d35
}

#full_gallery .prev,#full_gallery .next {
	color: #7e7e7e;
	font-size: 19px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.bx-controls-direction a.bx-prev {
	margin-left: -35px;
}

.bx-controls-direction a.bx-next {
	margin-right: -35px;
}

.bx-controls-direction a {
	padding: 10px;
}

.product-info {
	padding-bottom: 7px;
	margin-top: 20px;
}

.product-info #default_gallery img {
	background: #fff;
}

.product-info #default_gallery a:hover img {
	background: #f7f7f7;
}

.product-info label {
	margin-right: 5px;
}

.product-info h1.view {
	display: none;
}

.product-info h1 {
	color: #2793E6;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.product-info .left {
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
}

.product-info .image {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	text-align: center;
	background-color: #fff;
}

.product-info .share>span {
	margin-bottom: 20px;
	display: inline-block;
}

.product-info .description .product-section {
	color: #4C4C4C;
	line-height: 24px;
	margin-bottom: 20px;
}

.product-info .description .product-section a {
	color: #d50d00;
}

.product-info .description .product-section a:hover {
	color: #4c4c4c
}

.product-info .description .product-section span {
	color: #a1a1a1;
}

.product-info .description .product-section .prod-stock {
	display: inline-block;
	background-color: #d50d00;
	color: #fff;
	font-style: normal;
	padding: 0 7px;
	margin: 0 9px;
}

.product-info .price {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 10px;
    overflow: hidden;
    line-height: 28px;
}

.price .price-new {
	color: #d50d00;
	font-size: 15px;
    margin-left: 5px;
}
.price .price_variable,
.price .price_fixed {
    float:left;
}
.box-product .price .price_variable,
.box-product .price .price_fixed {
    float:none;
}
.price .text-price {
    font-size:12px;
}
.product-info .options h3{
	float: left;
	margin-bottom:0;
	margin-right:10px;
    line-height: 30px;

}
.product-info .options .expire{
	color: #d50d00;
	font-size: 24px;
	margin-right:10px;
    margin-bottom: 10px;
    line-height: 30px;
}

.description .price .price-old {
    color: #7E7E7E;
    margin-right: 10px;
    margin-left: 5px;
    font-size: 15px;
}


.product-info .price .price-tax {
	text-transform: none;
	font-weight: normal;
}

.product-info .price .discount {
	text-transform: none;
	font-weight: normal;
}

.product-info .price .reward {
	padding-top: 10px;
	display: block;
}

.tab-content ul {
	margin-left: 25px;
	margin-bottom: 20px;
	list-style-type: disc
}

.product-info .minimum {
	margin-top: 5px;
}

.product-info .cart-top-padd {
	float: left;
}

.product-info .extra-button {
	float: left;
}

.product-info .wishlist span,.product-info .compare span {
	display: none;
}

.product-info .options {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow:hidden;
    margin-top: 10px;
}

.product-info .cart-top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.q-mini {
	width: 30px;
}

img#captcha {
	margin-left: 50px;
}

#tab-review input[name="captcha"] {
	margin-top: 10px;
}

#tab-review #review {
	margin-bottom: 20px;
}

.border {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
/******************************/
.product-info .gallery li {
	max-width: 270px;
	float: left;
	height: 424px
}

.ps-carousel-item img {
	background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
	background-color: #EFEEEE;
}

.product-info .gallery li img {
	background-color: #EFEEEE;
}
/*****************************/
.product-info .review {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.product-info .review>div img {
	margin-bottom: 10px;
}

.product-info .review a:hover {
	color: #d50d00;
}

.product-info .review a+a {
	margin-left: 20px;
}

.product-info .review img {
	float: left;
	margin-right: 20px;
}

.product-info .review .btn-rew {
	float: left;
}

.product-info .review .btn-rew a i {
	font-size: 26px;
	color: #e9e9e9;
	line-height: 16px;
	width: 1.25em;
}

.tabs {
	margin-bottom: 10px;
}

.tabs .tab-heading i {
	font-size: 15px;
	color: #fff;
	float: right;
}

.tabs .tab-content {
	padding: 20px 0;
}

#tab-review.tabs .tab-content {
	padding: 20px 0 0;
}
/******************************creditos******************************/
#comprarCreditos {
  display: inline-block;
  cursor: pointer;
  outline: 0 none;

  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.05);

  box-sizing: border-box;
  -moz-box-sizing: border-box;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset, 0 1px 1px rgba(0, 0, 0, 0.15);
  /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.creditos{
	margin: auto;
}
.creditosInd{}
.creditosPromo{}
.creditosPromo ul{}
.creditosPromo li{
	float:left;
	text-align: center;
}
.creditosPromo li a{
	background-color:#FFFA86;
	display:block;
	padding: 10px;
}
.creditosPromo li a span{
	display:block;
}
.total{
	line-height: 29px;
}

.realizarCompra{
	margin-top: 20px;
	
}
.total #price{
	color:#d50d00;
	font-size: 18px;
	margin-right:5px;
}
/************************** contact page *********************/
.contact-info {
	background-color: #f1f1f1;
	padding: 40px;
	margin-bottom: 20px;
}

.contact-info .contact-box i {
	color: #de2d35;
	font-size: 26px;
	width: 1.25em;
}

.contact-info .contact-box {
	margin-bottom: 20px;
	line-height: 26px;
}

.contact-info .contact-box b {
	color: #4c4c4c;
	text-transform: uppercase;
	margin-left: 10px;
}

.contact-info iframe {
	min-height: 200px;
	max-height: 300px
}

.contact-info figure {
	margin: 0;
}

.content.contact-f textarea {
	max-width: 100%;
}

.content.contact-f {
	border: 1px solid #ddd;
	padding: 40px 40px 20px;
}

.content.contact-f div.buttons,.content.contact-f div.captcha {
	margin-top: 20px;
}
/************************** checkout page *********************/
.checkout-heading {
	padding: 15px 100px 15px 15px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color: #fff;
	/*gradient---*/
	background-color: #b0b0b0;
	background-image: -moz-linear-gradient(top, #c7c7c7, #b0b0b0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7c7c7),
		to(#b0b0b0) );
	background-image: -webkit-linear-gradient(top, #c7c7c7, #b0b0b0);
	background-image: -o-linear-gradient(top, #c7c7c7, #b0b0b0);
	background-image: linear-gradient(to bottom, #c7c7c7, #b0b0b0);
	background-repeat: repeat-x;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffc7c7c7', endColorstr = '#ffb0b0b0', GradientType = 0 );
	/*---gradient*/
	text-transform: uppercase;
}

.checkout-content {
	display: none;
}

.checkout-content {
	margin-top: -1px;
	padding: 20px 40px;
	border: 1px solid #ddd;
}

.checkout-content .login-content .heading h2 {
	font-size: 20px;
}

.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.checkout-heading {
	position: relative;
}

.checkout-heading>a {
	position: absolute;
	right: 20px;
	top: 15px
}

.checkout-content label a:hover {
	text-decoration: underline;
}

.checkout-content label a {
	color: #de2d35;
}
/************************** login page *********************/
.login-content .right,.login-content .left {
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 30px;
	margin-bottom: 30px;
}

.login-content .heading {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.login-content .content>p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.login-content .heading i {
	font-size: 56px;
	color: #d50d00;
	float: left;
	margin-right: 14px;
}

.login-content .heading h2 {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 23px;
	line-height: 23px;
	color: #4c4c4c;
}

.login-content .heading b {
	font-size: 13px;
	color: #737373;
	font-style: italic;
	font-weight: normal;
}

/*.login-content .form-horizontal .control-label {
	width:110px;
	}
.login-content .form-horizontal .controls {
	margin-left:120px;
	}*/
.login-content .form-horizontal .controls input {
	width: 94%;
	max-width: 100%
}

.login-content .login-buttons {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.buttons .right label {
	text-align: left;
}

.login-content {
	width: 100%;
	overflow: hidden;
}

.box-container {
	
}

.login-content .left p+p {
	margin-bottom: 16px;
}

.link-login {
	text-decoration: underline;
	display: inline-block;
	color: #d50d00;
	font-style: italic;
	line-height: 26px;
}

.link-login:hover {
	text-decoration: none;
}

.padd-form {
	display: block;
	padding-bottom: 5px;
}

.login-content .right .content p {
	margin-bottom: 15px;
}

.login-content .right .content b {
	display: block;
}

#register select {
	
}

#register .q1 {
	
}

#register .content {
	border: none !important;
	padding: 0 !important;
}
/* orders */
.order-list,.return-list {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.order-content span,.heading-order-list span {
	color: #d50d00
}

.heading-order-list {
	background-color: #f9f9f9;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #4c4c4c;
	padding: 20px;
}

.order-list .order-id,.return-list .return-id {
	width: 49%;
	float: left;
}

.order-list .order-status,.return-list .return-status {
	font-weight: bold;
}

.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
}

.order-list .order-content,.return-list .return-content {
	padding: 20px;
	color: #4c4c4c;
	font-weight: bold;
}

.order-list .order-content div>span {
	
}

.order-list .order-content div .button {
	margin-top: 3px;
}

.order-list .order-info {
	text-align: right;
}

.order-list .order-info a {
	line-height: 27px;
}

.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-box-2 {
	padding: 15px 20px 19px 20px;
	margin-bottom: 10px;
}

.return-box-2 .buttons .right {
	float: left;
}

.return-box-2 .buttons {
	padding-left: 0;
	padding-top: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.return-box {
	
}

.return-p {
	padding-left: 17px;
}

.return-p p {
	margin-bottom: 13px;
}

.return-list {
	margin-bottom: 10px;
}

#content .content.return-box {
	padding: 14px 10px 11px 20px;
	margin-bottom: 10px;
}

.content.return-box h2 {
	margin-bottom: 14px;
}

#content .content.return-box .left {
	width: 320px;
}

#content .content.return-box .right {
	width: 320px;
}

.content.return-box label {
	font-size: 12px;
	font-weight: bold;
}

.content.return-box span {
	
}

.content.return-box input {
	margin-top: 6px;
	margin-bottom: 7px;
	width: 310px;
}

.content.return-box .error {
	padding-bottom: 5px;
	display: block;
}

.return-box-3 {
	margin-bottom: 20px;
	padding: 14px 10px 10px 20px;
}

.return-box-3 h2 {
	margin-bottom: 15px;
}

.return-box-3 textarea {
	width: 310px;
	height: 188px;
	max-width: 310px;
	max-height: 188px;
}

.return-box-3 .return-captcha {
	width: 320px;
	margin-top: -3px;
}

.return-box-3 .return-captcha b {
	padding-bottom: 6px;
	display: block;
}

.return-box-3 .return-captcha input {
	width: 170px;
	margin-bottom: 10px;
}

.return-box-3 .return-additional {
	margin-bottom: 11px;
}

.return-box-3 .buttons {
	padding: 0;
	margin-bottom: 0;
}
/* button */
.button-return-right-i:hover,.button-return-right:hover {
	color: #de2d35;
	cursor: pointer;
}

.button-return-right {
	border: 0px;
	background: none;
	font-weight: bold;
	color: #4C4C4C;
	padding: 0;
	line-height: 32px;
	min-height: 32px;
	display: inline-block;
}

.button-return-right-i i {
	color: #4C4C4C;
}

.button-return-right-i:hover i {
	color: #d50d00;
}

#return-product .button-return-right-i {
	position: relative;
}

#return-product .button-return-right-i i.icon-circle-arrow-right {
	position: absolute;
	right: 0;
	z-index: 4
}

#return-product input.button-return-right {
	padding-right: 31px;
	position: relative;
	z-index: 5
}

a.button-return-left:hover,a.button-return-right:hover,a.button-order-right:hover,a.button-cont-right:hover,a.button-back-left:hover,a.button-inf-left:hover
	{
	color: #d50d00
}

a.button-return-left,a.button-return-right,a.button-order-right,a.button-cont-right,a.button-back-left,a.button-inf-left
	{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
	padding-right: 0px;
	color: #7D7D7D;
	vertical-align: top;
}

a.button-back-left i,.button-back-left i,.button-return-right-i i,a.button-return-left i,a.button-cont-right i
	{
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	margin: 0 9px
}

i.icon-circle-arrow-right {
	margin-right: 0 !important;
}

a.button-order-right {
	padding: 0;
}

a.button-return-left span,a.button-return-right span,a.button-order-right span,a.button-cont-right span,a.button-back-left span,.wishlist-product a.button-wislish-left span,a.button-inf-left span
	{
	line-height: 1.2em;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}

a.button-return-left span,a.button-back-left span,a.button-wislish-left span
	{
	padding: 5px 0px 5px 14px;
	background: url('../image/marker-button-left.png') left 8px no-repeat;
}

a.button-return-right span,a.button-order-right span,a.button-cont-right span,a.button-inf-left span
	{
	padding: 5px 14px 5px 0px;
	background: url('../image/marker-button-right.png') right 8px no-repeat;
}

.cart-bottom a i.icon-check {
	margin-right: 0;
}

.cart-bottom a.button-cont-right {
	margin-right: 20px;
}
/* button */
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.return-list .return-info {
	text-align: right;
}

.return-product {
	overflow: auto;
}

.return-name {
	
}

.return-model {
	
}

.return-quantity {
	
}

.return-detail {
	overflow: auto;
}

.return-reason {
	
}

.return-opened {
	
}

.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}

.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}

.return-comment {
	float: left;
	width: 49%;
}

.return-captcha {
	
}

.download-list {
	margin-bottom: 10px;
}

.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}

.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}

.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.download-list .download-content div {
	float: left;
	width: 33.3%;
}

.download-list .download-info {
	text-align: right;
}
/* cart */
a {
	outline: none;
}

a:hover i.icon-trash {
	color: #d50d00;
}

a i.icon-trash {
	color: #4C4C4C;
}

i.icon-trash {
	font-size: 26px;
}

.shop-cart {
	border-bottom: none;
	overflow: hidden;
	position: relative;
}

.cart-info2 .table td+td {
	text-align: center;
}

.shop-cart .table td {
	vertical-align: middle;
}

.cart-module .cart-content {
	padding: 18px 0px 19px 18px;
	display: none;
	overflow: auto;
	border-top: none;
}

.cart-info2 {
	display: none;
}

.cart-info {
	overflow: hidden;
	margin: 20px 0;
}

.cart-info td.name a:hover {
	color: #de2d35
}

.cart-info td.name a {
	color: #4C4C4C;
}

.content.shop-cart-content>p {
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 0;
	padding: 20px;
}

a.input-update i {
	color: #4C4C4C;
	font-size: 26px;
}

a.input-update:hover i {
	color: #de2d35;
}

#cboxLoadedContent td>input[type="radio"] {
	margin: 0px;
	float: none
}

td.quantity>input[type="text"] {
	width: 40px
}

table#total  td {
	background-color: #f9f9f9;
	padding: 20px;
	text-transform: uppercase;
	width: 80%
}

table#total  td+td {
	background-color: #fff;
	color: #4c4c4c;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

table#total .cart-total1.last {
	color: #d50d00;
}

td.price {
	font-size: 17px;
}

table.radio {
	padding: 0
}

.cart-module {
	
}

.cart-module>div {
	padding: 20px 20px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: none;
	border: 1px solid #ddd;
}
/*********************************************************************/
.sitemap-info ul {
	margin-top: 10px;
}

.sitemap-info li a {
	text-decoration: none;
}

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}

#newsletter .content {
	margin: 0;
	padding: 0;
	border: none;
}

.sitemap-info .left {
	float: left;
	width: 48%;
}

#newsletter .form tr td:first-child {
	width: 58px;
}

.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
footer {
	margin-top: 20px;
	padding-top: 47px;
	background: url(../Css/images/top-footer.png) repeat-x 0 0 #fcfcfc;
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

footer>div {
	position: relative;
	z-index: 4;
}

footer ul.social {
	margin-top: 5px;
	margin-left: 3px;
}

footer ul.social i {
	margin: 0;
}

.common-home footer {
	margin-top: 0;
}

footer h3 {
	color: #d50d00;
	word-wrap: break-word;
}

footer li {
	line-height: 22px;
}

footer li a {
	font-size: 12px;
	line-height: 24px;
	color: #555454;
	word-wrap: break-word;
}

footer .foot-phone div {
	color: #ff8184;
	line-height: 24px;
}

footer .foot-phone div.fleft {
	margin-top: 5px;
}

footer .foot-phone i {
	line-height: normal;
	font-size: 36px;
	color: #7e7e7e;
	width: 1.25em;
	margin-right: 10px;
}

footer  .foot-phone span {
	color: #555454;
}

footer .contacts {
	color: #555454;
}

footer .contacts p {
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
}

span.toggle {
	display: none;
}

.icon-phone:before {
	content: "?";
}

[class ^="icon-"]:before,[class *=" icon-"]:before {
	display: inline-block;
	text-decoration: inherit;
}

footer i,footer .contacts [class ^="icon-"],footer .contacts [class *=" icon-"]
	{
	color: #b1b1b1;
	font-size: 25px;
	line-height: 20px;
	margin-right: 5px;
	vertical-align: bottom;
}

footer .foot-phone i {
	color: #b1b1b1;
	font-size: 36px;
	line-height: normal;
	margin-right: 10px;
	width: 1.25em;
}

footer .contacts i {
	display: inline-block;
	float: left;
	width: 20px;
	margin-left: -3px;
	margin-top: 2px;
}

footer .contacts li {
	padding: 2px 0 9px;
}

footer .social li {
	float: left;
	margin-left: 11px;
}

footer .social li:first-child {
	margin-left: 0;
}

footer .social li a {
	display: inline-block;
	line-height: 25px;
}

footer .social li i {
	color: #b1b1b1;
	line-height: 22px;
}

#powered a {
	text-decoration: none;
	font-size: 11px;
	color: #a8a8a8;
}

#powered a:hover {
	text-decoration: underline;
}

#powered {
	margin-top: 23px;
	padding: 10px 0 20px;
	font-size: 11px;
	line-height: 13px;
	color: #a8a8a8;
	border-top: 1px solid #ddd;
}

.return-captcha input img {
	vertical-align: top;
}

.return-captcha input {
	margin-bottom: 10px;
	vertical-align: top;
}
/********************************************************************************************************************************************************************************************************/
/* banner */
/*.banner>div:hover img {
	transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
*/
.header-modules .banner {
	max-width: 304px;
	float: left;
	margin-left: 10px;
}

.banner>.span4 {
	margin-left: 14px;
	margin-bottom: 10px;
}

.banner>.span4:first-child {
	margin-left: 20px;
}

.header-modules .banner>.span4,.header-modules .banner>.span4:first-child
	{
	margin-left: 0;
	margin-bottom: 10px;
}

.banner {
	padding:10px 0 20px 0;
	border-bottom:1px solid #DDD;
}

.banner>.span4>a {
	display: inline-block;
	overflow: hidden;
	border: 5px solid #f1f1f1;
}

.header-modules .banner>.span4>a {
	border-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
}

.banner>.span4 {
	position: relative;
	width: 304px;
	max-width: 304px;
	line-height: 0;
}

.header-modules .banner>.span4 {
	width: 100%;
	max-width: 100%;
}

.banner img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner .s-desc {
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -67px;
	left: 25px;
	font-family: 'Candal', sans-serif;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#content .banner .s-desc {
	width: 55%;
}

.banner .s-desc h1 {
	font-size: 26px;
	line-height: 26px;
	color: #d50d00;
	margin-bottom: 5px;
	margin-left: -5px;
}

.banner .s-desc h2 {
	font-size: 19px;
	line-height: 19px;
	color: #4c4c4c;
	margin-bottom: 13px;
	margin-left: -5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.banner a:hover .s-desc h2 {
	color: #d50d00;
}

.banner .s-desc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #a8a8a8;
	margin-bottom: 0;
	text-transform: none;
	width: 80%;
	letter-spacing: 0;
}

.header-modules .banner .s-desc {
	margin-top: -38px;
	left: 5px;
	color: #fff;
	margin-bottom: 0;
	padding: 11px 15px 15px 16px;
	background: url(../image/bg1-desc-banner.png) 0 0 transparent;
	max-width: 80%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-modules .banner>div:first-child .s-desc {
	background: url(../image/bg-desc-banner.png) 0 0 transparent;
}

.header-modules  .banner .s-desc span {
	font-size: 26px;
	line-height: 26px;
}

.header-modules  .banner a:hover .s-desc {
	background-color: #000;
	padding-left: 40px;
}

/* AJAX Add to Cart Confirm by Harryo*/
.success,.warning,.attention,.information,.rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}

.success a,.warning a,.attention a,.information a {
	color: #333;
}

#loginForm-success {
	position: fixed;
	z-index: 9998;
}

.success i.icon-remove-sign {
	font-size: 26px;
	padding: 10px;
}

.success .close i {
	padding: 10px
}

.success {
	color: #000
}

.success>img {
	max-width: 70px;
	height: auto;
	float: left;
	background-color: #efeeee;
	margin-right: 10px;
	border: 1px solid #ddd
}

.success a:hover {
	text-decoration: none;
	color: #de2d35
}

.success a {
	text-decoration: none;
	color: #252525
}

.success span:hover img {
	margin-top: -11px;
}

.success p {
	margin-bottom: 11px;
	font-size: 24px;
	color: #1b1b1b;
}

.success span:hover {
	cursor: pointer;
	color: #de2d35
}

.success span {
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 8px;
	opacity: 1
}

.success i {
	color: #fff;
}

.success i:hover {
	color: #de2d35;
}

.success i.icon-thumbs-up {
	font-size: 31px;
	color: #de2d35;
	margin-right: 10px;
}


.success a {
	color: #d50d00;
}

.success a:hover {
	text-decoration: underline;
}

.success {
	width: 60%;
	position: fixed;
	z-index: 99999 !important;
	/*box-shadow:0 0 20px rgba(0,0,0,0.13);*/
	top: 0;
	left: 0;
	padding: 20px 20%;
	z-index: 9999;
	line-height: 18px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	background: #7D7D7D;
	display: none;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#wrap {
	z-index: 10 !important;
}

.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #ddd;
	padding-left: 20px;
}
/**************************************************************related****************************************************************/
.prev {
	float: left;
	margin-left: 10px;
}

.next {
	float: right;
	margin-right: 10px;
}
/***/
.image2 {
	position: relative
}

.related-info .wishlist,.related-info .compare {
	display: inline-block;
}

.related-info {
	display: inline-block;
	float: left;
	position: relative;
	border-bottom: 0 !important;
}

.related {
	padding: 0 50px;
	position: relative;
}

.related .price {
	font-size: 18px;
}

.related .price-old {
	font-size: 16px;
}

.related .name {
	overflow: hidden;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.related .prev:hover,.related .next:hover {
	color: #de2d35
}

.related .prev,.related .next {
	position: absolute;
	top: 50%;
	font-size: 26px;
	color: #7e7e7e;
	margin-top: -31px;
}

.related .prev {
	left: 0
}

.related .next {
	right: 0
}
/***********************************************************about-page**************************************************************************/
/*.about-page i:before {
	text-indent: 0
}

.about-page i {
	display: block;
	color: #B1B1B1;
	font-size: 56px;
	float: left;
	width: 56px;
	height: 56px;
	margin-right: 15px;
	overflow: hidden;
}*/
/******************************************************************************************************************************************/
/*#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.preview {
	padding: 15px;
}

.preview  .price .price-old {
	font-size: 14px;
	line-height: 20px;
}

.preview .inf a {
	text-decoration: underline;
}

.preview .marg {
	margin-bottom: 25px;
}

.preview .price {
	width: 100%;
	overflow: hidden;
}

.preview .price span {
	float: left;
	margin-right: 10px;
}*/

.preview .right .inf span {
	display: block;
	margin-bottom: 10px;
}

.preview .right .inf span.text-price {
	margin-left: 0;
}


.preview .right h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.preview .inf .prod-stock {
	margin-bottom: 10px;
}

.preview .description {
	height: 160px;
	padding: 15px;
	overflow: auto;
	border: 1px solid #ddd;
}

.preview .cart {
	float: left;
}

.preview .extra-button {
	float: left;
	width: 150px;
	margin-top: 3px;
	margin-left: 15px;
}

#cboxContent #cboxTitle {
	width: 60%;
	padding: 0 20%;
}

#colorbox {
	z-index: 100 !important;
}

#cboxOverlay {
	z-index: 100 !important;
}

.preview .rating {
	margin-top: 15px;
}
.ratingStars{
	/* background: url("../Css/images/rating_stars.png") 0 0 no-repeat; */
	height: 16px;
	margin-bottom:5px;
	width: 100%;
}
.ratingStars.very-good{
	background-position: -153px -252px}

.box .box-product li,
.product-grid ul li {
	position: relative;
    float:left;
}
product-list ul li {
}
.box li .cart-button,.product-grid li .cart-button {
	display: inline-block;
	vertical-align: top;
}

.box .box-content .box-product ul li .quick-view-button,.box .box-content .box-product ul li a, button.buttonFilter
	{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.rating-ready i, 
.rating-start i{
	text-decoration:none;
}
.box .box-product .cart {
	float: left;
}

.product-grid .image
	{
	overflow: hidden;
	height: 150px;
    margin-bottom: 5px;
}
/*.box-product .image {
    overflow: hidden;
    height:150px;
}
.box-product .name {
    overflow: hidden;
    height:70px;
}
.box-product .image a, 
.product-grid .image a {
	padding: 0;
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
    position:relative;
}
.box .box-content .box-product ul li .quick-view-button:hover {
	background-color: #d50d00;
	color: #fff;
}

.box .box-content .box-product ul li .quick-view-button i {
	width: 30px
}*/

/*.box .box-content .box-product ul li .quick-view-button {
	opacity: 0;
	visibility: hidden;
	left: 0;
	position: absolute;
	top: 0px;
	font-size: 14px;
	background-color: #f0f0f0;
	color: #555454;
	line-height: 30px;
	width: 30px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.image3 img {
	
}

.box .box-content .box-product ul li:hover .quick-view-button {
	opacity: 1;
	visibility: visible
}*/
/**************************************************** bootstrap reset ************************************************************************/
/*.table-bordered {
	border-radius: 0
}

.table thead td {
	text-transform: uppercase;
	font-weight: bold;
	color: #4c4c4c !important;
	background-color: #f9f9f9;
	font-family: Arial;
	font-size: 13px;
}

.table th,.table td {
	padding: 20px;
	border-color: #d7d7d7;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.block-compare .table th,.block-compare .table td {
	padding: 7px
}*/
/**************************/
/*select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input
	{
	font-size: 13px;
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input
	{
	border-radius: 0;
	box-shadow: none;
	height: 30px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child
	{
	border-radius: 0
}

.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child
	{
	border-radius: 0;
}

.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child
	{
	border-radius: 0
}

.table-bordered {
	border-color: #d7d7d7
}

label,input,button,select,textarea {
	font-size: 13px;
	color: #4c4c4c
}

label {
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
}

textarea {
	resize: none
}

label {
	cursor: default
}

.close:hover,.close:focus {
	opacity: 1
}*/

/*****************************Vertical Carousel**********************************/
/*.vertical .carousel-inner {
	height: 100%;
}

.carousel.vertical .item {
	-webkit-transition: 0.6s ease-in-out top;
	-moz-transition: 0.6s ease-in-out top;
	-ms-transition: 0.6s ease-in-out top;
	-o-transition: 0.6s ease-in-out top;
	transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
	top: 0;
}

.carousel.vertical .next {
	top: 400px;
}

.carousel.vertical .prev {
	top: -400px;
}

.carousel.vertical .next.left,.carousel.vertical .prev.right {
	top: 0;
}

.carousel.vertical .active.left {
	top: -400px;
}

.carousel.vertical .active.right {
	top: 400px;
}

.carousel.vertical .item {
	left: 0;
}*/

/************************************Iconos menu*************************************************/
/*
.arte {
	background-image: url("../Css/images/iconos/Arte-y-Cultura.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}

.restaurante {
	background-image: url("../Css/images/iconos/Restaurante.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}
*/
/*#menu div div div > ul > li.trasnoches {
	width:8%;
}*/
/*
.musica-libros {
	background-image: url("../Css/images/iconos/Musica-y-Libros.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}

.alojamiento {
	background-image: url("../Css/images/iconos/Alojamiento.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}
*/
/*#menu div div div > ul > li.salud-belleza {
	width:20%;
}*/
/*
.mujeres {
	background-image: url("../Css/images/iconos/Mujeres.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}

.hombres {
	background-image: url("../Css/images/iconos/Hombres.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}

.ninos {
	background-image: url("../Css/images/iconos/Ninos.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}

.tecnologia {
	background-image: url("../Css/images/iconos/Tecnologia.png");
	background-repeat: no-repeat;
	background-position: 9px 9px;
	padding-left: 30px;
}
*/
/*#banner_pubHeader {
	margin-bottom: 0;
}*/

/*#banner_pubHeader img {
	width: 100%;
}
.banner_map {
	overflow: hidden;
	background: url("../Css/images/banner_mapa.jpg") no-repeat 0 0;
	height: auto;
}

.banner_map .geoFiltro {
	float: right;
	margin-right: 20px;
	margin-top:10px;
}
#formMap{
	text-align: right;
	padding:40px 10px 10px
}
#formMap .btn{
	font-size: 12px;
	line-height: 40px;
	width: 100%;
	min-width: 100%;
	position: relative;
	border-radius: 0;
	margin-bottom: 1px;
	background-image: none;
	border: none;
	box-shadow: none;
	height: 40px;
}*/
/*#left .percent{
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 15px 7px;
    background-color: #D50D00;
    border-radius: 35px;
    z-index: 9999;
    border: 2px solid #FFF;
}
#left .percent .percent-number{
	color: #FFF;
	font-size: 1.5em;
	}
 */
/*************************************BUSCADOR*************************************************/
/*#filter-precios-range-desde, #filter-superficie-range-desde {
	margin-right: 1px;
}
#filters-form .input-text{
	height:30px;
	width: 100%;
}
#filter-precios-range-desde, #filter-precios-range-hasta {
	float: left;
	display: inline-block;
}
#filters-form  .control-label {
	text-align: left;
}
#filters-form .sorting-box .btn-group>.dropdown-toggle, .filters-box .btn-group>.dropdown-toggle {
	max-width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#filters-form .combo-filters .btn-group{
	display: block;
	margin-left:0;
}
#filters-form .combo-filters .btn {
	font-size: 12px;
	line-height:40px;
	width:100%;
	min-width:100%;
	position: relative;
	border-radius: 0;
	margin-bottom: 1px;
	background-image: none;
	border: none;
	box-shadow: none;
}
#filters-form .open .dropdown-menu{
	z-index: 99;
	background: #FFF;
	border-top: 0;
	left: 0px;
	top: 100%;
	width: 100%;
	margin: 0 !important;
	padding: 19px 0 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	border-radius: 0;
	border: none;
	position: absolute;
	z-index: 99999;
}*/

/*#filtro_busqueda{

}
.banner_Category{
	width:70%;
	text-align:right;
	padding-bottom: 20px;
	float: left;
}
.banner_Category img{
}
.subCategory{
	float:left;
	width: 30%;
}
.subCategory ul{}
.subCategory ul li{
}
.subCategory ul li a{}
.subCategory ul li a span{}
.subCategory ul li a i.iconSub{
	height:80px;
	width: 80px;
}
.subCategory ul li a i.iconSub1{
	background-image: url("../images/iconSub1.png");	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color: #FFF;
	text-decoration: none;
	background-color: #d50d00;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
}
#camera_wrap{
	height:300px !important;
}
#button_cartFicha{
	margin-botton:10px;
}
#viewMap{
	height:400px;
	width: 100% !Important;
}
#map, #porSemana{
	height: 400px;
	margin-bottom:20px;
	width: 100% !Important;
}
#porSemana{
	overflow-y:scroll;
}
#home #buscador{
	display:none;
}
#formMap .buttonFilter{
color:#d50d00;
} 
.user-info .span5 i{
		margin-right:10px;
	}
.user-info .span5 ul li span{
	font-weight:bolder;
display:inline-block;
	}
#porSemana h3{

	margin:0 5px 0 0;
	float:left;
	font-size:12px;
}
#porSemana .product-info{
	clear:both;
	font-size:12px;
	margin:0;
}
#porSemana .product-info .description {
	border:none;
	float:left;
	margin:0 5px 0 0;
	font-size:12px;
}
#porSemana .product-info .price{
	margin:0 5px 0 0;
	border:none;
	font-size:12px;
}
#porSemana .product-info .price .price-new,
#porSemana .product-info .price  , text-price{

	color:#d50d00;
}
#disponible table td a i,
#ocupados table td a i{
	font-size:22px;
}*/


/* RANKING DE CUPONES */

/*.ranking-0{
width:100px;
height:20px;
background:url(../Css/images/0.png);
}

.ranking-1{
width:100px;
height:20px;
background:url(../Css/images/1.png);
}

.ranking-2{
width:100px;
height:20px;
background:url(../Css/images/2.png);
}

.ranking-3{
width:100px;
height:20px;
background:url(../Css/images/3.png);
}

.ranking-4{
width:100px;
height:20px;
background:url(../Css/images/4.png);
}

.ranking-5{
width:100px;
height:20px;
background:url(../Css/images/5.png);
}*/

/* COmienzo código listado de cupones diarios*/

/*.titulo-cupon-dia{
	font-family:"trebuchet MS";
	font-size:18px;
	color: #C00;
	font-weight:bold;
	margin-bottom:10px;
}
.texto-cupon-dia{
	font-family:"trebuchet MS";
	font-size:13px;
	color: #666;
	margin-bottom:20px;
	text-align:justify;
}
#btn-cupon {
	width: 142px;
	height: 23px;
	background:url(../Css/images/boton.jpg) no-repeat;
	font-family:"trebuchet MS";
	float:left;
	margin-right:10px;
}
#btn-cupon .txt{
	font-size: 14px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	width:62px;
	height: 3px;
	margin-top:3px;
	float:left;
}
#btn-cupon .precio{
	font-size: 13px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	width:80px;
	height: 3px;
	margin-top:3px;
	float:left;

}
.separador-cupon{
	height:10px;
	border-bottom: 1px #ccc dotted;
}
#saving{
	background:#ffba00;
	color:#fff;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
	font-size:13px;
	margin-top:1px;
	}*/
	
/* Código Filtro left */
	
	/*.filtro-left select{
	background: transparent;
   width: 195px;
   padding: 8px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;	
}
.filtro-left {
   width: 170x;
   height: 34px;
   overflow: hidden;
   background: url(http://descuentame.com/img.jpg) no-repeat right #f5f5f5;
   border: 1px solid #fff;
}

.filtro-left2 {
   width: 195x;
   height: 34px;
   overflow: hidden;
   background: url(http://descuentame.com/img.jpg) no-repeat right #f5f5f5; 
   border: 1px solid #fff;
}
	.filtro-left2 select{
	background: transparent;
   width: 83px;
   padding: 8px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;	
}

#filtro-orden{
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

}
#vertical-ticker {
    padding:20px;
}
.sale {
   border-bottom: 1px solid #DDDDDD;
   border-top: 1px
}
#grid_a,
#list_a,
#grid_b,
#list_b {
	vertical-align: top;
	font-size: 28px;
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 6px;
}

#grid_a:hover,
#list_a:hover {
	color: #d50d00;
}

#grid_a i,#list_a i,
#grid_b i,#list_b i {
	vertical-align: top;
}

#list_b i, #grid_b i {
	color: #d50d00;
	cursor: default;
}*/


img {
    vertical-align: middle;
    width: 100%;
    height:120%;
    /*height:95%;*/
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}


.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            
    background: #5ba4a4;
    background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
    background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    position: relative;
    padding: 0 20px;
    float: left;
    display: block;
    width: 150px;
    color: #385c5b;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
    color: white;
}

.ui-tabs .ui-tabs-panel {
    padding: 15px 30px 15px 45px;
    border-left: 8px solid rgba(63, 148, 148, 0.1);
    color: #777;
    font-family: Cambria,Georgia,serif;
    font-size: 14px;
    font-style: italic;
    line-height: 22px;
    margin: 0;
    /*padding-left: 15px;*/
    text-align: left;
}

.jarviswidget > header > h2 {
    color: white;
}
.jarviswidget > header {
    background: none repeat scroll 0 0 #333;
    color: #fafafa;
}