/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
/*QUITAR:: PARA FINES DE DISEÑO*/
div{
    /*border: 1px solid #c0c0c0;*/
}

#divBanner{
	height: 300px;
}

.box-slider{
	height: 400px;
}

#logolink{
    position: absolute;
    margin-top: 15px;
    margin-left: 45px;
    cursor: pointer;
    width: 159px;
    height: 89px;
}

#divBotones{
  position: relative;
  top: 130px;
  width: 1270px;
}

#menuBotones{
    float:left;
    display: inline;
    
}

#searchBox{
    float:right;
    display: inline;
    
}
#reg_dist{
    margin-top: 5px;
    margin-bottom: 5px;
}
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
  font-size: 11px;
}

body {
  color: #000;
  margin: 0px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  border: none;
  outline: none;
  color: #0076be;
  text-decoration: none;
  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
a:hover {
  color: #0bf;
  text-decoration: none;
}
.product-image img {
	margin-left: auto;
	margin-right: auto;
	display: block;
  border: none;
  outline: none;
  max-width: 100%;
}
table {
  max-width: 100%;
}
.select-wrap {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  height: 22px;
  position: relative;
  vertical-align: middle;
}
.select-wrap:before {
  background-color: #fff; background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb); background-image: -moz-linear-gradient(top, #ffffff, #ebebeb); background-image: -ms-linear-gradient(top, #ffffff, #ebebeb); background-image: -o-linear-gradient(top, #ffffff, #ebebeb); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ebebeb); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#ebebeb)";
  content: '';
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  z-index: 1;
}
.select-wrap:after {
  background: url(images/select-arrow.png) no-repeat center center;
  content: '';
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  z-index: 1;
}
.select-wrap span {
  color: #8a8989;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  left: 0;
  margin: 0 5%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 0;
}
.select-wrap select {
  cursor: pointer;
  /*opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);*/
  padding: 3px 3px 4px;
  position: relative;
  vertical-align: top;
  z-index: 2;
}
input[type="submit"],
input[type="button"],
a.button,
button {
  background-color: #0083ca; background-image: -webkit-linear-gradient(top, #0083ca, #0062aa); 
  background-image: -moz-linear-gradient(top, #0083ca, #0062aa); 
  background-image: -ms-linear-gradient(top, #0083ca, #0062aa); 
  background-image: -o-linear-gradient(top, #0083ca, #0062aa); 
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0083ca, endColorstr=#0062aa); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0083ca, endColorstr=#0062aa)";
  border: none;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
  text-shadow: 1px 1px 1px #004e88;
  vertical-align: middle;
}
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover,
button:hover {
  background: #004e88;
  text-shadow: 1px 1px 1px #000;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
  border: 1px solid #ddd;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding: 5px;
}
textarea {}
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}
label {
  vertical-align: middle;
}
/* Tools */
.one-half,
.one-third,
.two-thirds {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
.one-half {
  width: 50%;
  float: left;
}
.one-third {
  width: 33.3333%;
  float: left;
}
.two-thirds {
  width: 66.6666%;
  float: left;
}
.f-right {
  float: right;
}
.f-left {
  float: left;
}
body .no-padding {
  padding: 0;
}
/* End Tools */

#bodyWrapper {
  margin-bottom: 10px;
}

#bodyContent {
    width: 987px;
  position: relative;
  z-index: 0;
}
.breadcrumbs {
  background-color: #fff; background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5)";
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 15px 20px;
}
.breadcrumbs a {}
.breadcrumbs i {
  margin: 0 7px;
}
.box-banners {
  margin-bottom: 0px; 
}
.banner-1 {
  margin-left: 0%;
  margin-right: 4%;
}
.banner-2 {
  margin-left: 4%;
  margin-right: 3%;
}
.banner-3 {
  margin-left: 3%;
  margin-right: 3%;
}
.banner-4 {
  margin-left: 3%;
  margin-right: 0%;
}

.box-banners a:hover {
  opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80);
}
.box-new-products {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}
.box-new-products h2 {
  background-color: #fff; background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5)";
  border-bottom: 1px solid #c3c3c3;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  margin: 0;
  padding: 9px 20px;
}

[class^="cols-"] .item, [class*=" cols-"] .item {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
  float: left;
}
.cols-2 .item {
  width: 50%;
}
.cols-3 .item {
  width: 33.3333%;
}
.cols-4 .item {
  width: 25%;
}
.cols-5 .item {
  width: 20%;
}
.products-grid {
  border-bottom: 1px solid #c3c3c3;
  list-style: none;
  margin: 0 ;
  padding: 0;
  position: relative;
}
.products-grid:after {
  content: '';
  display: block;
  clear: both;
}
.products-grid:last-of-type {
  border-bottom: none;
}
.products-grid .item {
  padding: 10px;
}
.products-grid .product-image {
  display: block;
  height: 200px;
  line-height: 200px;
  margin-bottom: 10px;
  text-align: center;
}
.products-grid .product-image img {
  vertical-align: middle;
}
.products-grid .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  height: 90px;
}
.products-grid .product-price-lbl,
.products-list .product-price-lbl,
.product-detail .product-price-lbl,
.product-price-lbl-tbl,
.etapa-producto-lbl,
.existencias-suc-lbl,
.existencias-total-lbl,
.precio-lista-lbl {
  font-size: 12px;
  margin: 0;
  text-align: left;
  color: #1B2D6B;
}
.products-grid .product-price-lbl-remate,
.products-list .product-price-lbl-remate,
.product-detail .product-price-lbl-remate,
.product-price-lbl-tbl-remate,
.etapa-producto-lbl-remate,
.precio-lista-lbl-remate,
.leyenda-remate {
  font-size: 12px;
  margin: 0;
  text-align: left;
  color: #992000;
}
.products-grid .product-price,
.products-list .product-price,
.product-detail .product-price,
.product-price-tbl,
.etapa-producto-desc,
.existencias-suc-val,
.precio-lista-val {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  color: #1B2D6B;
}
.products-grid .product-price-remate,
.products-list .product-price-remate,
.product-detail .product-price-remate,
.product-price-tbl-remate,
.etapa-producto-desc-remate,
.existencias-suc-val-remate,
.precio-lista-val-remate {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  color: #992000;
}
.existencias-total-val {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  color: #BB0505;
}
.etapa-producto-lbl,
.etapa-producto-lbl-remate {
	float: left;
	width: 47%;
}
.precio-lista-lbl,
.precio-lista-lbl-remate {
	float: left;
	width: 47%;
}
.existencias-suc-lbl,
.existencias-total-lbl,
.product-price-lbl,
.product-price-lbl-remate {
	float: left;
	width: 67%;
}
.etapa-producto-desc,
.etapa-producto-desc-remate {
	float: left;
	width: 50%;
}
.precio-lista-val,
.precio-lista-val-remate {
	float: left;
	width: 50%;
}
.existencias-suc-val,
.existencias-total-val,
.product-price,
.product-price-remate {
	float: left;
	width: 30%;
}
.products-grid .product-price-dist-lbl,
.products-list .product-price-dist-lbl,
.product-detail .product-price-dist-lbl {
  font-size: 12px;
  margin: 0;
  text-align: left;
  color: #1B2D6B;
}
.products-grid .product-price-dist,
.products-list .product-price-dist,
.product-detail .product-price-dist {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  color: #BB0505;
}

.products-grid .product-striked-price,
.products-list .product-striked-price,
.product-detail .product-striked-price {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  color: #89A5AA;
  text-decoration: line-through;
}
.tabla-existencias {
	float: right;
}
.existencias-sucursal,
.existencias-total {
	height: 25px;
}

.products-grid .border {
  border-left: 1px solid #c3c3c3;
  height: 100%;
  margin-left: -10px;
  position: absolute;
  top: 0;
}
.products-grid .first .border {
  border-left: none;
}

.categories-grid {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.categories-grid:after {
  content: '';
  display: block;
  clear: both;
}
.categories-grid .item {
  margin: 0 0 0 1%;
  padding: 20px 0;
}
.categories-grid .category-content {
  position: relative;
  z-index: 1;
}
.categories-grid .category-image {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
.categories-grid .category-name {
  margin: 0 20px;
}
.categories-grid .border {
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 10px 0px #eee; -moz-box-shadow: inset 0px 0px 10px 0px #eee; box-shadow: inset 0px 0px 10px 0px #eee;
  height: 100%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  z-index: 0;
}
.categories-grid.cols-2 .item,
.categories-grid.cols-2 .border {
  width: 48.5%;
}
.categories-grid.cols-3 .item,
.categories-grid.cols-3 .border {
  width: 32%;
}
.categories-grid.cols-4 .item,
.categories-grid.cols-4 .border {
  width: 23.75%;
}
.categories-grid.cols-5 .item,
.categories-grid.cols-5 .border {
  width: 18.8%;
}

.products-list,
.product-detail {
  list-style: none;
  margin: 0;
}
.products-list {
  padding: 10px;
}
.products-list .item,
.product-detail .item {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 0px 0px;
  position: relative;
  height: 260px;
}
.products-list .item:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #ddd; -moz-box-shadow: 0px 0px 10px 0px #ddd; box-shadow: 0px 0px 10px 0px #ddd;
}
.products-list .border
.product-detail .border {
  border-left: 1px solid #ddd;
  bottom: 20px;
  margin-left: -20px;
  position: absolute;
  top: 20px;
}
/* cols-[0-8] */
.products-list .product-model,
.product-detail .product-model {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
  float: left;
  padding: 10px 20px;
  width: 15%;
}
.products-list .product-name {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 20px;
  width: 60%;
}
.products-list .product-manufacturer {}
.products-list .product-price {}
.products-list .product-quantity {}
.products-list .product-weight {}
.products-list .product-image {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
  float: left;
  text-align: center;
  padding: 10px 20px;
  width: 25%;
}
.products-list .actions {}

.contentContainer.product-info .product-main {
  float: right;
  width: 100%;
  text-align: center;
}
.products_description {
  float: right;
  width: 100%;
  text-align: justify;
}
.products_description img{
  /*max-height:315px;
  max-width:315px;*/
}
.contentContainer.product-info .product-main table{
    margin-left:auto; 
    margin-right:auto;
}
.contentContainer.product-info .product-main .product-name {
  border-bottom: 1px solid #ddd;
  font: normal 24px/28px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 15px 70px 10px 0;
  position: relative;
}
.contentContainer.product-info .product-name .smallText {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.contentContainer.product-info .product-main .extra-actions {
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 0px;
  text-align: center;
}
.contentContainer.product-info .product-main .extra-actions a {
  margin-right: 5px;
}
.contentContainer.product-info .product-gallery {
  float: left;
  width: 90%;
  text-align: center;
}
.contentContainer .product-info .product-gallery .product-image {
	border: solid thin #B6B6B6;
	top: 2px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.contentContainer.product-info .product-gallery #zoom1 {
  border-radius: 3px;
  overflow: hidden;
}
.contentContainer.product-info .product-gallery .more-views {
  list-style: none;
  margin: 0 0 0 -2%;
  padding: 0;
}
.contentContainer.product-info .product-gallery .more-views li {
  float: left;
  margin: 0 0 5px 2%;
  width: 48%;
}
.contentContainer.product-info .product-gallery .more-views a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px;
}
.contentContainer.product-info .product-gallery .more-views img {
  display: block;
}
.contentContainer.product-info .product-gallery .more-views li:nth-of-type(odd) {
  clear: both;
}
 .mousetrap {
  margin-left: 59px;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 20px 0px #efefef; -moz-box-shadow: inset 0px 0px 20px 0px #efefef; box-shadow: inset 0px 0px 20px 0px #efefef;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
} 
/*
 Cloud Zoom CSS. (c)2012-2013 Star Plugins.
*/

/* CSS for lens */
.cloud-zoom-lens {
  background: #fff;
  border:1px solid #999;
  cursor:crosshair;
  opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80);
  z-index: 10;
}
/* CSS for zoom window. */
.cloud-zoom-big {
  border:1px solid #ddd;
  -webkit-box-shadow: inset 0px 0px 20px 0px #efefef; 
  -moz-box-shadow: inset 0px 0px 20px 0px #efefef; 
  box-shadow: inset 0px 0px 20px 0px #efefef;
  left: 100%;
  margin-left: 64px;
  overflow: hidden;
  top: 0;
}
/* CSS for zoom window in 'inside' mode. */
.cloud-zoom-zoom-inside {
  border:none;
  box-shadow:none;
}

/* CSS for captions */
.cloud-zoom-caption {
  display:none;   /* CSS captions should be hidden initially */
  text-align: left;
  background-color:#000;
  color:#fff;
  font-weight:bold;
  padding:10px;
  font-family: sans-serif;
  font-size:11px;
}

/* A blank image */
.cloud-zoom-blank {
  background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloud-zoom-ajax-loader {
  background-image:url(ajax-loader.gif);
  width:32px;
  height:32px;
}

.contentContainer.advanced-search .contentText,
.contentContainer.product-info .contentText {
  padding: 10px;
}
.contentContainer.advanced-search .search-field {
  margin-bottom: 10px;
}
.contentContainer.advanced-search .search-field input {
  width: 100%;
}
.contentContainer.advanced-search .actions {
  margin-bottom: 10px;
  line-height: 32px;
}

.page-login .left-side {
  margin-right: 5px;
}
.page-login .right-side {
  margin-left: 5px;
}
.page-login .contentText {
  padding: 20px;
}

.divider {
	width: 0px;
	height: auto;
	display: inline-block;
}

.buttonSet,
.contentText {
  padding: 20px;
}
.buttonSet:after,
.contentText:after {
  display: block;
  content: '';
  clear: both;
}

.page-search-results .buttonSet {
  padding: 20px;
}

#header {
    height: 180px;
  padding: 0px 0 0px;
  background: url(images/bgTVC.jpg) no-repeat left top #fff; 
  background-position:-60px 0px;

}
.header-info {
  margin-bottom: 26px;
}
.wellcome-message {
  color: #00d1fe;
  font-weight: bold;
  margin: 5px 0 0;
}
.wellcome-message a {
  color: #6E6E6E;
}
.wellcome-message a:hover {
  color: #00d1fe;
}
.header-contacts {
  color: #6E6E6E;
  min-height: 48px;
  padding-left: 60px;
}
.header-contacts .phone {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.header-contacts .time {
  font-size: 13px;
  margin: 0;
}

#storeLogo {
  /*
  background-color: /*#363636;*/ 
  /*
  background-image: -webkit-linear-gradient(top, #363636, #090909); 
  background-image: -moz-linear-gradient(top, #363636, #090909); 
  background-image: -ms-linear-gradient(top, #363636, #090909); 
  background-image: -o-linear-gradient(top, #363636, #090909); 
  */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#363636, endColorstr=#090909); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#363636, endColorstr=#090909)";
  /*border-radius: 3px;*/
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#storeLogo a {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#storeLogo img {
  vertical-align: middle;
}

#nav {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  
}
#nav li {
  float: left;
  margin-right: 1px;
  width: 102px;
  text-align: center;
}
#nav a {
  background: url(images/fnd_boton.gif);
  /*background: #313131;*/
  border-radius: 3px 3px 0 0 ;
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 4px;
}
#nav li:hover > a,
#nav a:hover {
  background: url(images/fnd_boton.gif);
  color: #6E6E6E;
}
#header .box-currencies {
  background: #313131;
  border-radius: 3px 3px 0 0 ;
  color: #fff;
  float: right;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  width: 274px;
}
.box-currencies label {
  display: inline;
  vertical-align: middle;
  margin-right: 3px;
}
#header .box-currencies .select-wrap {
  border: none;
}
#header .box-currencies select {
  width: 140px;
}
.box-currencies input[type="submit"] {
  background-color: #0084cb; background-image: -webkit-linear-gradient(top, #0084cb, #0062aa); background-image: -moz-linear-gradient(top, #0084cb, #0062aa); background-image: -ms-linear-gradient(top, #0084cb, #0062aa); background-image: -o-linear-gradient(top, #0084cb, #0062aa); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0084cb, endColorstr=#0062aa); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0084cb, endColorstr=#0062aa)";
  border: none;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  text-shadow: none;
  vertical-align: middle;
}
.box-currencies input[type="submit"]:hover {
  background: #0084cb;
}

#divBanner{
    height: auto;
    width: 1263px;
    border-color: black;
}

#header .box-search {
  float: right;
  height: 45px;
  line-height: 54px;
  padding: 0 10px;
 /* 7 botones de 103px = 721*/
  width: 290px;
}
.box-search input[type="text"] {
  background: #fff;
  -webkit-box-shadow: inset 2px 2px 4px 0px #aaa; -moz-box-shadow: inset 2px 2px 4px 0px #aaa; box-shadow: inset 2px 2px 4px 0px #aaa;
  border: none;
  border-radius: 3px 0 0 3px;
  padding: 8px;
  vertical-align: top;
  width: 250px;
  height: 40px;
}
.box-search button {
  background-color: #00bbff; background-image: -webkit-linear-gradient(top, #00bbff, #0085cc); background-image: -moz-linear-gradient(top, #00bbff, #0085cc); background-image: -ms-linear-gradient(top, #00bbff, #0085cc); background-image: -o-linear-gradient(top, #00bbff, #0085cc); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00bbff, endColorstr=#0085cc); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00bbff, endColorstr=#0085cc)";
  border: none;
  border-bottom: 1px solid #0078b1;
  border-right: 1px solid #0078b1;
  border-radius: 0 3px 3px 0;
  height: 40px;
  width: 40px;
  vertical-align: top;
}
.box-search button:hover {
  background: #00bbff;
}
.box-search button span {
  background: url(images/search5.png) no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  height: 25px;
  text-indent: -9999px;
  width: 40px;
}
.box-search button:hover span {
  opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80);
}

#header .box-cart {
  background-color: #0084cb; background-image: -webkit-linear-gradient(top, #0084cb, #0061a9); background-image: -moz-linear-gradient(top, #0084cb, #0061a9); background-image: -ms-linear-gradient(top, #0084cb, #0061a9); background-image: -o-linear-gradient(top, #0084cb, #0061a9); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0084cb, endColorstr=#0061a9); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#0084cb, endColorstr=#0061a9)";
  border-top: 1px solid #009ad4;
  color: #fff;
  height: 54px;
  float: right;
  font-weight: bold;
  line-height: 54px;
  padding: 0 18px;
  width: 278px;
}
.box-cart strong {
  background: url(images/cart.png) no-repeat left center;
  display: inline-block;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 40px;
}
.box-cart a {
  color: #fff;
}
.box-cart a:hover {
  color: #00d1fe;
}

#headerShortcuts {
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 986px;
}

.tipo_cambio {
        float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	font-size: 15px;
	color: #1B2D6B;
	font-weight: bold;
}

#columnLeft,
#columnRight {}
.box-categories {
  margin-bottom: 10px;
  padding-top: 1px;
}
.box-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-categories li {
  margin-top: -1px;
  padding-right: 1px;
  position: relative;
  width: 100%;
}
.box-categories a {
  background-color: #fff; background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5)";
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 20px;
}
.box-categories i {
  margin-right: 2px;
}
.box-categories li.active > a,
.box-categories li:hover > a,
.box-categories a:hover {
  color: #323232;
}

.box-categories li ul {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  /* display: none; */
  left: 100%;
  opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);
  padding: 12px 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; 
  visibility: hidden;
  width: 250px;
}
.box-categories li:hover > ul {
  /* display: block; */
  opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100);
  visibility: visible;
}
.box-categories li li {}
.box-categories li li a {
  background: none;
  border: none;
  color: #606060;
  font-size: 12px;
  padding: 7px 20px;
}
.box-categories li li.active > a,
.box-categories li li:hover > a,
.box-categories li li a:hover {
  color: #0076be;
}

.box-social {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding: 12px 20px;
}
.footerTitle{
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.footer-container {
  background: #212121;
}
.footer-container .footer {
  padding: 25px 0;
  text-align: center;
}
.footer-container .copyright {
  font-weight: bold;
}
.cuadricula{
    width: 100%;
}

.listLinks{
    width: 49%;
    float: left;
}

.listLinks a:link {
    color: #c0c0c0;
}

/* visited link */
.listLinks a:visited {
    color: #c0c0c0;
}

/* mouse over link */
.listLinks a:hover {
    color: #CCC
}

/* selected link */
.listLinks a:active {
    color: #c0c0c0;
}
.listLinks ul{
    list-style: none;
}

.listLinks li:before{
    content: "• ";
    color: #c0c0c0;
}
.listLinks li{
    font-size: 13px;
}
.infoBoxContainer {
  margin-bottom: 10px;
}
.img_links{
    margin: 0px 10px 0px 10px;
    float: right;
    text-align: right;
}
.logoimg{
    width: 49%;
    float: left;
   text-align: right;
}
.footerTitle{
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.footer_buttom{
    display: block;
    text-align: center;
}
.infoBoxHeading {
  background: #313131;
  background: url(images/fnd_boton.gif);
  border: none;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
}

.infoBoxContents {
  background: none;
  border: 1px solid #c3c3c3;
  border-top: none;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 20px;
}

.contentContainer {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  margin-bottom: 10px;
}
.contentContainer .page-title {
  background-color: #fff; background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5); background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5); background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5); background-image: -o-linear-gradient(top, #ffffff, #f5f5f5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5); -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#f5f5f5)";
  border-bottom: 1px solid #c3c3c3;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  margin: 0;
  padding: 9px 20px;
}

.contentContainer h2 {}

.contentText {}
.contentText, .contentText table {}

.pager,
.toolbar {
  padding: 20px;
}
.toolbar {
  border-bottom: 1px solid #ddd;
}
.toolbar p {
  margin: 0 20px 0 0;
  float: left;
}
.toolbar label {
  display: block;
  margin-bottom: 3px;
}
.pager .switcher .pageResults,
.pager .switcher strong {
  border: 1px solid #ddd;
  color: #000;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 20px;
}
.pager .switcher strong,
.pager .switcher .pageResults:hover {
  background: #ddd;
  color: #fff;
}

.productListTable {
  background: none;
  border: none;
  font-size: 11px;
  line-height: 1.5;
  padding: 5px;
}


.productListTable tr.alt td {
  background-color: #ecf6fc;
}

.fieldKey {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  width: 150px;
}

.fieldValue {
  font-size: 11px;
  line-height: 1.5;
}

#piGal ul {
  list-style-type: none;
}

#piGal img {
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}

#piGal .outer {
  margin-left: -30px;
}

.buttonSet {
  clear: both;
}

.buttonAction {
  float: right;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListingHeader {
  table-layout: fixed;
  color: #FFFFFF;
  font-weight: bold;
}

.productListingHeader A:hover {
  color: #FFFFFF;
}

.productListingData {
  table-layout: fixed;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.smallText2, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; padding: 10px 20px; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* buttons */

.tdbLink a { }

.tdbLink button { }

/* account link list */

.accountLinkList {
  list-style-type: none;
  margin: 2px 2px 2px 10px;
  padding: 5px;
}

.accountLinkListEntry {
  float: left;
  margin-right: 5px;
}

.wellcomConteiner {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	font-size: 13px;
	color: #1B2D6B;
	font-weight: bold;
}

.divisa_flag {
	background-color: #FFFFFF;
}
.divisa_flag_selected {
	background-color: #6CB1FF;
}
.divisa_flag:hover {
	background-color: #DDDDDD;
}


div.inventario_prod {
    position: fixed;
	overflow: auto;

	background-color:#FFFFFF;
	border-width:2px;
	border-style:outset;
	border-color:#6f5555;
	display:none;
	z-index:1100;

	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.btn_inventario,
.btn_agregar_pedido
 {
	background:-o-linear-gradient(bottom, #0083ca 5%, #0062aa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0083ca), color-stop(1, #0062aa) );
	background:-moz-linear-gradient( center top, #0083ca 5%, #0062aa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0083ca", endColorstr="#0062aa");	
	 background: -o-linear-gradient(top,#0083ca,0062aa);

	background-color:#0083ca;
	
	color: #FFFFFF;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	cursor: pointer;

	border-width:1px;
	border-style:outset;
	border-color:#6f5555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_inventario_remate,
.btn_agregar_pedido_remate
 {
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #841400 5%, #a11200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #841400), color-stop(1, #a11200) );
	background:-moz-linear-gradient( center top, #841400 5%, #a11200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#841400", endColorstr="#a11200");	background: -o-linear-gradient(top,#841400,0062aa);

	background-color:#841400;
	
	color: #FFFFFF;
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	cursor: pointer;

	border-width:1px;
	border-style:outset;
	border-color:#6f5555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_pedido_actualizar,
.btn_pedido_eliminar
 {
	background:-o-linear-gradient(bottom, #0083ca 5%, #0062aa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0083ca), color-stop(1, #0062aa) );
	background:-moz-linear-gradient( center top, #0083ca 5%, #0062aa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0083ca", endColorstr="#0062aa");	background: -o-linear-gradient(top,#0083ca,0062aa);

	background-color:#0083ca;
	
	color: #FFFFFF;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	cursor: pointer;

	border-width:1px;
	border-style:outset;
	border-color:#6f5555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lbl_categoria_remate {
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #841400 5%, #a11200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #841400), color-stop(1, #a11200) );
	background:-moz-linear-gradient( center top, #841400 5%, #a11200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#841400", endColorstr="#a11200");	background: -o-linear-gradient(top,#841400,0062aa);

	background-color:#841400;
	
	color: #FFFFFF;
	font-size:12px;
	font-family:Arial;

	border-width:1px;
	border-style:outset;
	border-color:#6f5555;
}

#btn_inv_cerrar {
	position:fixed;
	left:0px;
	top:0px;
	z-index:1500;
	display:none;
}

.mask {
  position:fixed;
  left:0px;
  top:0px;
  z-index:1000;
  background-color:#000;
  display:none;
  width:100%;
  height:100%;
}

.products-list .product-name-cont {
	position: absolute;
	width: 90%;
	top: -3%;
	padding-left: 5%;
	z-index: 1100;
}
.products-list .imagen-modelo {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	left: 0%;
	margin-left: 0%;
	vertical-align: top;
	width: 40%;
	padding: 20px 0px;
}
.product-detail .imagen-modelo {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	left: 0%;
	margin-left: 0%;
	vertical-align: top;
	width: 40%;
	padding: 20px 0px;
}
.products-list .imagen-modelo-remate,
.product-detail .imagen-modelo-remate {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	left: 0%;
	margin-left: 0%;
	vertical-align: top;
	width: 35%;
	padding: 20px 0px;
}
.product-detail .imagen-modelo-centrado {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	width: 40%;
	margin: 0 auto;
}
.products-list .descripcion-producto {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	margin-left: 40%;
	vertical-align: top;
	width: 35%;
}
.product-detail .descripcion-producto {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	margin-left: 40%;
	vertical-align: top;
	width: 35%;
}
.products-list .descripcion-producto-remate,
.product-detail .descripcion-producto-remate {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	margin-left: 35%;
	vertical-align: top;
	width: 30%;
}
.products-list .precio-cliente,
.product-detail .precio-cliente {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	right: 0%;
	margin-left: 75%;
	vertical-align: top;
	width: 25%;
	padding: -25px 0px;
	
	text-align: right;
}
.products-list .precio-cliente-remate,
.product-detail .precio-cliente-remate {
  	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  
	right: 0%;
	margin-left: 65%;
	vertical-align: top;
	width: 35%;
	padding: -25px 0px;
	
	text-align: right;
}

.products-list .imagen-producto {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	z-index: 999;
}

.products-list .imagen-producto img{
	max-width:200px;
	max-height:200px;
	height: auto;
	width:auto;	
}

.products-list .modelo-producto {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.products-list .fabricante-producto {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.products-grid .nombre-producto {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	height: 90px;
}

.products-list .etapa-producto,
.product-detail .etapa-producto {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	text-align: left;
	height: 25px;
}

.products-list .precio-lista,
.product-detail .precio-lista {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	text-align: left;
	height: 25px;
}

.products-list .existencias-producto,
.product-detail .existencias-producto {
	/*display: inline-block;*/
	width: 100%;
	text-align: left;
	padding-top: 10px;
	height: auto;
}

.products-list .descuentos,
.product-detail .descuentos {
	width: 100%;
	text-align: left;
	height: 50px;
}

.products-list .descuento-cliente,
.product-detail .descuento-cliente {
	float: left;
	width: 100%;
}

.products-list .descuento-promo,
.product-detail .descuento-promo {
	float: left;
	width: 100%;
}
.boton-existencias,
.boton-agregar-carrito {
	padding-top: 6px;
}
.precio-cliente .input-qty,
.precio-cliente .boton-agregar-carrito,
.precio-cliente .price-tables {
	width: 95%;
}
.precio-cliente-remate .price-tables {
	width: 150px;
	height: 50px;
}
.vertical-space-8px {
	padding-top: 8px;
}
.vertical-space-15px {
	padding-top: 15px;
}
.boton-flip {
	position: absolute;
	width: 70px;
	bottom: 0px;
	margin-bottom: 8px;
	left: 315px;
	cursor: pointer;
}
.img-flip {
	margin: auto;
	display: block;
}

.prod_qty {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  text-align: right;
}
.prod_qty_remate {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
  text-align: right;
  font-size: 9px !important;
  line-height: 0.7;
}
.prod_qty:focus,
.prod_qty.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.lblNuevaForma {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #AB1010;
}

.liga {
	cursor: pointer;
}
.liga_remate {
	color : #992000;
	cursor: pointer;
}

/* tvc_table */
.tvc_table {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #d0d5ef;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.tvc_table table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tvc_table tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tvc_table table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tvc_table table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tvc_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tvc_table tr:hover td{
	background-color:#d7d9ff;
}
.tvc_table td{
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #e4e6ff 5%, #d7d9ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4e6ff), color-stop(1, #d7d9ff) ); 
	background:-moz-linear-gradient( center top, #e4e6ff 5%, #d7d9ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e6ff", endColorstr="#d7d9ff");	background: -o-linear-gradient(top,#e4e6ff,d7d9ff);

	background-color:#e4e6ff;

	border:1px solid #d0d5ef;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-size:9px;
	font-family:Arial;
	font-weight:normal;
	color:#004e88;
}.tvc_table th{
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #005684 5%, #0062aa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005684), color-stop(1, #0062aa) );
	background:-moz-linear-gradient( center top, #005684 5%, #0062aa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005684", endColorstr="#0062aa");	background: -o-linear-gradient(top,#005684,0062aa);

	background-color:#005684;
	border:0px solid #d0d5ef;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #004e88;
}.tvc_table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tvc_table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tvc_table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tvc_table tr:first-child td{
	background:-o-linear-gradient(bottom, #0083ca 5%, #0062aa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0083ca), color-stop(1, #0062aa) );
	background:-moz-linear-gradient( center top, #0083ca 5%, #0062aa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0083ca", endColorstr="#0062aa");	background: -o-linear-gradient(top,#0083ca,0062aa);

	background-color:#0083ca;
	border:0px solid #d0d5ef;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:9px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #004e88;
}
.tvc_table tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0083ca 5%, #0062aa 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0083ca), color-stop(1, #0062aa) );
	background:-moz-linear-gradient( center top, #0083ca 5%, #0062aa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0083ca", endColorstr="#0062aa");	background: -o-linear-gradient(top,#0083ca,0062aa);

	background-color:#0083ca;
}
.tvc_table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tvc_table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/* tvc_table */


/* tvc_table_remate */
.tvc_table_remate {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #d0d5ef;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.tvc_table_remate table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tvc_table_remate tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tvc_table_remate table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tvc_table_remate table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tvc_table_remate tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tvc_table_remate tr:hover td{
	background-color:#d7d9ff;
}
.tvc_table_remate td{
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #e4e6ff 5%, #d7d9ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4e6ff), color-stop(1, #d7d9ff) ); 
	background:-moz-linear-gradient( center top, #e4e6ff 5%, #d7d9ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e6ff", endColorstr="#d7d9ff");	background: -o-linear-gradient(top,#e4e6ff,d7d9ff);

	background-color:#e4e6ff;

	border:1px solid #d0d5ef;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-size:9px;
	font-family:Arial;
	font-weight:normal;
	color:#992000;
}.tvc_table_remate th{
	vertical-align:middle;
	background:-o-linear-gradient(bottom, #841400 5%, #a11200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #841400), color-stop(1, #a11200) );
	background:-moz-linear-gradient( center top, #841400 5%, #a11200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#841400", endColorstr="#a11200");	background: -o-linear-gradient(top,#841400,0062aa);

	background-color:#841400;
	border:0px solid #d0d5ef;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #004e88;
}.tvc_table_remate tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tvc_table_remate tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tvc_table_remate tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tvc_table_remate tr:first-child td, .tvc_table_remate tr td:first-child{
	background:-o-linear-gradient(bottom, #ca2900 5%, #a11200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ca2900), color-stop(1, #a11200) );
	background:-moz-linear-gradient( center top, #ca2900 5%, #a11200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ca2900", endColorstr="#a11200");	background: -o-linear-gradient(top,#ca2900,0062aa);

	background-color:#ca2900;
	border:0px solid #d0d5ef;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:9px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #004e88;
}
.tvc_table_remate tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ca2900 5%, #a11200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ca2900), color-stop(1, #a11200) );
	background:-moz-linear-gradient( center top, #ca2900 5%, #a11200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ca2900", endColorstr="#a11200");	background: -o-linear-gradient(top,#ca2900,0062aa);

	background-color:#ca2900;
}
.tvc_table_remate tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tvc_table_remate tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/* tvc_table_remate */


.tvc_precio_tachado {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.tvc_precio_tachado table{
    border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.tvc_precio_tachado tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.tvc_precio_tachado table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tvc_precio_tachado table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.tvc_precio_tachado tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.tvc_precio_tachado tr:hover td{
	
}
.tvc_precio_tachado tr:nth-child(odd){ background-color:#aad4ff; }
.tvc_precio_tachado tr:nth-child(even)    { background-color:#ffffff; }.tvc_precio_tachado td{
	vertical-align:middle;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:9px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.tvc_precio_tachado tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tvc_precio_tachado tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tvc_precio_tachado tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.tvc_precio_tachado tr:first-child td{
	background:-o-linear-gradient(bottom, #7c9bba 5%, #395b7c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c9bba), color-stop(1, #395b7c) );
	background:-moz-linear-gradient( center top, #7c9bba 5%, #395b7c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c9bba", endColorstr="#395b7c");	background: -o-linear-gradient(top,#7c9bba,395b7c);

	background-color:#7c9bba;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
}
.tvc_precio_tachado tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7c9bba 5%, #395b7c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c9bba), color-stop(1, #395b7c) );
	background:-moz-linear-gradient( center top, #7c9bba 5%, #395b7c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7c9bba", endColorstr="#395b7c");	background: -o-linear-gradient(top,#7c9bba,395b7c);

	background-color:#7c9bba;
}
.tvc_precio_tachado tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.tvc_precio_tachado tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.boton_demo {
	width: 100px;
}
.boton_demo:hover {
	content: url('images/botones/botones_demos_over.png');
}

#divisa_mxp, #divisa_usd {
	cursor: pointer;
}


.rTable			{ display: table; }
.rTableRow		{ display: table-row; }
.rTableHeading	{
	display: table-header-group;
}
.rTableBody		{ display: table-row-group; }
.rTableFoot		{ display: table-footer-group; }
.rTableCell, .rTableHead  {
	display: table-cell;
}
.rTableCell_VertAlign {
	vertical-align:middle;
}
.tablaRemate .rTableRow .rTableHead, .tablaRemate_Head  {
	background:-o-linear-gradient(bottom, #ca2900 5%, #a11200 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ca2900), color-stop(1, #a11200) );
	background:-moz-linear-gradient( center top, #ca2900 5%, #a11200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ca2900", endColorstr="#a11200");	background: -o-linear-gradient(top,#ca2900,0062aa);

	vertical-align:middle;
	background-color:#ca2900;
	border:0px solid #d0d5ef;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:9px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 1px 1px 1px #004e88;
}
.tablaRemate .rTableRow .rTableCell, .tablaRemate_Cell  {
	background:-o-linear-gradient(bottom, #e4e6ff 5%, #d7d9ff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4e6ff), color-stop(1, #d7d9ff) ); 
	background:-moz-linear-gradient( center top, #e4e6ff 5%, #d7d9ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e6ff", endColorstr="#d7d9ff");	background: -o-linear-gradient(top,#e4e6ff,d7d9ff);

	vertical-align:middle;
	background-color:#e4e6ff;
	border:1px solid #d0d5ef;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:1px;
	font-size:9px;
	font-family:Arial;
	font-weight:normal;
	color:#992000;
}
.ui-dialog-title{
    font-size: 9px;
    color: #FFFFFF !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#navbtn{
    /*background-color: #00bbff;*/
    background: url(images/fnd_boton.gif);
    color: white;
    border: 1px solid #c0c0c0;
    position: fixed;
    z-index: 1;
    right: -30px;
    top: 130px;
    transform: rotate(-90deg);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 400px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.item-td img{
	max-height: 80px;
	max-width: 80px;
}

.ui-widget-content{
	background: #d7d9ff;
}
.ui-dialog-buttonset{
    background-color: rgb(215, 217, 255);
}

.ui-dialog-buttonset button {
	border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.button_class {
	border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
/*DEL EDIT DE TEXTOS PARA OVERVIEWA*/
  ol li.ql-indent-1 {
    counter-increment: list-1;
  }
  ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }
  ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  ol li.ql-indent-2 {
    counter-increment: list-2;
  }
  ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }
  ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
  ol li.ql-indent-3 {
    counter-increment: list-3;
  }
  ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }
  ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
  ol li.ql-indent-4 {
    counter-increment: list-4;
  }
  ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }
  ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
  ol li.ql-indent-5 {
    counter-increment: list-5;
  }
  ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }
  ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
  ol li.ql-indent-6 {
    counter-increment: list-6;
  }
  ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }
  ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
  ol li.ql-indent-7 {
    counter-increment: list-7;
  }
  ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }
  ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }
  ol li.ql-indent-8 {
    counter-increment: list-8;
  }
  ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }
  ol li.ql-indent-8 {
    counter-reset: list-9;
  }
  ol li.ql-indent-9 {
    counter-increment: list-9;
  }
  ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }
  .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }
  li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }
  .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }
  li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }
  .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }
  li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }
  .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }
  li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }
  .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }
  li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }
  .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }
  li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }
  .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }
  li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }
  .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }
  li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }
  .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }
  li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }
  .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }
  li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }
  .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }
  li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }
  .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }
  li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }
  .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }
  li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }
  .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }
  li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;

  }
  .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }
  li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }
  .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }
  li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }
  .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }
  li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }
  .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }
  li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }
  .ql-bg-black {
    background-color: #000;
  }
  .ql-bg-red {
    background-color: #e60000;
  }
  .ql-bg-orange {
    background-color: #f90;
  }
  .ql-bg-yellow {
    background-color: #ff0;
  }
  .ql-bg-green {
    background-color: #008a00;
  }
  .ql-bg-blue {
    background-color: #06c;
  }
  .ql-bg-purple {
    background-color: #93f;
  }
  .ql-color-white {
    color: #fff;
  }
  .ql-color-red {
    color: #e60000;
  }
  .ql-color-orange {
    color: #f90;
  }
  .ql-color-yellow {
    color: #ff0;
  }
  .ql-color-green {
    color: #008a00;
  }
  .ql-color-blue {
    color: #06c;
  }
  .ql-color-purple {
    color: #93f;
  }
  .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
  .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
  .ql-size-small {
    font-size: 0.75em;
  }
  .ql-size-large {
    font-size: 1.5em;
  }
  .ql-size-huge {
    font-size: 2.5em;
  }
  .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  .ql-align-center {
    text-align: center;
  }
  .ql-align-justify {
    text-align: justify;
  }
  .ql-align-right {
    text-align: right;
  }
  .ql-editor.ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
  }