.ei-slider{
	position: relative;
	width: 100%;
	max-width: 870px;
	height: 350px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	margin-left: 0px;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: #fff;
	padding: 15px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	min-width: 65%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	margin-right: 0px;
	font-family: Montserrat,Arial,Tahoma !important;
}
.ei-title a {
	color: #834003 !important;
}
.ei-title a:hover {
	color: #FD8F01 !important;
	text-decoration:none;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	font-weight: bold;
	font-style:normal;
}
.ei-title h3{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	font-style:normal;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 50;
	text-indent: -9000px;
	background: #FD8F01;
	background-color: #FD8F01;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #939393;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #D43603;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs img {
	height:1px !important;	
	display:none;
}

.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
*/
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
/*####################################################################################################################
/* CARRUSEL */
#main_content:after {
  content: "";
  display: table;
  clear: both;
}

.view-port {
  overflow: hidden;
  position: relative;
}

.view-port {
  width: 870px;
}

.track.vertical, .track.vertical2 {
  padding: 10px 10px 8px 10px;
}

.track.vertical, .track.vertical .view-port {
  width: 188px;
}

.track.vertical .view-port, .track.vertical .view-port .slider-container {
  height: 690px;
}

.track.vertical2 {
  float: left;
  margin-right: 40px;
}

.track.vertical2:last-child {
  margin-right: 0;
}

.track.vertical2, .track.vertical2 .view-port {
  width: 231px;
  height: 552px;
}

.track.vertical2 .view-port .slider-container {
  height: 552px;
}

.track-480 {
  width: 466px;
}

.track-480 .view-port  {
  width: 466px;
}

.slider-container {
  position: relative;
  height: 165px;
  margin: 0;
  padding: 0;
}

.item, .my-item {
    position: absolute;
    width: 270px;
    height: 138px;
    margin-right: 20px;
}

.item .img {
	
}
.titulo_carrusel {
	font-size: 11px;
    line-height: 15px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    font-weight: bold;
    height: 27px;
    overflow: hidden;
}

.small-item {
  position: absolute;

  width: 188px;
  height: 138px;
  margin-right: 8px
}

.my-item.cover {
  width: 952px;
}

.my-item.cover .message {
  box-sizing: border-box;
  float: left;
  width: 230px;
  height: 134px;
  padding: 5px 16px 5px 10px;
}

.my-item.cover .message span {
  text-align: justify;
  display: inline-block;
}

.small-item.vertical-cover {
  height: 690px;
}

.small-item.vertical-cover .message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}

.small-item.vertical-cover .message h2 {
  font-size: 26px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.track {
  position: relative;
  background-color: white;
  padding: 10px 2px;
  border-radius: 3px;
  /*margin-bottom: 20px;*/
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
 /* background: url("https://www.tebeosfera.com/comunes/plugins/carrusel_silvertrack/example/img/arrows.png"); */
  background: url("https://www.tebeosfera.com/neko/img/flechas_carrusel_trans.png");
  background-repeat: no-repeat;
}

.track.axis-y a.prev,
.track.axis-y a.next {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);

  left: 50%;
  margin-left: -32px;
}

.track.axis-y a.next {
  top: initial;
  bottom: 0;
}

.track.axis-y a.prev {
  top: 0;
  margin-top: 0;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
    left: 3px;
    width: 37px;
    height: 47px;
    background-position: -23px -8px;
}

.track a.prev:hover {
  background-position: -23px -74px;
}

.track a.prev:active {
  background-position: -23px -74px;
}

.track a.next {
    width: 37px;
    right: 2px;
    top: 91px;
    height: 47px;
    background-position: -65px -8px;
}

.track a.next:hover {
  background-position: -65px -140px;
}

.track a.next:active {
  background-position: -65px -140px;
}
.bullet-pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.bullet {
  display: inline-block;
  background: #999;
  padding: 4px;
  border-radius: 6px;
  margin-right: 5px;
  opacity: 0.4;

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
}




