.nodesktop{display:none;}
.wrapper {
	/*width: 90%;
	padding: 0 20px 60px 20px; 
	margin:auto;*/
	max-width: 90vw;
    width: 90%;
    padding: 0;
    margin: 0;
	clear: both;
	}
.jcarousel-wrapper {
	position: relative;
	margin: 20px auto;
	/*border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;*/
}

/** Carousel **/
.jcarousel {position: relative;overflow: hidden;width: 100%;}
.jcarousel ul {width: 20000em;position: relative;list-style: none;margin: 0;padding: 0;}
.jcarousel li {
	width: 120px;
	float: left;
	padding: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 160px; /*PARA CORREGIR DIFRENECIAS DE ALTURA */
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	}
.jcarousel li:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 800px) {
    .jcarousel li {
		max-height: 160px; /*PARA CORREGIR DIFRENECIAS DE ALTURA */
	}
}
@media only screen and (max-width: 430px) {
    .jcarousel li {
		max-height: 200px; /*PARA CORREGIR DIFRENECIAS DE ALTURA */
	}
}
.jcarousel img {display: block;max-width: 100%;height: auto !important;}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
position: absolute;
/*top: 50%;*/
margin-top: -15px;width: 30px;height: 30px;text-align: center;background: #ffffff;
color: #555555;text-decoration: none;text-shadow: 0 0 1px #000;font: 24px/27px Arial, sans-serif;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;-webkit-box-shadow: 0 0 4px #555555;-moz-box-shadow: 0 0 4px #555555;box-shadow: 0 0 4px #555555;}
.jcarousel-control-prev {left: 15px;}
.jcarousel-control-next {right: 15px;}
/** Carousel Pagination **/
.jcarousel-pagination {position: absolute;bottom: -40px;left: 50%;-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0);margin: 0;}
.jcarousel-pagination a {text-decoration: none;display: inline-block;font-size: 11px;height: 10px;width: 10px;line-height: 10px;background: #fff;color: #4E443C;border-radius: 10px;text-indent: -9999px;margin-right: 7px;-webkit-box-shadow: 0 0 2px #4E443C;-moz-box-shadow: 0 0 2px #4E443C;box-shadow: 0 0 2px #4E443C;}
.jcarousel-pagination a.active {background: #4E443C;color: #fff;opacity: 1;-webkit-box-shadow: 0 0 2px #F0EFE7;-moz-box-shadow: 0 0 2px #F0EFE7;box-shadow: 0 0 2px #F0EFE7;}

.videos img {
  width:100%;
  height:auto;
  padding: 9% 0;
background-color: #000000;
}
@media only screen and (max-width: 430px) {
	.videos img {
		padding: 0% 0;
	}
}
.videos a {
  float: left;
  position: relative;
}
.videos span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/tm/img/play-btn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 300%;
}


.sello-desktop a {font-family: Helvetica, sans-serif;display: inline-block;text-decoration: none;background-color: #ff7600;color: #ffffff;font-size: 22px;text-align: center;padding-top: 20px;padding-bottom: 40px;max-width: 340px;border-radius: 0px 5px 0 0;}
.imagen-cabecera {max-height: 280px;overflow: hidden;display: inline-block;margin-bottom: -80px;width: 100%;pointer-events: none;}
@media only screen and (max-width: 765px) {
	.imagen-cabecera {
		margin-bottom: -40px;
	}
}

.imagen-cabecera img {width: 100%;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;}
.sello-mobile {box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);clear: both;transform: scalex(1.05);-ms-transform: scalex(1.05);-webkit-transform: scalex(1.05);background-color: #ffffff;margin-left: 0px;margin-top: 20px;width: 100%; display:none;}
.sello-mobile img {width: 28px;float: left;margin: 0 20px 20px 20px;}
.sello-mobile .texto {padding: 10px;}
.sello-mobile span {font-weight: 600;color: #757575;}
.sello-mobile p {color: #ff7600;font-size: 22px;}
@media only screen and (max-width: 765px) {
    .sello-mobile.nodesktop {display: inline-block;}
}

@media only screen and (max-width: 340px) {
    .sello-mobile img {display: none;}   
    /*.wrapper {display: none;}*/
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  /*left: 0;*/
  /*width: 100%;*/
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  /*width: auto;
  left: 5% !important;
	right: 5%;*/
	width: 70%;
	left: 15% !important;
	right: 15%;
}
@media only screen and (max-width: 400px) {
    .lightbox {
		width: 90%;
		left: 5% !important;
		right: 5%;
	}
}

.lightbox .lb-image {
  display: block;
  height: auto!important;
  max-width: 100%;
 /* max-height: none;*/
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.lightbox a img {
  border: none;
}



.lb-outerContainer {
max-width: 100%;
 /*height: auto !important;*/
 /*width: auto !important;*/
 width: 100%;
  position: relative;
  
  *zoom: 1;
 
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  /*background-color: white;*/
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("//qastatic3.tumaster.com/tm/img/arrow_left.png") 5% 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("//qastatic3.tumaster.com/tm/img/arrow_right.png") 95% 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 33px;
  height: 33px;
  background: url("//qastatic3.tumaster.com/tm/img/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
