html,body,#canvas{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-image:url(../images/dashed-cross-dark.png);
}
a:hover{
	text-decoration: none;
}

/*/////////////// CAROUSEL //////////////*/
/*.frame { width: 100%; height: 100%; padding: 0; }
.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
.frame .slidee li { float: left; margin: 0px; padding: 0; width: auto; height: 100%; }
.frame .slidee li img{width:auto;height:100%;}*/
.frame { width: 100%; height: 100%; padding: 0;}
.frame .slidee { margin: 0; padding: 0; height: 100%; list-style: none;height:100%; }
.frame .slidee li { float: left; margin: 0px; padding: 0; width: auto; height: 100%; position:relative; }
.frame .slidee div img{position:relative;width:auto;height:auto;}
.frame .slidee .ci{background-image:url(../images/preloader.gif);background-repeat: no-repeat;background-position:center center;height: 100%;}
/* /CAROUSEL */
.frame .slidee li{
	 -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.frame .slidee li.active{
	 -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

li.fijo{
	width:350px;
	text-align:center;
	background-color:#fff;
	overflow:auto;
	-webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}
.sinblur{
		-webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}
.fijo.rich{
	width:538px !important;
}
.header-share {
    color: #fff;
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: 600;
}
.header-share img{
	width:45px !important;
}
form#buscar {
    position: absolute;
    top: 115px;
    left: 25px;
    font-size: 18px;
}
a.bloque{
	position: absolute;
    display: block;
    background-color: #fff;
    opacity:0;
    width: 220px;
    height: 200px;
}
a.bloque:hover{
	opacity:.5;
}
a#bloque1{top: 175px;left: 40px;}
a#bloque2{top: 175px;left: 287px;}
a#bloque3{top: 398px;left: 40px;}
a#bloque4{top: 398px;left: 287px;}
.richfoot {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
#ventana {
	display:none;
    position: absolute;
    width: 400px;
    top: 80px;
    left: 65px;
    background-color: rgba(255,255,255,.95);
    border: solid thin #ccc;
    border-radius: 10px;
    padding: 10px;
}
#ventana .cerrar-vt{
	position:absolute;
	display:block;
	right:-10px;
	top:-10px;
	color:#fff;
	background-color:#000;
	border-radius:50px;
	padding:5px 10px;
}


.last{
	background-color:#de4f41;
}
.last .ci{
	width:290px !important;
	/*text-align:;*/
}
.last .ci{background:none !important;}
.fijo img{
	/*width:100%;*/
}
.oculto{
	opacity:0;
}
/*/////////////// CAROUSEL NAVIGATION //////////////*/
.scrollbar { width: 100%; height: 15px; position:absolute;bottom:20px;background-color:rgba(255,255,255,.5);}
.scrollbar .handle {
    width: 100px; /* overriden if dynamicHandle: 1 */
    height: 100%;
    border-radius:40px;
    padding-left:5px;
    padding-right:5px;
    background-color:rgba(0,0,0,.6);
}
.scrollbar .handle .rarrow{
	color:#fff;
	float:right;
	font-family: 'Open sans';
    font-weight: 300;
    display: block;
    margin-top: -2px;
}
.scrollbar .handle .larrow{
	color:#fff;
	float:left;
	font-family: 'Open sans';
    font-weight: 300;
    display: block;
    margin-top: -2px;
}
a.left-btn,a.right-btn{
	position:absolute;
	z-index:999;
}
.left-btn{left:0;top:50%;margin-top:-40px;}
.right-btn{right:0;top:50%;margin-top:-40px;}
/* ///////// */

a.zoomin{
	position:absolute;
	top:10px;
	right:10px;
	border-radius:80px;
	padding:6px 12px;
	background-color:rgba(255,255,255,.8);
	color:#4e4e4e;
	text-decoration: none;
	font-size:24px;
	font-family:'Open sans';
	font-weight:bold;
	z-index: 999;
}
#products-viewport{
	position:absolute;
	bottom:0px;
	height:20px;
	overflow:hidden;
	background-color:#fff;
	width:100%;
	z-index:9999999999999;
	box-shadow: 0px 0px 5px #888888;
}
.vb{
	width:200px;
	height:200px;
	position:absolute;
	top:40px;
	background-image:url(../pages/2.jpg);
	z-index:999999999;
	background-color:#444;
}
.open-products{
	width:100%;
	text-align:center;
	display:block;
	color:#666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
    font-family: 'Open sans';
    font-weight: bold;
}
a.open-products:hover{
	text-decoration: none;
	color:#666;
}

.menu{
	position: absolute;
    top: 0px;
    left: 200px;
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    padding: 2px 6px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 2px 2px 2px #4e4e4e;
    color: #4e4e4e;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Open sans';
    font-weight: bold;
    z-index: 1002;
    width:28px;
    height:110px;
}
.menu i{
	color:#4e4e4e;
}
.menu .fa{
	display:block !important;
}
.menu span{
	display:block;
	font-size: 14px;
	color:#4e4e4e;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-top:5px;
    margin-left:2px;
}

.carousel-products { width: 100%; height: 120px; padding: 0;background-color:#fff;}
.carousel-products .slidee { margin: 0; padding: 0; list-style: none;width:100%;height:100px; }
.carousel-products .slidee li {cursor:pointer; float: left; margin: 0px;margin-right:10px; padding: 0; width: 100px; height: 100px;background-image:url(../images/preloader.gif);background-repeat: no-repeat;background-size:16px 16px;background-position:center center;margin-top:15px;}
.carousel-products .slidee li img{width:100px;height:100%;}
.c-left-btn{position:absolute;top:50%;margin-top:-30px;left:0px;z-index:999999;display:none;}
.c-right-btn{position:absolute;top:50%;margin-top:-30px;right:0px;z-index:999999;display:none;}

.sharing{
	cursor:pointer;
}
.share-screen{
	display:none;
}

.list-menu{
	box-shadow: 0px 0px 5px #888888;
	list-style-type: none;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	z-index:1001;
	width:200px;
	height:100%;
	background-color:#fff;
}
.logo{
	margin-top:10px;
	text-align:center;
}
.list-menu>li.cat{
	width:170px;
	margin-left:10px;
	margin-right:10px;
	padding:3px 5px;
	border-bottom:dashed thin #ccc;		
	
}
.list-menu>li a.categorias{
	color:#666;
	font-size:14px;
}

.list-menu>li.imperdible{
	background-color:#f10007;
	margin-top:5px;
}
.list-menu>li.imperdible a{
	color:#fff;
	font-family: 'Open sans';
	text-transform: uppercase;
	padding-left:20px;
}

.list-menu>li.vigencia{
	color:#4e4e4e;
	border:0px;
	position:absolute;
	bottom:20px;
	font-family: 'Open sans';
	width:200px;
	text-align:center;
	z-index:1001;
}

.preloader{
	display:none;
}
.region{
	position:absolute;
	/*background-color:#ccc;*/
	background-color:rgba(255,255,255,.0);
	z-index:30;
}
.region:hover{
	background-color:rgba(255,255,255,.3);
};

li.botones {
    margin-top: 10px;
}
li.op{
	margin-left: 45px;
    display: inline-block;
	font-size: 24px;
}
li.op i{
	color:#4e4e4e;
}
li.redes {
    /* display: inline-block; */
    float: left;
    font-size: 16px;
    color: #999;
    margin-right: 20px;
    margin-top: 10px;
}
li.redes a{
	font-size: 16px;
    color: #999;
    text-decoration: none;
}
li.redes a:visited{
	font-size: 16px;
    color: #999;
    text-decoration: none;
}
li.redes.runo {
    margin-left: 35px;
}
/*//////////// MODAL PRODUCTOS ////////////////*/
.modal-dialog{
	margin-top:100px;
}
.modal-content {
    border-radius: 0px;
    
}
.modal-header{
	background-color:#4e4e4e;
	padding:0px !important;
}
#shareModal .modal-header {
    background-color: #fff;
    border: none;
}

#shareModal .close {
	color:#4e4e4e;
}

#shareModal ul.rrssb-buttons.clearfix.rrssb-2 {
    width: 270px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#shareModal ul.rrssb-buttons li.rrssb-pinterest{
	background-color:#b81621;
	padding: 4px;
}
#shareModal li.rrssb-pinterest {
    height: 26px !important;
    margin-top: -3px;
}

#detalle{
	text-align:center;
	margin-bottom:20px;
}
.nav-tabs {
  border:none;
  margin-top:0px;
}
.nav-tabs>li.active>a{
	border:none;
}
.nav-tabs>li>a{
	border:none;
	border-radius:0px;
}
.nav-tabs a{
	color:#fff;
	font-weight:300;
}
.close {
	margin-top:5px !important;
	margin-right:5px !important;
    color: #fff;
    text-shadow: none;
    border:none;
}
button.close{
	opacity:1;
	border:none;
}
.nav-tabs>li>a:hover {
    color: #4e4e4e;
    margin-left: 0px;
}
img.prodimage {
    width: 210px;
    height: 210px;
}
.gifload {
    display:inline-block;
    width: 210px;
    height: 210px;
    margin: 15px 25px;
    vertical-align: top;
    background-image:url(../images/preloader.gif);
    background-repeat:no-repeat;
    background-position:center center;
}
a.prod-sig{
	position:absolute;
	display:block;
	right:0;
	top:50%;
	padding-left:22px;
	padding-top:70px;
	margin-top:-35px;
	background-image:url(../images/right.png);
	background-size:22px 70px;
}
a.prod-ant{
	position:absolute;
	display:block;
	left:0;
	top:50%;
	padding-left:22px;
	padding-top:70px;
	margin-top:-35px;
	background-image:url(../images/left.png);
	background-size:22px 70px;
}
h2.prodtitle {
    font-weight: 300;
    margin-bottom:10px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    color:#333333;
}
.prodprice{
	margin: 0px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:300;
	color:#000000;
	margin-bottom:10px;
}
.prodprice span{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	color:#000000;
}
.prodsku{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	color:#666666;
}

.products-up {
    font-size: 18px;
    color: #4e4e4e;
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 999999999;
    background-color: #fff;
    padding: 0px 8px;
    line-height: 24px;
    box-shadow: 2px 2px 15px #4e4e4e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contenido{
	text-align:left;
	display:inline-block;
	width:300px;
}
.modal-lg{
	width:700px;
}
.modal-backdrop {
  background-color: #fff !important;
}
.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70);
}
.finito div{
	width:10px;
}
.carousel-products li.active {
    border-bottom: solid 3px #f00;
}
#medios-pago ul{
	list-style-type: none;
	overflow:auto;
	max-height:350px;
}
#medios-pago ul li{
	display:inline-block;
	margin-right:30px;
	margin-bottom:30px;
}
/* INSERTS */
.videospot{
	border:none;
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
}
a.videospot:focus{
	outline:none;
}
#videoModal .modal-title{
	color:#fff;
	line-height: 40px;
    margin-left: 20px;
    float: left;
}
.close-btn-modal {
    background-color: #4e4e4e;
    border-radius: 160px;
    padding: 6px 23px 6px 10px;
    text-align: center;
    width: 0px;
    position: absolute;
    top: -17px;
    right: -20px;
    z-index: 2000;
}
.close-btn-modal button.close {
    float: none;
    text-align: center;
    margin: 0px !important;
}
#pinterest-widget span a:only-of-type {
     display:none !important;
}
.PIN_1446773159004_embed_grid_hd{
	display:none;
}
.fb-like.fb_iframe_widget {
    overflow: hidden !important;
}