html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

h1, .welcome {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */


#container {
	width: 980px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('../image/htmlbg.png') top center no-repeat;
}
#column-left {
	float: left;
	width: 210px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
.novedad{
	color:#ffffff;background-color:red;height:15px;border:solid 1pt;position:relative;top:-15px;left:33px;width:160px;
	}
.oferta{
	color:#000000;background-color:#f0A500;height:15px;position:relative;top:-15px;left:33px;width:160px;
	}
.oferta label{
	color:#000000;
	}
.product-title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	 padding: 5px 5px 5px 10px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	background: url('../image/box-top2.png') top repeat-x;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 225px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */

#header {
	height: 156px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
    left: 16px;
    position: absolute;
    top: 12px;
}
#language {
	position: absolute;
	top: 77px;
	right: 130px;
	width: 115px;
	color: #fff;
	text-align: right;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 125px;
	position: absolute;
	top: 77px;
	right: 10px;
	color: #fff;
	text-align: right;
	line-height: 17px;
}
#currency a {
	color: #ff3300;
	text-decoration: none;
	margin-right: 3px;
}
#currency a b {
	color: #fff;
	text-decoration: none;
}
#header #cart {
 min-width: 22px;
    position: absolute;
    right: 0;
    top: 47px;
    z-index: 9;
 
}
#header #cart .heading {
	 background: url("../image/cartbg.png") no-repeat scroll center top transparent;
    float: right;
    margin-right: 23px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 200px;
    z-index: 1;
 
}
#header #cart .heading h4 {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing:-0.1px;
}
#header #cart .heading a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	background: #333;
}

#header #cart.active .heading {
	
	padding-top: 10px;
	padding-bottom: 6px;

}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #fff;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #666;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #fff;
}
#header #cart .cart a {
    color: #fff;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
	color: #ff0;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #ff3300;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
    left: 285px;
    position: absolute;
    top: 70px;
    width: 225px;
    z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 34px;
	border-right: none;
	cursor: pointer;
}
#header #search input {
	  background: url("../image/searchbg.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    border:none;
    height: 31px;
    padding: 1px 1px 1px 33px;
    width: 189px;
}

#header .texto_Reparaciones{
margin-bottom:3px;
	}
#header #reparaciones {
  position: absolute;
    right: 243px;
    top: 51px;
    width: 217px;
    z-index: 15;
}
#header .button-reparaciones {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 34px;
	border-right: none;
	cursor: pointer;
}
#header #reparaciones input {
	  background: url("../image/searchbg.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    border:none;
    height: 31px;
    padding: 1px 1px 1px 33px;
    width: 189px;
}
#header #welcome {
   color: #CCCCCC;
     right: 14px;
    position: absolute;
    text-align: right;
    top: 129px;
    width: 298px;
    z-index: 5;
}

#header #welcome a {
    color: #78cdf1;
	text-decoration: none;
}
#header .links {
    background: none repeat scroll 0 0 transparent;
    font-size: 10px;
    height: 27px;
    left: -15px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 2px;
    position: absolute;
    right: 160px;
    top: 126px;
	 width: 95%;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
#header .links a:hover {
    color: #ff1c00;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: none;
	height: 50px;
	margin-bottom: 15px;
	padding: 0px 10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}

#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin-top: 8px;
	padding: 13px 10px 8px 10px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > a:hover {
    background: #333;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: #333;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.breadcrumb a {
    color: #777;
}
.breadcrumb a:hover {
    color: #000;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
}
.success a, .warning a, .attention a, .information a {
   color: #000;
   font-weight: bold;
}
.success {
	background: #93a7c0 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #333333;
}
.warning {
	background: #ff3300  url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #ff3300  url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #ff3300  url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	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%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url("../image/button-left.png") no-repeat scroll 4px 5px transparent;
	text-decoration: none;
	cursor: pointer;
	color:#fff;
}
a.button span {
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 9px 12px 10px 5px;
	background: url("../image/button-right.png") repeat-x scroll right 5px transparent;
}
a.button:hover {
	background: url('../image/button-left-active.png') no-repeat scroll 4px 5px transparent;
}
a.button:hover span {
	color: #fff;
	background: url('../image/button-right-active.png')  repeat-x scroll right 5px transparent;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #c0c0c0;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	 color: #335A8C;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	  background: none repeat scroll 0 0 #335A8C;
    color: white;
    padding-bottom: 7px;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 10px;
}
.box .box-heading {
	background: url('../image/box-top2.png') top repeat-x;
	padding: 13px 10px 13px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.box .box-content {
       background: none repeat scroll 0 0 #ffffff;
    border: 1pt solid #003967;
    color: #FFFFFF;
    padding: 10px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	
}
.box .box-content a {
    color: #fff;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.Titular_categoria{
font-family:Arial;
font-size:20px;
float:left;
color:#ffffff;
}
.box-product > div {
    background: url("../image/pdivbg.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 280px;
    margin-bottom: 20px;
    margin-left: 11px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 6px;
    text-align: center;
    vertical-align: top;
    width: 215px;
	 border: 1pt solid #335A8C;
	 -webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
.box-product .image {
	display: block;
	/*background: url('../image/imgbg.png') bottom center no-repeat;*/
	padding-bottom: 14px;
}
.box-product .image img {
	/*border: 1px solid #ddd;*/
}
.box-product .name {
	 width: 100%;
	 height: 24px;
	 vertical-align:middle;
	 padding-top:10px;
	 overflow: hidden;
}
.box-product .name a {
	color: #335A8C;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #ffffff;
	font-size: 19px;
	line-height: 35px;
	margin-bottom: 8px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-top: 3px;
	margin-bottom: 1px;
}
 
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #555;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #fff;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
	color: #ff3300;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #fff;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
	color: #ff3300;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list ul li a {
	font-weight: bold;
	color: #000;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background: url("../image/box-top2.png") repeat-x scroll center top transparent;
    border-radius: 7px 7px 0 0;
    color: #000000;
    height:20px;
    width:767px;
	
	color: #ff3300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
		
	
	
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #fff;
}
.product-filter .display a {
	font-weight: bold;
	color: #ff3300;
}
.product-filter .sort {
	float: right;
	color: #fff;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #fff;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
	  width: 145px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
#carousel0{
	margin-top:25px;
	margin-bottom:25px;
	padding-top:10px;
	}
.cart iframe{
z-index:20;
}	
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #f30;
	font-weight: bold;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width:765px;
	overflow: auto;
	 background-color: white;
    border: 1pt solid #003967;
    -webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	margin-top:-3px;
	padding:10px;
}
.product-grid > div {
	background-color: #ffffff;
	width: 170px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-bottom: 15px;
	text-align: center;
	padding-bottom:10px;
	height: 254px;

}

.product-grid .image {
	display: block;
	margin: 5px;
}
.product-grid .image img {
	padding: 3px;
	/*border: 1px solid #E7E7E7;*/
}
.product-grid .name a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	   height: 50px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #003967;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333;
	text-decoration: none;
	display: block;
}
.product-grid .compare a {
	color: #333;
	text-decoration: none;
	display: block;
}
/* Product */
.product-info {
background: none repeat scroll 0 0 #FFFFFF;
    border: 1pt solid #335A8C;
    margin-bottom: 20px;
    margin-top: -21px;
    overflow: auto;
    padding: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #102F58;
    color: #32598A;
    line-height: 20px;
    margin-bottom: 10px;
     padding: 5px 12px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
   width: 460px;
}
.product-info .description span {
	color:#32598A;
}
.product-info .description a {
	color: #999;
	text-decoration: none;
}

.product-info .price {
margin-bottom: 10px;
 color: #003967;
 font-weight: bold;
 font-size: 20px;
 background: #333;
 padding: 10px;
 margin-top: 1px;
 margin-bottom: 5px;
 display: block;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.product-info .price-old {
	color: #ff0;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.product-info .options {
	padding: 8px;
	margin-bottom: 10px;
	color: #fff;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.product-info .options h2 {
    color: #ff0;
}
.product-info .cart {
	padding: 8px;
	   margin: 13px 0 11px;
	display: block;
	color: #335a8c;
	overflow: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart .fcart {
     padding-top: 10px;
}
.product-info .cart .scart {
     margin-left: 10px;
}
.product-info .cart a {
    color: #fff;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.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-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.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 {
	float: right;
	width: 30%;
}
.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 #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}

/*TELEFONO EN PARTE DE CONTACTO*/
.telefono_contacto {
	
	min-height: 33px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	background: url('../image/footerbg.png') top center no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
.telefono_contacto .column {
	float: left;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	width:100%;
	text-align:center;
	padding-top: 14px;
}
.telefono_contacto .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}
.telefono_contacto .column ul li {
	padding: 5px 8px 5px 10px;
	border-bottom: 1px dotted #ddd;
}

.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* footer */ 
#footer {
	clear: both;
/*	overflow: auto;*/
	min-height: 33px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: -15px;
	background: url('../image/footerbg.png') top center no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
#footer h3 {
	border-top: none;
	padding: 14px 14px 12px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	margin-top: 0px;
}
#footer .column {
	float: left;
	width: 960px;
	text-align:center;
	margin-right: 30px;
	margin-left: 18px;
	padding-top: 14px;
}
#footer .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}
#footer .column ul li {
	padding: 5px 8px 5px 10px;
	border-bottom: 1px dotted #ddd;
    display: inline;
    padding: 5px 8px 5px 10px;
}
#footer .column a {
	text-decoration: none;
	color: #fff;
}
#footer .column a:hover {
	color:#f30;
}
#powered {
    color: #fff;
	margin-top: 15px;
	text-align: center;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}
/* New Classes */

#column-left .box .box-heading, #column-right .box .box-heading {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border: none;
	background: url('../image/box-top.png') no-repeat;
	padding: 13px 5px 13px 15px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
#column-left .box .box-content, #column-right .box .box-content {
    background-color: white;
    border: 1pt solid #003967;
    -webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
    color: #FFFFFF;
    padding: 10px;
}

#column-left .box .box-content a, #column-right .box .box-content a {
    color: #003967;
}
#column-left .box-product, #column-right .box-product {
	width: 100%;
	overflow: auto;
}
#column-left .box-product > div .box-div-top, #column-right .box-product > div .box-div-top {
    display: none;
}
#column-left .box-product > div, #column-right .box-product > div {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #444;
	padding-bottom: 0px;
}

#column-left .box-product .image, #column-right .box-product .image {
	display: inline-block;
	float: left;
	margin-bottom: 0px;
	background: none;
	padding-bottom: 0px;
}
#column-left .box-product .image img, #column-right .box-product .image img {
	border: none;
}

#column-left .box-product .name a, #column-right.box-product .name a  {
	color: #fff;
	text-align: right;
	font-weight: bold;
	width: 90px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 1px;
	float: right;
	
}
#column-left .box-product .price, #column-right .box-product .price {
	display: block;
	font-weight: bold;
	color: #ff3300;
	margin-top: 6px;
	float: right;
}
#column-left .box-product .price-old, #column-right .box-product .price-old {
	color: #F00;
	text-decoration: line-through;
	float: right;
}
#column-left .box-product .price-new, #column-right .box-product .price-new {
	font-weight: bold;
	float: right;
}
#column-left .box-product .rating, #column-right .box-product .rating {
	display: block;
	margin-bottom: 4px;
}
#column-left .box-product .cart, #column-right .box-product .cart {
   display: none;
}
.box-info {
	margin-top: -5px;
	margin-left: 10px;
}
.box-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-info > ul > li {
	padding: 8px 8px 8px 0px;
	border-bottom: 1px dotted #555;
}
.box-info > ul > li > a {
	text-decoration: none;
	color: #fff;
}
.box-info > ul > li:hover > a {
    color: #ff3300;
}
#column-left .box-product > div, #column-right .box-product > div {
    display: none;
}
#content .box .box-content .onside {
    display: none;
}
.telefono{
        background: url("../image/tlf.png") no-repeat scroll left 4px transparent;
    color: #0082B9;
    float: right;
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
    height: 52px;
    margin-top: 8px;
    padding-right: 28px;
    padding-top: 4px;
    text-align: right;
    width: 183px;
}
.ferias{
  background: url("../image/box-top2.png") repeat-x scroll center top transparent;
    
    border: 1pt solid #335A8C;
    border-radius: 7px 7px 7px 7px;
    display: inline-block;
    height: 280px;
    margin-bottom:0px;
    margin-left: 11px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 6px;
 
    vertical-align: top;
     width: 550px;

}
.ferias .titular{
     color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 8px;
    padding-top: 3px;
}
.ferias table tr td {
border-bottom:solid 1pt #335a8c;

}
#cuadro_precio{
	/*border:#335A8C solid 1pt;
	 -webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;*/
    padding: 2px;
    margin-left: 8px;

}
.cuadro_comprar{
	 border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
 padding-bottom: 5px;
    width: 443px;
	}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; display:none;}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:650px; height:375px; padding:2px; /*border:1px solid #ccc; background:#000*/}
#information {position:absolute; bottom:6px;left:5px; width:650px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#fullsize #image {width:650px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:5px; background:url(../image/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../image/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(image/link.gif) center center no-repeat}
#thumbnails {margin-top:15px;width:655px;}
#slideleft {float:left; width:20px; height:81px; background:url(../image/scroll-left.gif) center center no-repeat; background-color:#0e5d8c}
#slideleft:hover {background-color:#cf0010}
#slideright {float:right; width:20px; height:81px; background:#0e5d8c url(../image/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#cf0010}
#slidearea {float:left; position:relative;width: 590px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px;}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}