/* Reset HTML5 Search Input in Webkit */

input[type=search]{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration{
	-webkit-appearance:none;
}

html{
	position: relative;
	min-height: 100%;
}
body.page-servicios {
	padding-bottom: 200px;
}
a:focus,
.btn:hover,
.btn:focus{
	color: #fff!important;
}
textarea{
	resize: none;
}
body {
	font-size: 62.5%;
	background: url(/static/images/textura1.jpg);
}
.page-home .navbar{
  margin-bottom: 0px;
}
h1 {
  font-weight: 100!important;
}

header {
  background: #0D4376;
/*    background: url(/static/images/fondo.jpg) no-repeat center center;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;*/
    }
    .col-lg-12.col-md-12 .breadcrumb{
     float: left;
   }
   .enes-version{
   	float: right;
   	position: relative;
   	top: 22px;
   	z-index: 999;
   }
   .enes-version:hover{
   	color: #fff;
   }
   .clearfix{
     clear: both;
   }
   #control_change_fontSize{
     list-style-type: none;
     /*display: inline-block;
     *display:block;
     zoom: 1;*/
     float: left;
   }
   .resetFont,
   .increaseFont{
     margin-left: 5px;
   }
   .decreaseFont,
   .resetFont,
   .increaseFont{
     cursor: pointer;
   }
   .decreaseFont:hover,
   .resetFont:hover,
   .increaseFont:hover{
     color: #fff;
   }
   #control_change_fontSize li{
     float: left;
   }
   #switch{
     display: block;
     width: 350px;
     margin: 0 auto;
   }
   #switch ul{
     height: 40px;
     list-style-type: none;
     margin: 10px 0;
   }
   #switch ul li{
     background: #D62638;
     float: left;
     text-align: center;
     width: 120px;
     height: 40px;
   }
   #switch ul li a{
     padding: 10px;
     display: block;
   }
   #switch ul li a.active{
     background: #881925;
     width: 120px;
     display: block;
   }
   #switch ul li:first-child{
     border-right: 1px solid #881925;
   }
   .redes-box{
     margin-top: 0px;
   }
   #redes-sociales{
     list-style-type: none;
     padding-left: 3px;
/*     margin: 0 auto;
		width: 167px;
		margin-bottom: 35px;*/
		float: left;
   }
   #redes-sociales li{
     float: left;
     margin-left: 12px;
   }
   #redes-sociales li:first-child{
     margin-left: 0;
   }
   .fb-login-button{
   	float: right;
   }
   #fb{
     text-indent: -9999px;
     display: block;
     width: 16px;
     height: 24px;
   }
   #tw,
   #google,
   #instagram,
   #youtube{
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 24px;
  }
  #fb{
    background: url(/static/images/icons/v-sprite-rs.png) -19px -14px no-repeat;
  }
  #tw{
    background: url(/static/images/icons/v-sprite-rs.png) -15px -60px no-repeat;
  }
  #google{
    background: url(/static/images/icons/v-sprite-rs.png) -11px -115px no-repeat;
  }
  #instagram{
    background: url(/static/images/icons/v-sprite-rs.png) -12px -212px no-repeat;
  }
  #youtube{
    background: url(/static/images/icons/v-sprite-rs.png) -10px -161px no-repeat;
  }
/*#fb:hover{
	background:#ef4136 url(/static/images/icons/v-sprite-rs.png) -4px -4px no-repeat;
}
#tw:hover{
	background:#ef4136 url(/static/images/icons/v-sprite-rs.png) -4px -51px no-repeat;
}
#google:hover{
		background:#ef4136 url(/static/images/icons/v-sprite-rs.png) -4px -106px no-repeat;
}
#instagram:hover{
		background:#ef4136 url(/static/images/icons/v-sprite-rs.png) -4px -202px no-repeat;
}
#youtube:hover{
		background:#ef4136 url(/static/images/icons/v-sprite-rs.png) -4px -151px no-repeat;
    }*/
    .form-control.search {
      background: #881925;
      border: 1px solid #881925;
      -webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.7);
      box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.7);
      color: #eee;
    }

    #search {
      position: absolute;
      right: 30px;
      top: 0px;
      float: right;
      padding-right: 0px;
      z-index: 101;
    }
    #search input {
      background: #fff;
      border: 1px solid #fff;
      -webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.7);
      box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.7);
      color: #000;
    }
    .btn.src {
      background: #bbb;
      color: #fff;
      height: 34px;
    }
    .btn.src:hover {
      background: #777;
      color: #eee;
    }
    .logo {
      height: 68px;
      margin-top: 20px;
    }
    .row.cover{
     background: url(/static/images/foto_home_lunario.jpg) no-repeat center center;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     padding-top: 20px;
   }
   /*#tl-wrapper{
     width: 1080px;
     float: left;
     height: 540px;
   }
   #tl-wrapper .panel.panel-au .row{
     padding-left: 50px;
   }*/
   .panel.panel-au h2{
   	 margin-left: 35px;
   	 width: 245px;
   	 font-size: 18px;
   	 font-weight: bold;
   }

   #tl-wrapper .panel.panel-au .row .col-sm-12{
     padding: 0;
   }
   .row.red {
    background: #40395a;
    color: #fff;
    text-align: center;
  }
  .aires {
    background: #24292B url(/static/images/aires.jpg) no-repeat 50%;
    border: none;
    height: 120px!important;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    width: 120px;
    margin: 0 auto;
    text-indent: -9999px;
  }
  .lunas {
    background: #24292B url(/static/images/lunas.png) no-repeat 50%;
    border: none;
    height: 120px!important;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    width: 120px;
    margin: 0!important;
    padding: 0!important;
    text-indent: -9999px;

  }
  .auditorio {
    background: #24292B url(/static/images/logo-auditorio-b.png) no-repeat 50%;
    border: none;
    height: 120px!important;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    width: 120px;
    margin: 0!important;
    padding: 0!important;
    text-indent: -9999px;
  }
  .gal-aud {
    background: #F36E21;
    border: none;
  }
.row.enlaces .col-md-12{
	width: 100%;
}
    .noticias,.tw,.face {
      padding: 10px 0;
      margin: 0;
    }
    .noticias .imagen-principal{
     width: 248px;
     height: auto;
     margin: 0 auto;
   }
   .row.nota .col-md-3 ul.share-btns{
     padding: 0;
   }
   .share-btns{
     list-style-type: none;
     margin-top: 20px;
   }
   .share-btns li{
     display: inline-block;
     *display: inline;
     zoom: 1;
     margin-left: 10px;
   }
   .share-btns li:first-child{
     margin-left: 0;
   }
   .share-btns li a{
     text-indent: -9999px;
     display: block;
     width: 40px;
     height: 40px;
   }
   .share-btns li .pdf{
     background: #4F88BD url('/static/images/v-sprite-rs.png') -4px -252px no-repeat;
   }
   .share-btns li .correo{
     background: #4F88BD url('/static/images/v-sprite-rs.png') -4px -305px no-repeat;
   }
   .share-btns li .youtube{
     background: #d5191cd url('/static/images/v-sprite-rs.png') -4px -352px no-repeat;
   }
   .share-btns li .pdf:hover{
     background: #0D4376 url('/static/images/v-sprite-rs.png') -4px -252px no-repeat;
   }
   .share-btns li .correo:hover{
     background: #0D4376 url('/static/images/v-sprite-rs.png') -4px -305px no-repeat;
   }
   .share-btns li .youtube:hover{
     background: #0D4376 url('/static/images/v-sprite-rs.png') -4px -352px no-repeat;
   }
   .row.pub {
    background: #fff;
  }
  img.prom {
    margin: 0 auto;
  }
  .container{
    position: relative;
  }
  .container.pub .col-sm-6 {
    margin: 10px 0;
  }

  .container.pub{
    padding: 25px 0;
  }

  .pub .bitacora-box{
    overflow: auto;
    max-height: 500px;
  }

  .pub .bitacora {
    color: #000;
    margin-bottom: 40px;
  }
  .pub .bitacora:after{
   content: "";
   border-bottom: 1px solid #333;
   width: 100px;
 }
 .pub .bitacora img{
  float: left;
}
.pub .bitacora-text{
  margin-left: 170px;
}
.pub .bitacora-text a{
  color: #08c;
}
.pub .bitacora-text a:hover{
  text-decoration: underline;
}
.pub .widgets-redes{
	/*margin-top: 20px;*/
	padding: 20px 0 0 0;
}
.pub .issuu-box{
/*	border-top: 1px solid #ccc;*/
	margin-top: 20px;
	/*padding: 30px 0 0 0;*/
}
.issuuembed{
	height: 450px;
}
.issuuembed,
.issuuembed a{
	color: #33383D;
}
#modal-btn{
	cursor: pointer;
	margin-bottom: 20px;
	display: block;
}
.pub .modal .modal-header{
	border-bottom: none!important;
}
.pub .widgets-redes .nota .col-md-6 h3 {
	padding-right: 25px;
}
#download-app h3{
	color: #000;
}
#download-app ul{
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}
#download-app .ios a{
	background: url('/static/images/app-sprite.png') no-repeat left bottom;
	text-indent: -9999px;
	display: block;
	width: 165px;
	height: 53px;
	margin: 20px auto;
}
#download-app .android a{
	background: url('/static/images/app-sprite.png') no-repeat left top;
	text-indent: -9999px;
	display: block;
	width: 165px;
	height: 54px;
	margin: 0 auto 20px;
}
.pub .banner{
	margin-bottom: 20px;
}
.container.enlaces ul {
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  margin: 20px 0;
	overflow: auto;
}
.container.enlaces ul li{
  display: inline-block;
  /*margin-left: 40px;*/
}
.container.enlaces ul li:last-child{
	margin-left: 40px;
}
#widget-social {
  display: block;
  position: absolute;
  width: 50px;
  top: 198px;
  z-index: 10002;
}
#widget-social.stick {
  top: 0px;
  position: fixed;
  z-index: 10002;
}
#widget-social .btn{
  border:none;
}
#widget-social .btn.btn-social {
  width: 50px;
  height: 50px;
  background: #832B34;
}
#widget-social .btn-group.open .dropdown-toggle {
  background: #D62638;
}
#widget-social .dropdown-menu {
  top: -2px;
  left: 49px;
}
#widget-social ul.dropdown-menu li {
  padding: 10px;
  width: 320px;
  color: #313131;
}


#facebook.btn.btn-social.dropdown-toggle {
  background:#881925 url(/static/images/icons/v-sprite-rs.png) 0 0 no-repeat;
}
#twitter.btn.btn-social.dropdown-toggle {
  background: #881925 url(/static/images/icons/v-sprite-rs.png) 0 -50px no-repeat;
}
#gplus.btn.btn-social.dropdown-toggle {
  background:#881925 url(/static/images/icons/v-sprite-rs.png) 0 -100px no-repeat;
}
/*#youtube.btn.btn-social.dropdown-toggle { background:#881925 url(/static/images/icons/v-sprite-rs.png) 0 -150px no-repeat; }
#instagram.btn.btn-social.dropdown-toggle { background:#881925 url(/static/images/icons/v-sprite-rs.png) 0 -200px no-repeat; }*/

.btn-group.open #facebook.btn.btn-social.dropdown-toggle {
  background:#D62638 url(/static/images/icons/v-sprite-rs.png) 0 0 no-repeat;
}
.btn-group.open #twitter.btn.btn-social.dropdown-toggle {
  background: #D62638 url(/static/images/icons/v-sprite-rs.png) 0 -50px no-repeat;
}
.btn-group.open #gplus.btn.btn-social.dropdown-toggle {
  background: #D62638 url(/static/images/icons/v-sprite-rs.png) 0 -100px no-repeat;
}
/*.btn-group.open #youtube.btn.btn-social.dropdown-toggle {background: #D62638 url(/static/images/icons/v-sprite-rs.png) 0 -150px no-repeat;}
.btn-group.open #instagram.btn.btn-social.dropdown-toggle {background: #D62638 url(/static/images/icons/v-sprite-rs.png) 0 -200px no-repeat;}*/

#facebook.btn.btn-social:hover {
  background:#D62638 url(/static/images/icons/v-sprite-rs.png) 0 0 no-repeat;
}
#twitter.btn.btn-social:hover {
  background: #D62638 url(/static/images/icons/v-sprite-rs.png) 0 -50px no-repeat;
}
#gplus.btn.btn-social:hover {
  background:#D62638 url(/static/images/icons/v-sprite-rs.png) 0 -100px no-repeat;
}
/*#youtube.btn.btn-social:hover { background:#D62638 url(/static/images/icons/v-sprite-rs.png) 0 -150px no-repeat;}
#instagram.btn.btn-social:hover { background:#D62638 url(/static/images/icons/v-sprite-rs.png) 0 -200px no-repeat;}*/

.event_title {
 /* display: block;
  float: left;
  background: transparent url(/static/images/bkg_title_event.png);
  width: 228px;
  min-height: 330px;
  cursor: pointer;*/
  margin-top: 75%;
  display: block;
  float: left;
  background: transparent url(/static/images/bkg_title_event.png);
  width: 100%;
  min-height: 330px;
  cursor: pointer;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  transition: All .5s ease-in;
  -webkit-transition: All .5s ease-in;
  -moz-transition: All .5s ease-in;
  -o-transition: All .5s ease-in;
  position: absolute;
  z-index: 999;
}
.event_title:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  transition:All .5s ease-in;
  -webkit-transition:All .5s ease-in;
  -moz-transition:All .5s ease-in;
  -o-transition:All .5s ease-in;
}
.evn_text {
  display: block;
  width: 100%;
  float: right;
  margin-top: 60%;
  text-align: left;
 	padding: 0 15px;
}

span.red {
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  *display: block;
  zoom: 1;
  margin-left: 15px;
  margin-top: 5px;
}
.panel.panel-au {
  background: transparent url(/static/images/background.png) repeat ;
  color:  #fff;
  float: right;
  width: 340px;
  height: 500px;
  padding: 0 10px;
}
.panel.panel-au .col-sm-12:first-child p{
	padding-right: 25px;
}
.timelineLight .item_open h2{
	padding: 20px 25px 0 0 !important;
}
#event-description{
	display: none;
}
#event-description.active{
	display: block;
	overflow: auto;
}
#event-description a{
	background: url('/static/images/thumb-video.jpg') no-repeat left top;
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 90px;
	margin: 0 auto;
}
.sold-out {
    /*display: inline-block;*/
    background: transparent url(/static/images/sold-out.png) no-repeat;
    height: 100px;
    width: 100%;
  }
  .postponed {
    /*display: inline-block;*/
    background: transparent url(/static/images/pospuesto.png) no-repeat;
    height: 100px;
    width: 100%;
  }
  .canceled {
    /*display: inline-block;*/
    background: transparent url(/static/images/cancelado.png) no-repeat;
    height: 100px;
    width: 100%;
  }
  .pre-sale {
    /*display: inline-block;*/
    background: transparent url(/static/images/preventa.png) no-repeat;
    height: 100px;
    width: 100%;
  }
.btn.bol {
  background: #4F88BD;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
.btn.bol:hover {
  background: #002857;
  color: #eee;
}
#tickets.btn{
	color: #fff;
	text-shadow: none;
}
.btn.fb {
  background: #3B5998;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.btn.fb span {
  margin-top: -2px;
}
.btn.fb:hover {
  background: #02417A;
  color: #eee;
}
#tickets.btn{
  background: #4F88BD;
}
#tickets.btn:hover{
  background: #002857;
}
#accordion {
  bottom: 0px;
  position: absolute;
  width: 100%;
}
#accordion .panel-au{
	position: relative;
}
#accordion .share{
	position: absolute;
	bottom: 65px;
	left: 95px;
}
#accordion .panel-title{
	background: #4F88BD;
	bottom: 0;
	width: 340px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 99;
}
#accordion .panel-title a{
	display: block;
}
p.col-lg-12.text-center {
  margin: 0 0 0;
}
.timeline .panel-body .col-sm-3{
	margin-top: 20px;
}
.timeline .panel-body .col-sm-3 p{
	font-weight: bold;
}
.timeline .panel-body .col-sm-3 ul{
	list-style-type: none;
	padding: 0;
}
.timeline .panel-body.collapse2 p {
	text-transform: uppercase;
	text-align: left!important;
}
.timeline_recientes{
	display: none;
}
.download_app,
.download_app_movil{
	display: none;
}
.app-movil-box{
	position: relative;
	width: 300px;
	height: 500px;
	margin: 0 auto;
	display: none;
}
.app-movil-box .app-google{
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	height: 72px;
	text-indent: -9999px;
	display: none;
}
.app-movil-box .app-itunes{
	position: absolute;
	bottom: 192px;
	left: 0;
	width: 100%;
	height: 72px;
	text-indent: -9999px;
	display: none;
}

footer{
  background: #0D4376;
  padding: 30px 0;
  width: 100%;
}
footer ul{
	padding: 0;
}

/*mediaquerys*/
@media (min-width:1200px){
  #widget-social-h {
    display: none;
  }
  .timelineLight .t_left {
    position: absolute;
    left: 7.9%!important;
    top: 0%!important;
  }
  .timelineLight .t_right {
    position: absolute;
    right: .4%!important;
    top: 0%!important;
  }
  .arrow {
    display: none;
  }
}
@media (max-width:1024px){
	.fil{
		display: none!important;
	}
}
@media (min-width:1024px){
  .cover-historia {
    background: url('/static/images/auditorio-inicios/auditorio17.jpg') center;
  }
}
@media (width: 970px) {
  #search  {
        /*position: absolute!important;
        right: 0;
        top:42px;*/
        padding: 0 5px 5px 5px;
        /*background: #D62638;*/
      }
      .arrow {
        display: none;
      }
    }

    @media (width: 930px) {
      .timelineLight .t_left {
        position: absolute;
        left: 2%!important;
        top: 66%!important;
      }
      .timelineLight .t_right {
        position: absolute;
        right: 2%!important;
        top: 66%!important;
      }
      .arrow {
        display: none;
      }
    }

    @media (min-width:992px) and (max-width:1199px) {
      #widget-social-h {
        display: none;
      }
      #search  {
        position: absolute!important;
        /*right: 0%;*/
        right: 33px;
      }
      .timelineLight .timeline_line {
        width: 880px!important;
      }
      .arrow {
        display: none;
      }
    }
    @media (min-width: 768px){
     .navbar-nav{
      width: 101%!important;
    }
 	}


 @media (max-width: 768px){
  	/*#download-app ul li{
  		display: inline-block;
  	}*/
  	.bkg-text-slide p {
  		font-size: 12px!important;
  		}
  		.col-md-1.nav.nav-tabs{
  				width: 97px;
  		}
  		.tab-content{
  				display: block!important;
  			}
  }
  @media (min-width:768px) and (max-width:991px){
    #widget-social-h {
      display: none;
    }
    .timelineLight .timeline_line {
      width: 650px!important;
    }
    #search  {
      position: static;
        /*position: absolute!important;
        right: 0;
        top:42px;*/
        padding: 0 5px 5px 5px;
        /*background: #D62638;*/
        width: 100%;
      }
      .img-responsive.note {
        position: relative!important;
        margin-top: 0!important;
        margin-left: 0!important;
      }
      .timelineLight .t_left {
        left: 6%!important;
      }
      .timelineLight .t_right {
        right: 6%!important;
      }
      #discapacitados .clearfix{
        clear: both !important;
      }
      .page-servicios .img-responsive{
        display: inline;
      }
    }

    @media (min-width: 768px) {
      .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
      }
      .fide {
        border-right: none;
      }
      .arrow {
        display: none;
      }
      #discapacitados .clearfix{
        clear: both;
      }
      .page-servicios .img-responsive{
        display: inline;
      }
    }
    @media (max-width: 767px) {
      .navbar-aud .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
      }
      .navbar-aud .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-aud .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
      }
      .navbar-aud .navbar-nav .open .dropdown-menu > .active > a,
      .navbar-aud .navbar-nav .open .dropdown-menu > .active > a:hover,
      .navbar-aud .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
      }
      .navbar-aud .navbar-nav .open .dropdown-menu > .disabled > a,
      .navbar-aud .navbar-nav .open .dropdown-menu > .disabled > a:hover,
      .navbar-aud .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
      }
      header {
        background: none!important;
      }
      #widget-social {
        display: none;
      }
      #widget-social-h {
        width: 320px;
        margin: 0 auto;
      }
      #widget-social-h .social {
        margin: 5px 0 5px 7px;
      }
      #widget-social-h h3 {
        font-weight: 100;
        margin-bottom: 10px;
      }
      #widget-social-h .social.faceb { background:transparent url(/static/images/icons/sprite-rs.png) no-repeat 0 0; }
      #widget-social-h .social.gp { background:transparent url(/static/images/icons/sprite-rs.png) no-repeat 25% 0; }
      #widget-social-h .social.twi { background: transparent url(/static/images/icons/sprite-rs.png) no-repeat 50% 0; }
      #widget-social-h .social.yt { background:transparent url(/static/images/icons/sprite-rs.png) no-repeat 75% 0; }
      #widget-social-h .social.ins { background:transparent url(/static/images/icons/sprite-rs.png) no-repeat 100% 0; }
      .arrow {
        width: 120px;
        height: 50px;
        position: relative;
        background: transparent url(/static/images/arrow.png) no-repeat bottom;
        margin: 0 auto;
        display: block;

      }
      .arrow.up {
        background: transparent url(/static/images/arrow.png) no-repeat top;
      }

      .col-md-4.col-sm-6.text-center.fide {
        border: none;
      }
      .col-md-4.col-sm-12.white {
        margin-top: 10px;
      }
      .navbar-form.navbar-right {
        display: none;
      }
      .col-md-5.col-sm-6.map {
        display: block;
        float: left;
        position: relative!important;
        margin: 100px!important;
        width: 100%;
      }
      .img-responsive.note {
        display: none;
      }
      .timelineLight .t_left {
        display: none!important;
      }
      .timelineLight .t_right {
        display: none!important;
      }
      #switch,
      .timeline{
       display: none;
     }
     .page-servicios .img-responsive{
      display: inline;
    }
    #redes-sociales{
      display: none;
    }
    .nota .image-wrapper{
      display: none;
    }
    .tab-content{
      display: none;
    }
    .descripcion .tab-content{
      display: block;
    }
    .container.cartelera .col-md-3.col-sm-6.col-xs-12.cartelera h4 {
      font-size: 20px;
    }
    .col-md-3.col-sm-6.col-xs-12.cartelera .descripcion .tab-content .tab-pane {
      overflow: auto;
      height: 130px;
    }
    .container.btn-como-llegar{
      display: block !important;
      text-align: center;
    }
    .container.btn-como-llegar a{
      background: #d62638;
      padding: 10px 20px;
    }
    .container.btn-como-llegar a:hover{
     color: #fff;
   }
   .galleria{
     display: none;
   }
 }
 @media (max-width: 1024px) and (min-width: 768px){
 	.container.tl {
 	width: auto!important;
 	margin-left: 40px;
 }
}
 @media (min-width: 668px) and (max-width: 1023px){
   #tl-wrapper{
    display: none;
  }
  .download_app{
    display: block;
    margin: 0 auto;
  }
  .container.tl{
  	width: auto!important;
  	margin-left: 0;
  }
  .col-md-1.nav.nav-tabs {
  	width: 97px;
  	margin-left: -35px;
  }
}
/*@media (max-width: 479px){
	.container.enlaces ul li{
		display: block;
		margin: 0;
	}
}*/
@media (max-width: 414px){
	.container.enlaces li:nth-child(2) {
		margin-left: 10px;
	}
}
@media (min-width: 320px) and (max-width: 520px){
	.second-list {
		justify-content: center;
		margin-top: 5px;
	}
	.second-list li a {
		margin-left: 0;
	}
	.second-list li:nth-child(1) a {
		width: 245px;
		background: url('../images/footer_sprite.png') no-repeat 45px -90px;
	}

	.bkg-text-slide p{
		font-size: 12px!important;
	}
	.component-fullwidth{
		height: 300px!important;
	}
	.component-fullwidth li{
		padding: 0!important;
		height: 300px;
	}
	.bkg-text-slide{
		padding: 15px 50px 200px 50px!important;
	}
	.component nav a.next,
	.component nav a.prev{
		bottom: 120px!important;
	}
	.row.cover{
		min-height: 520px;
	}
	.cover-historia{
		background-attachment: local!important;
		background-position: 50% 0!important;
	}
	.rec{
		display: none!important;
	}
	.tab-content{
		display: block!important;
	}
}
@media (min-width: 320px) and (max-width: 736px){
	.component-movil .bkg-text-slide{
		background: none;
		position: static;
	}
	.component-movil ul{
		padding: 0;
	}
	.component-movil .salidas p:last-child{
		display: none;
	}
	.component-movil nav{
		display: none;
	}
	.component-movil .img-responsive{
		display: block;
	}
	.component-fullwidth{
		background: none!important;
		height: auto!important;
	}
	.container.enlaces{
		margin-bottom: 50px;
	}
}
@media (min-width: 320px) and (max-width: 667px){
	.download_app_movil{
  	display: block;
   	margin: 0 auto;
  }
	.app-movil-box,
	.app-movil-box .app-google,
	.app-movil-box .app-itunes {
	 	display: block;
 	}
 	ul.nav.change_fontSize{
 		padding-right: 0;
 	}
 	.page-servicios #wrapper{
 		padding-bottom: 140px;
 	}
 	.row.enlaces {
 		width: 100%;
 		display: inline-flex;
 	}
 	.mag,
 	.pic-week,
 	.widgets-redes,
 	.cont-box {
 		margin-top: 30px;
	}
}

.navbar-aud .navbar-link {
  color: #777777;
}
.navbar-aud {
  background-color: #4F88BD;
}
.navbar-aud .navbar-brand {
  color: #777777;
}
.navbar-aud .navbar-brand:hover,
.navbar-aud .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-aud .navbar-text {
  color: #777777;
}
.navbar-aud .navbar-nav > li > a {
  color: #ffffff;
  text-align: center;
}
.navbar-aud .navbar-nav > li > a:hover,
.navbar-aud .navbar-nav > li > a:focus {
  color: #fff;
  /*background-color: transparent;*/
  background-color: #0D4376;
}
.navbar-aud .navbar-nav > .active > a,
.navbar-aud .navbar-nav > .active > a:hover,
.navbar-aud .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0D4376;
  font-weight: 500;
  text-align: center;
}
.navbar-aud .navbar-nav > .disabled > a,
.navbar-aud .navbar-nav > .disabled > a:hover,
.navbar-aud .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/*.navbar-aud .navbar-toggle {
  border-color: #D62638;

}*/
/*.navbar-aud .navbar-toggle:hover,
.navbar-aud .navbar-toggle:focus {
  background-color: #881925;
}*/
.navbar-aud .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-aud .navbar-collapse,
.navbar-aud .navbar-form {
  border-color: transparent;
}
.navbar-aud .navbar-nav > .dropdown > a:hover .caret,
.navbar-aud .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-aud .navbar-nav > .open > a,
.navbar-aud .navbar-nav > .open > a:hover,
.navbar-aud .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-aud .navbar-nav > .open > a .caret,
.navbar-aud .navbar-nav > .open > a:hover .caret,
.navbar-aud .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-aud .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.fid {
  background: transparent url(/static/images/icons/fid.png) no-repeat;
  width: 100px;
  margin: 0 auto;
  min-height: 100px;
}
.mis {
  background: transparent url(/static/images/icons/mis.png) no-repeat;
  width: 100px;
  margin: 0 auto;
  min-height: 100px;
}
.fide {
  border-right: 2px solid #666;
  margin-bottom: 10px;
}
.white {
  background: #fff;
  margin-top: -20px;
  color: #000;
  float: left;
}
.white h3 {
  border-bottom: 2px solid #000;

}
.white a {
  color: #000;
  cursor: pointer;
}
/*#container.map {
    z-index: 100;
    position: relative;
    }*/
    #map-canvas {
      height: 100%;
      position: absolute;
      top: 0;
      bottom: -200px;
      left: 0;
      right: 0;
      z-index: 0;
    }

    #container {
      z-index: 100;
      position: relative;
    }
    .arrow_op {
      width: 35px;
      height: 60px;
      position: absolute;
      background: #EF4136 url(/static/images/info.png) no-repeat center center;
      top: 7px;
      top: 40%;
      right: 377px;
      border-radius: 0!important;
    }
    .arrow_op.arrow_dw {
      background: #000000 url(/static/images/info.png) no-repeat center center;
    }
    .t_close .glyphicon {
      left: 5px!important;
      top: 3px!important;
    }

    .section-box h2 { margin-top:0px;}
    .section-box h2 a { font-size:1.5em; }
    .separator { padding-right:5px;padding-left:5px; }
    .section-box hr {margin-top: 0;margin-bottom: 5px;border: 0;border-top: 1px solid rgb(199, 199, 199);}

    .row.cont {
      /*background: #1D1C1C;*/
      padding: 10px 0;
    }
    .row.cont .col-md-12 h1.text-center{
     margin-top: 20px;
     margin-bottom: 20px;
   }
   .row.cont.re {
    margin-top: -20px;
  }


  .form-control.contacto {
    background: #313131;
    border: none;
    color: #fff;
  }
  .btn-send {
    background: #313131;
    color: #fff;
    float: right;
    margin-top: 20px;
  }
  .btn-send:hover {
    background: #1D1C1C;
    color: #fff!important;
  }
  .col-md-4.weather {
    background: #CE312D;
    min-height: 200px;
    padding: 0;
  }
  #weather {
    margin: 0px auto;
    text-transform: uppercase;

  }
  #weather.col-md-12.col-sm-12 {
    padding: 0;
  }

  #weather h2 {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    display: block;
    width: 100%;
    background: #B92C28;
  }

  #weather ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #weather li {

    display: inline-block;

  }

  #weather .currently {
    margin: 0 20px;
  }

  /*-- map---*/
  .container.btn-como-llegar{
   display: none;
 }
 .row.switch .nav-pills{
   text-align: center;
 }
 .row.switch .nav-pills li{
   display: inline-block;
   *display: inline;
   zoom: 1;
   float: none!important;
 }
 .row.switch li a{
   background: #EF4136!important;
   padding: 10px;
   width: 110px;
 }
 .row.switch li.active a,
 .row.switch li a:hover{
   color: #fff;
   background: #b62130;
   box-shadow: inset 0px 0px 10px 0px #222;
 }
 .tab-content{
   position: relative;
 }
 .tab-content .nav-pills{
   position: absolute;
   z-index: 9999;
   margin-left: 43%;
   top: 10px;
 }
 #ubicacion-auditorio object{
   margin: 0 auto;
   text-align: center;
   display: block;
   margin-top: 50px;
 }
 .row.como-llegar{
   background: #02001e;
   height: 500px;
 }
 #canvas_holder{
  display: block;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  width:100%;
  height:600px;
  z-index: 0;
}
#map_canvas{
  width:100%;
  height:100%;
  position: "absolute";
  top: 0px;
  left: 0px;
  overflow: "hidden";
}
#holder{
  width: 300px;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  position: absolute;
  color: white;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}

.p_map {
  color: #000;
}

#mapa-auditorio .text-box {
	background: rgba(0, 0, 0, .5);
  position: absolute;
  z-index: 200;
  margin-top: 50px;
  padding: 5px 5px 60px 5px;
  margin-left: 5%;
  text-align: center;
	width: 310px;
}
#mapa-auditorio .circle {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgb(0,0,0,.5);
  cursor: pointer;
  margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#mapa-auditorio .circle.metro {
  background: #EB7619 url(/static/images/transportes.png)no-repeat -1% 0;
  border:3px solid #EB7619;
  position: relative;
}
#mapa-auditorio .circle.metro::after {
	content: "Metro Auditorio";
	position: absolute;
	left: 4px;
	bottom: -43px;
}
#mapa-auditorio .circle.turibus {
  background: #DD0035 url(/static/images/transportes.png)no-repeat 50% 0;
  border:3px solid #DD0035;
  position: relative;
}
#mapa-auditorio .circle.turibus::after {
	content: "Turibus";
	position: absolute;
	left: 12px;
	bottom: -23px;
}
#mapa-auditorio .circle.ecobici {
  background: #9DCE6B url(/static/images/transportes.png)no-repeat 100% -2px;
  border:3px solid #9DCE6B;
  margin-right: 0;
  position: relative;
}
#mapa-auditorio .circle.ecobici::after {
	content: "Ecobici Andrés Bello";
	position: absolute;
	left: 0;
	bottom: -63px;
}
#mapa-auditorio .circle.metro:hover {
  background: #EB7619 url(/static/images/transportes.png)no-repeat -1% 0;
  border:3px solid #EB7619;
  color: #fff;
}
#mapa-auditorio .circle.turibus:hover {
  background: #DD0035 url(/static/images/transportes.png)no-repeat 50% 0;
  border:3px solid #DD0035;
	color: #fff;

}
#mapa-auditorio .circle.ecobici:hover {
  background: #9DCE6B url(/static/images/transportes.png)no-repeat 100% -2px;
  border:3px solid #9DCE6B;
	color: #fff;
}



.col-md-6.ri {
  padding-left: 0;
  padding-bottom: 10px;
}
.form-horizontal.registro {
  margin-top: 10px;
}
.form-control.registro {
  background: #1D1C1C;
  border: none;
}
.row.middle {
  padding-bottom: 15px;
}
.row.middle.down {
  padding-bottom: 15px;
  padding-top: 15px;
}
.img-responsive.note {
  position: absolute;
  margin-top: -55px;
  margin-left: 50px;
}
.form-horizontal.registro label.radio {
  font-weight: 100!important;
}
.timeline_items {
  margin-left: -1596px;
}
.col-md-12.col-sm-12.recorrido {
  margin-top: 0px;
  padding: 0;

}
.col-md-12.col-sm-12.recorrido iframe {
  padding: 0!important;
  margin: 0!important;
  border: none!important;

}
.recorrido {
  width: 100%;
  height: 600px;
}
iframe#recorrido {
  border: none;
}
.timelineLight .t_left {
  position: absolute;
  left: 4%;
  top: 50%;
}
.timelineLight .t_right {
  position: absolute;
  right: 4%;
  top: 50%;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
  border: none!important;
}
.col-md-12.registro {
  margin-bottom: 20px;
}
.form-control.text {
  background: #1D1C1C;
  border: none;
  color: #fff;
  height: 320px;
  margin-top: 10px;
}
label {
  font-weight: 100!important;
}
select.form-control {
  background: #1D1C1C;
  border: none;
  color: #fff;
}

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff!important;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.fa.fa-facebook {background: transparent url(/static/images/fb_sprite.png)no-repeat;}

.container.noticias {
  padding: 0px;
}
.container.noticias {
	margin-top: 20px;
}
.tab-pane {
  /*height: 490px;   */
  height: 100%;
  overflow-y: visible;
  overflow-x: hidden;
}
.col-md-1.nav.nav-tabs{
  padding-right: 0px;
  /*min-height: 500px;*/
  background: #0D4376;
  height: 100%;
}
/*.not-cont ul*/.calendar li {
  display: block;
  float: left;
  background: #0D4376;
  width: 100%;
  margin: 0!important;
  margin-bottom: 0!important;
  height: 50px;
  line-height: 2em;
  /*top: -50px;*/
}
/*.not-cont ul#calendar li:first-child,*/
/*.not-cont ul*/.calendar li.year {
  font-size: 1.5em;
  cursor: pointer;
}
/*#calendar li:first-child a,*/
.calendar li.year a{
	padding: 20px 0 0 0;
}
/*.not-cont ul*/.calendar li:first-child a.text-center p{
  margin-top: -15px;
}
.not-cont .nav-tabs>li {
  line-height: 2em!important;
  width: 100%;
}
.not-cont .nav-tabs>li>a{
  height: 50px;
  line-height: 2em!important;
  border: none;
  width: 98px;
}
.not-cont .nav-tabs>li.active>a {
  background: #4F88BD;
  color: #fff!important;
  border-radius: 0!important;
  border: none!important;
  margin-right: 0!important;
  margin-bottom: 0!important;
  height: 50px;
  line-height: 2em!important;
}
.not-cont .nav>li>a p.active{
  background: #002857!important;
  border: none!important;
  margin-bottom: 0!important;
  height: 50px;
  color: #fff;
  line-height: 2em!important;
}
.not-cont .nav li.year a:hover {
	background: #002857;
	color: #fff;
}
.not-cont .nav .meses li a:hover {
	background: #4F88BD;
	color: #fff;
}
.not-cont .nav>li>a p.active{
  margin-top: -20px !important;
  padding-top: 5px;
}
.not-cont .nav-tabs {
  border-bottom: none!important;
}
/*Se comenta esta linea para que los meses sean visibles

.meses{
	display: none;
}*/
.row.press {
  background: #1D1C1C;
  /*min-height: 50px;*/
  margin-top: 0px;
}
.section-box {
  color: #1D1C1C;
  margin-bottom: 10px;
}

.section-box img{
  height: 200px;
  display: block;
  float: left;
}

.rw.nota {
  margin-bottom: 10px;
}
.nota .image-wrapper{
	overflow: auto;
}
.nota .image-wrapper .image-box{
	min-width: 700px;
  /*min-height: 250px;*/
}

.nota .image-wrapper .image-box .container2{
  width:10000px;
}
.nota .btns-box {
	padding-left: 0;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border: none;

}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  width: 300px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.col-sm-18 {
  position:relative;min-height:1px;padding-left:5px;padding-right:5px;
  width: 19.833333%;
  float: left;
  margin-bottom: 15px;
}
.col-md-12.news {
  background: #FDFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
ul.news li {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.news li a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.img-margin{
  text-align: center;
}

.img-margin img{
 margin: 10px 0 10px 0;
}

.img-margin p{
  text-align: left;
}

.promotores{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.promotores ul{
  list-style-type: none;
  text-align: center;
}

.promotores li{
  margin:0 20px;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.promotores li img{
  display: block;
  max-height: 50px;
  width: auto;
}

.promotores span{
  font-size: 0.8em;
  color: #fff;
}

/* ====== media ====== */
.media {
  color: #0F0F0F;
  margin:10px;
  text-align: left;
}

.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block; max-height: 100px;}
.media .imgExt{float:right; margin-left: 10px;}
.media h2{
  margin-top: 0;
}
.attribution{
  margin-top: 50px;
}
.media.attribution h2{
  font-size: 1.6em;
}
.media.attribution h2 a{
  color: #000;
}
.media.attribution h2 a:hover{
  text-decoration: underline;
}

/* SERVICIOS */

.page-servicios .navbar{
 margin-bottom: 0;
}
.page-servicios .serv{
  /*background: #fff;*/
  color: #fff;
  /*height: 520px;*/
  position: relative;
}
.page-servicios .serv h2{
	font-size: 16px;
	margin-bottom: 20px;
}
.page-servicios .serv form input{
	border: 1px solid #ccc;
}
.page-servicios .serv form input[type=submit]{
	background: #4F88BD;
	color: #fff;
	margin-top: 20px;
	border: none;
	padding: 6px 20px;
}
.page-servicios .mensaje-envio p,
.ventas .mensaje-envio p{
	text-align: center;
	text-transform: uppercase;
	display: none;
}
.page-servicios .mensaje-envio p.active,
.ventas .mensaje-envio p.active{
	display: block;
}
.page-servicios .mensaje-envio p,
.ventas .mensaje-envio p{
	text-align: center;
	text-transform: uppercase;
	display: none;
}
.page-servicios .mensaje-envio p.active,
.ventas .mensaje-envio p.active{
	display: block;
}
.serv-info h3{
  background: #ef4136;
  padding: 10px;
  color: #fff;
}
#discapacitados .clearfix{
  clear: none;
}
.cont-box h3{
  margin-top: 0;
  color: #000;
}
.cont-box h3 a{
  color: #000;
}
#instagram-box{
  width: 340px;
  height: 340px;
  box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
  padding-top: 10px;
}
.cover-historia {
	background: url('/static/images/fachada-lunario.jpg') no-repeat center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 20px;
	height: 400px;
	margin-bottom: 20px;
}
.page-oman .cover-historia{
	background: url('/static/images/oman_color.jpg') fixed bottom center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 20px;
	height: 400px;
	margin-bottom: 20px;
}
.cover-historia h3,
.cover-obra h3{
	background: rgba(81,145,205,0.8);
	text-align: center;
	padding: 20px 0;
	margin-top: 315px;
}
.text-box{
	margin-bottom: 20px;
}
.cover-obra{
	background: url('/static/images/obra_plastica.jpg') fixed bottom center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 20px;
	height: 400px;
	margin-bottom: 20px;
}
.text-box .img-margin img{
	margin: 0 auto;
}
.cover-sala{
	background: #fff;
}
.cover-sala h3{
	background: rgba(50,60,86,0.8);
	text-align: center;
	padding: 20px 0;
}
.cover-sala img{
	margin: 0 auto;
}
/*SUBMENUS*/

#menu ul li:hover ul{
	left: 0;
}
.submenu{
	background-color: rgba(50,60,86,.98);
	display: inline-block;
	left:-9999px;
	padding: 5px;
	list-style:none;
	margin-top:-1px;
	position:absolute;
	z-index:9999;
	margin: 0;
	min-width: 170px;
}
.submenu li{
	margin: 0px;
	color: #e3e3e3;
	display: inline-block;
	float:left;
	margin-bottom:0;
	text-align:left;
	width:100%;
	font-size: .9em;
}
.submenu li:hover{
	background-color: #000000;
	color: #fff;
	cursor:pointer;
}
.submenu a{
	color: #e3e3e3;
	width: 90%;
	display: inline-block;
	margin: auto;
	margin-left: 10px;
  padding: 10px 0;
}
.submenu li:hover a{
	color: #fff;
}

/*GALERIA DE IMAGENES*/

.galleria{
	width: 700px;
	height: 400px;
	background: #000;
	margin-top: 20px;
}

/* IFRAME RESPONSIVE */

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
	padding-bottom: 57.25%;
}
.flex-video.vimeo {
	padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* END IFRAME RESPONSIVE */

.desplegables .modal{
	color: #000;
}
.desplegables .modal a{
	color: #08c;
}
.desplegables .modal a:hover{
	text-decoration: underline;
}
.desplegables .btn{
	text-align: center;
	background: #ef4136;
	padding: 10px;
	margin-top: 20px;
	border: none;
	font-size: 1.1em;
}
.desplegables .btn:hover{
	background: #d22a35;
	color: #fff;
}
.desplegables .container{
	text-align: center;
}
/*.desplegables .solicitud,
.desplegables .acreditacion{
	text-align: center;
	display: block;
	background: #ef4136;
	padding: 10px;
	margin-top: 20px;
}
.desplegables a:hover{
	background: #d22a35;
	color: #fff;
}
.text-desplegables{
	display: none;
}
.text-desplegables.active{
	display: block;
}
.text-solicitud,
.text-acreditacion{
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}
.text-solicitud p,
.text-acreditacion p{
	color: #000;
}
.text-solicitud p a{
	color: #08c;
}
.text-solicitud p a:hover{
	background: none;
	text-decoration: underline;
	color: #08c;
  }*/
  .images-box{
   overflow: scroll;
 }

 /* Carrusel Imagenes Servicios */

 .component.component-fullwidth img{
 	display: none;
 }
 .component {
   margin: 0 auto;
   position: relative;
   margin-bottom: 40px;
   max-width: 100%;
 }
 .component-fullwidth {
   width: 100%;
   height: 500px;
   margin-bottom: 0;
   background: #333;
   position: relative;
 }
 .component > ul {
   width: 100%;
   max-width: 100%;
   height: 100%;
   position: relative;
   list-style: none;
   padding: 0;
   margin: 0 auto;
 }
 .component-fullwidth > ul {
   overflow: hidden;
 }
 .component li {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   pointer-events: none;
   opacity: 0;
   z-index: 999;
/*   padding: 352px 0px 0;*/
 }
 .component-fullwidth li {
   overflow: hidden;
 }
 .component .current {
   opacity: 1;
   pointer-events: auto;
   z-index: 1000;
 }
 .bkg-text-slide p {
  font-size: 1.3em;
  text-align: center;
}
.component .taquillas{
 background: url('/static/images/servicios_taquilla_lunario.jpg') left center;
 background-size: cover;
}
.component .discapacitados{
 background: url('/static/images/servicios_discapacitados_lunario.jpg') center center;
 background-size: cover;
}
.component .rampa{
 background: url('/static/images/servicios_accesos_lunario.jpg') center center;
 background-size: cover;
}
.component .guardaropa{
 background: url('/static/images/servicios_guardaropa_lunario.jpg') center center;
 background-size: cover;
}
.component .estacionamiento{
 background: url('/static/images/servicios_estacionamiento_lunario.jpg') center center;
 background-size: cover;
}
.component .alimentos{
 background: url('/static/images/servicios_bebidas_lunario.jpg') center center;
 background-size: cover;
}
.component .serviciomedico{
 background: url('/static/images/servicios_medico_lunario.jpg') center center;
 background-size: cover;
}
.component .galeria{
 background: url('/static/images/galeria.jpg') center center;
 background-size: cover;
}
.component .toma{
  background: url('/static/images/servicios_guardaropa_lunario.jpg') center center;
  background-size: cover;
}
.component .salidas{
  background: url('/static/images/salidas.jpg') center center;
  background-size: cover;
}
.component li h3 {
 margin-top: 0;
}
/*.component-fullwidth li img {
 min-width: 100%;
 max-width: none;
 position: absolute;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
}*/
.component nav{
 text-align: center;
 margin-top: 20px;
}
.component nav a{
 color: #000;
 width: 30px;
 height: 50px;
 text-indent: -9999px;
 display: inline-block;
}
.component nav a.prev{
 background: url('/static/images/red-arrow.png') no-repeat -8px 5px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 9999;
 width: 35px;
 margin: auto;
 height: 508px;
}
.component nav a.next{
 background: url('/static/images/red-arrow.png') no-repeat -142px 5px;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 z-index: 9999;
 width: 35px;
 margin: auto;
 height: 508px;
}
.component nav a.prev:hover{
 background: url('/static/images/red-arrow.png') no-repeat -54px 5px;
}
.component nav a.next:hover{
 background: url('/static/images/red-arrow.png') no-repeat -96px 5px;
}
.bkg-text-slide {
  background: transparent url('/static/images/background.png') repeat;
  padding: 15px 50px 18px;
  position: absolute;
  bottom: 0;
/*  width: 100%;*/
	right: 35px;
	left: 35px;
}
/*.component nav a {
	position: absolute;
	width: 60px;
	height: 60px;
	color: #5b4c5c;
	outline: none;
	overflow: hidden;
	text-align: center;
	line-height: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }*/
/*.component-fullwidth nav a {
	top: 100%;
	margin-top: 25px;
	left: 50%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.component-fullwidth nav a.prev {
	margin-left: -80px;
  }*/

  .component-fullwidth nav a.next {
   margin-left: 50px;
 }
.video-cont{
  position: absolute;
  top: 7%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.video-cont #playerxItRccfFLVTT{
  margin-left: 25%;
}
.video-cont video {
 /* position: absolute;
  top: -166%;
  width: 100%;*/
  height: 320px;
  background: #000;
  display: block;
  margin: 0 auto;
}
.bkg-text-slide a.btn.btn-send {
  position: absolute;
  top: 68%;
  right: 10%;
  background: #D22A35;
}
.bkg-text-slide a.btn.btn-send:hover {
  background: #666;
}
 /*****************************************/
 /* Soft Scale */
 /*****************************************/

 .fxSoftScale .navOutNext {
   -webkit-animation: scaleUp .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
   animation: scaleUp .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
 }

 .fxSoftScale .navInNext {
   -webkit-animation: scaleDownUp .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
   animation: scaleDownUp .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
 }

 .fxSoftScale .navOutPrev {
   -webkit-animation: scaleDown .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
   animation: scaleDown .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
 }

 .fxSoftScale .navInPrev {
   -webkit-animation: scaleUpDown .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
   animation: scaleUpDown .7s forwards cubic-bezier(0.7, 0, 0.3, 1);
 }

 @-webkit-keyframes scaleUp {
   to {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scaleUp {
 to {
  transform: scale(1.2);
  opacity: 0;
}
}

@-webkit-keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.9);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes scaleDownUp {
	from {
		opacity: 0;
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes scaleDown {
	to {
		opacity: 0;
		-webkit-transform: scale(0.9);
	}
}

@keyframes scaleDown {
	to {
		opacity: 0;
		transform: scale(0.9);
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		transform: scale(1.2);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.navbar {
  margin-bottom: 0;
}
.cont-box .nota {
  color: #000;
  padding: 0;
  position: relative;
	overflow: auto;
	margin-bottom: 30px;
/*	padding-bottom: 30px;*/
	border-bottom: 1px solid #ccc;
}
/*.cont-box .nota:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}*/
.col-md-12.nota ul {
margin: 0;
padding-left: 10px;
}
.col-md-12.nota ul li {
margin: 0;
width: 100%;
float: left;
}
.cont-box .nota p {
  color: #333;
  text-align: left;
}
.col-md-12.nota a{
  text-decoration: underline;
  color: blue;
}
.btn-share {
  width: 40px;
  height: 40px;
  background: transparent url(/static/images/share.png) no-repeat 0 0!important;
  text-indent: -99999px;
}
.btn-share:hover {
  background: transparent url(/static/images/share.png) no-repeat 0 -47px!important;
}

.dropdown-menu
{
  background-color: #34495e;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 250px;
  margin-left: -125px;
  left: 50%;
}
.dropdown-menu .divider
{
  background:none;
}
.dropdown-menu>li>a
{
  color:#f5f5f5;
}
.dropup .dropdown-menu
{
  margin-bottom:10px;
}
.dropup .dropdown-menu:before
{
  content: "";
  border-top: 10px solid #34495e;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
}
form .blue label{
  color: #fff;
}
.popover-content {
  background: #222;
  border:1px solid #222;
}
.popover {
  background: #222!important;
}
.popover.top .arrow:after  {
  border-top-color: #222!important;
}
#precio {
  overflow-y: scroll;
  height: 250px;
}
#filtros p {
  color: #fff;
  font-weight: bold;
}
/*#conten-filtros {
  width: 110px;
  text-align: center;
  position: absolute;

}
#filtros {
  width: 90px;
  text-align: center;
  position: absolute;
  color: #333;
  font-size: .9em;
  margin-top: 50px;

}
#filtros a:hover {
  color: #fff;

}
#filtros p.titulo {
  margin: 0;
}
#filtros .panel-heading {
  margin: 0;
  background: #EF4136;
  border-radius: 0;
}
#filtros .panel-body {
  padding: 0;
}*/
.panel-group .panel+.panel {
  margin-top: 0px!important;
}
.btn.sem:hover {
  background: #000000;
  color: #fff;
}
.btn.sem.active {
  background: #000000;
  color: #fff;
}
.btn.sem {
  background: #21B7E2;
  width: 100%;
  color: #fff;
}
.nav.nav-tabs.filtros {
  position: absolute;
  width: 110px;

}
.nav-tabs {
  border-bottom: none!important;
}

.nav-tabs>li.calendario>a {
  background: transparent url(/static/images/sprite-filtros.png) no-repeat 0 -5px;
  text-indent: -999999px;
  width: 45px;
  border: none;
}
.nav-tabs>li.calendario>a:hover {
  background: transparent url(/static/images/sprite-filtros.png) no-repeat 0 -55px;
  border: none;
}
.nav-tabs>li.calendario.active>a, .nav-tabs>li.calendario.active>a:hover, .nav-tabs>li.calendario.active>a:focus {
  background: transparent url(/static/images/sprite-filtros.png) no-repeat 0 -55px;
  border: none;
}
.nav-tabs>li.generos>a {
  background: transparent url(/static/images/sprite-filtros.png) no-repeat -46px -3px;
  text-indent: -999999px;
  width: 45px;
  border: none;
}
.nav-tabs>li.generos>a:hover {
  background: transparent url(/static/images/sprite-filtros.png) no-repeat -46px -53px;
  border: none;
}
.nav-tabs>li.generos.active>a, .nav-tabs>li.generos.active>a:hover, .nav-tabs>li.generos.active>a:focus {
  background: transparent url(/static/images/sprite-filtros.png) no-repeat -46px -53px;
  border: none;
}
.col-md-12.nota a {
  color: #000;
}

ul#banners.col-sm-12 {
	margin: 30px 0 10px 0;
}

ul#banners.col-sm-12 li{
	list-style: none;
  padding:0 5px;
  margin-bottom: 10px;
}
.navbar-aud {
  margin-bottom: 0;
}
.fb-activity, .fb-activity span, .fb-activity iframe[style] {width: 100% !important;}
.twitter-timeline {
  height: 300px;
}
#event-description {
height: 308px;
overflow: auto;
}
footer ul{
  text-align: center;
  list-style-type: none;
  margin: 0;
}
footer ul li{
  display: inline-block;
}
footer ul li a{
  display: block;
  cursor: default;
  text-indent: -9999px;
  margin-left: 25px;
}
footer ul li a:hover{
  cursor: pointer;
}
.first-list li:nth-child(1) a{
	background: url('../images/footer_pyramid_sprite.png') no-repeat -323px -7px;
	width: 415px;
	height: 56px;
	margin-left: 0;
}
.first-list li:nth-child(2) a{
	background: url('../images/footer_pyramid_sprite.png') no-repeat -790px -5px;
	width: 41px;
	height: 56px;
}

.second-list {
	margin-top: 10px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.second-list li:nth-child(1) a{
	background: url('../images/footer_pyramid_sprite.png') no-repeat -722px -90px;
	width: 277px;
	height: 128px;
	margin-left: 0;
}
.second-list li:nth-child(2) a{
	background: url('../images/footer_pyramid_sprite.png') no-repeat -374px -90px;
	width: 205px;
	height: 128px;
}
.second-list li:nth-child(3) a{
	background: url('../images/footer_pyramid_sprite.png') no-repeat -48px -90px;
	width: 185px;
	height: 128px;
}

footer p a:hover{
	color: #fff;
	text-decoration: underline;
}

.container.foo p {
margin-top: 20px;
text-align: center;
font-size: .9em;
color: #eee;
padding-bottom: 5px;
}
ul.dw-app li {
  width: 100%;
  float: left;
  margin: 0;
}
/*--notas--*/
.wrapper-notas {
  padding-bottom: 20px;
  overflow: auto;
  background: #fff;
  color: #000;
  margin-bottom: 30px;
}
.notas h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-weight: 100;
}
.notas h2, .notas h3, .notas h4 {
  font-weight: 100;
}
.col-md-1.col-sm-1.notas {
  padding: 0;
}
.col-md-1.col-sm-1.notas {
  padding: 0;
}
.btn.meses {
  width: 100%;
  background: #0D4376;
/*  border-bottom: 1px solid #BD6892;*/
  color: #fff;
  text-align: center;
}
.btn.meses:hover {
  background: #4F88BD;
  color: #fff;
}
ul.nav.nav-tabs.notas {
  margin-top: 55px;
}
ul.nav.nav-tabs.notas li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
ul.nav.nav-tabs.notas li:last-child {
	border-bottom: none;
}
ul.nav.nav-tabs.notas li a{
  color: #000;
  padding: 10px;;
}
.nav-tabs.notas>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
  color: #fff;
  background-color: #0D4376;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}

.col-md-12.nota .col-xs-10 {
  height: 80px;
}
.col-md-12.nota h3,.col-md-12.nota h4{
  color: #ef4136;
}
.col-md-12.nota p {
  margin-top: 10px;
}
.col-md-12.nota a {
  color: #ef4136;
}
.col-md-12.nota a:hover {
  color: #D10013;
}
.btn-share {
  width: 40px;
  height: 40px;
  background: transparent url(../images/share.png) no-repeat 0 0;
  text-indent: -99999px;
  margin-left: -8px;
}
.col-xs-2.share {
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	width: 50px;
}
.btn-share:hover {
  background: transparent url(../images/share.png) no-repeat 0 -46px;
}
/*--redes--*/
ul.dropdown-menu.text-left {
  min-width: 0;
  padding: 3px;
  background: #eee;
  border:none;
  bor
}
ul.dropdown-menu.text-left  li{
  padding: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
ul.dropdown-menu.text-left li a{

}
ul.dropdown-menu.text-left li a.fb {
  background:#3B5998 url(/static/images/icons/v-sprite-rs.png) -9px -10px no-repeat;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
ul.dropdown-menu.text-left li a.tw {
  background: #55ACEE url(/static/images/icons/v-sprite-rs.png) -10px -57px no-repeat;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
}
/*--filters--*/
.side {
    float: left;
    width: 10%;
    padding-right: 20px;
    min-width: 200px;
    box-shadow: 1px 0 rgba(0,0,0,0.1);
    position: absolute;
  }
  @font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .dr-menu {
    width: 100%;
    max-width: 400px;
    min-width: 100px;
    position: relative;
    font-size: 1.3em;
    line-height: 2.5;
    font-weight: 400;
    color: #fff;
    padding-top: 2em;
  }

  .dr-menu > div  {
    cursor: pointer;
    position: absolute;
    width: 100%;
    z-index: 100;
  }

  .dr-menu > div .dr-icon {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 150%;
    line-height: 1.6;
    padding: 0 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .dr-menu.dr-menu-open > div .dr-icon {
    color: #1FD3E2;
    left: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .dr-menu > div .dr-icon:after {
    content: "\e008";
    position: absolute;
    font-size: 50%;
    line-height: 3.25;
    left: -10%;
    opacity: 0;
  }

  .dr-menu.dr-menu-open > div .dr-icon:after {
    opacity: 1;
  }
  ul.nav.nav-tabs.filtros {
    margin: 0;
  }

  .dr-menu > div .dr-label {
    padding-left: 3em;
    position: relative;
    display: block;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2.75;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .dr-menu.dr-menu-open > div .dr-label {
    -webkit-transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
  }

  .dr-menu ul {
    padding: 0;
    margin: 0 3em 0 0;
    list-style: none;
    opacity: 0;
    position: relative;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: opacity 0s linear 205ms;
    -moz-transition: opacity 0s linear 205ms;
    transition: opacity 0s linear 205ms;
  }

  .dr-menu.dr-menu-open ul {
    opacity: 1;
    z-index: 200;
    pointer-events: auto;
    -webkit-transition: opacity 0s linear 0s;
    -moz-transition: opacity 0s linear 0s;
    transition: opacity 0s linear 0s;
  }

  .dr-menu ul li {
    display: block;
    margin: 0 0 5px 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .dr-menu.dr-menu-open ul li {
    opacity: 1;
  }

  .dr-menu.dr-menu-open ul li:nth-child(2) {
    -webkit-transition-delay: 35ms;
    -moz-transition-delay: 35ms;
    transition-delay: 35ms;
  }

  .dr-menu.dr-menu-open ul li:nth-child(3) {
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    transition-delay: 70ms;
  }

  .dr-menu.dr-menu-open ul li:nth-child(4) {
    -webkit-transition-delay: 105ms;
    -moz-transition-delay: 105ms;
    transition-delay: 105ms;
  }

  .dr-menu.dr-menu-open ul li:nth-child(5) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    transition-delay: 140ms;
  }

  .dr-menu.dr-menu-open ul li:nth-child(6) {
    -webkit-transition-delay: 175ms;
    -moz-transition-delay: 175ms;
    transition-delay: 175ms;
  }

  .dr-menu.dr-menu-open ul li:nth-child(7) {
    -webkit-transition-delay: 205ms;
    -moz-transition-delay: 205ms;
    transition-delay: 205ms;
  }

  .dr-menu ul li a {
/*  display: inline-block;
  padding: 0 20px;
  color: #fff;*/
}

.dr-menu ul li a:hover {
  color: #60a773;
}

.dr-icon:before,
.dr-icon:after {
  position: relative;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.dr-menu ul .dr-icon:before {
  margin-right: 15px;
}

.dr-icon-bullhorn:before {
  content: "\e000";
}

.dr-icon-camera:before {
  content: "\e002";
}

.dr-icon-heart:before {
  content: "\e003";
}

.dr-icon-settings:before {
  content: "\e004";
}

.dr-icon-switch:before {
  content: "\e005";
}

.dr-icon-download:before {
  content: "\e006";
}

.dr-icon-user:before {
  content: "\e001";
}

.dr-icon-menu:before {
  content: "\e007";
}

  #filtros {
    text-align: center;
    color: #333;


  }
  #filtros a:hover {
    color: #fff;

  }
  #filtros p.titulo {
    margin: 0;
  }
  #filtros .panel-heading {
    margin: 0;
    background: #4F88BD;
    border-radius: 0;
    padding: 0;
  }
  #filtros .panel-body {
    padding: 0;
  }
  .nav-tabs {
    border-bottom: none!important;
  }
  .panel-group .panel+.panel {
    margin-top: 0px!important;
  }
  .btn.sem:hover {
    background: #4F88BD;
    color: #fff;
  }
  .btn.sem.active {
    background: #4F88BD;
    color: #fff;
  }
  .btn.sem {
    background: #0D4376;
    width: 100%;
    color: #fff;
    font-size: .8em;
  }
  .nav-tabs>li.calendario>a {
    background: transparent url(/static/images/sprite-filtros.png) no-repeat 0 -5px;
    text-indent: -999999px;
    width: 45px;
    border: none;
    padding-bottom: 5px;
  }
  .nav-tabs>li.calendario>a:hover {
    background: transparent url(/static/images/sprite-filtros.png) no-repeat 0 -55px;
    border: none;
  }
  .nav-tabs>li.calendario.active>a, .nav-tabs>li.calendario.active>a:hover, .nav-tabs>li.calendario.active>a:focus {
    background: transparent url(/static/images/sprite-filtros.png) no-repeat 0 -55px;
    border: none;
    padding-bottom: 5px;
  }
  .nav-tabs>li.generos>a {
    background: transparent url(/static/images/sprite-filtros.png) no-repeat -46px -3px;
    text-indent: -999999px;
    width: 45px;
    border: none;
    padding-bottom: 5px;
  }
  .nav-tabs>li.generos>a:hover {
    background: transparent url(/static/images/sprite-filtros.png) no-repeat -46px -53px;
    border: none;
  }
  .nav-tabs>li.generos.active>a, .nav-tabs>li.generos.active>a:hover, .nav-tabs>li.generos.active>a:focus {
    background: transparent url(/static/images/sprite-filtros.png) no-repeat -46px -53px;
    border: none;
    padding-bottom: 5px;
  }
  .container.foo p{
    margin-top: 20px;
    text-align: center;
    font-size: .9em;
    color: #eee;
    padding-bottom: 5px;
  }
  .container.feeds {
    background: #fff;
    padding-bottom: 10px;
  }
  .btn-line {
    margin-top: 35px;
    display: block;
    float: left;
    color: #fff;
  }
  .btn-line:hover{
    color: #eee;
  }
  .container.tl {
    width: 1054px;
  }
  .fil {
	float: left;
	width: 80px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: -72px;
}
.hide {
  display: none;
}
/*a.alert {
  text-decoration: underline;
  padding: 0;
}
a.alert:hover{
	color: #fff;
}*/
/*.registro .btn-send{
	background: #ef4136;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 15px;
}*/
.btn.btn-send {
  background: #4F88BD;
}
.btn.btn-send:hover {
  background: #0D4376;
}
.col-md-3.col-sm-6.cont-box blockquote a {
  color: #000!important;
}
.col-md-3.col-sm-6.cont-box blockquote {
  padding: 5px 20px;
  margin: 0 0 0px;
  border-left: 2px solid #eeeeee;
}
.col-md-3.col-sm-6.cont-box blockquote:hover{
  background: #eee;
}


/*VENUE*/

.omb_login h3 {
  color: #fff;
  font-weight: 100;
  text-align: center;
	margin-bottom: 20px;
}
/*.form-horizontal .btn-send{
	background: #313131;
	color: #fff;
	margin-top: 20px;
	margin-right: 0;
}*/
@media (min-width: 768px) {
  .omb_row-sm-offset-3 div:first-child[class*="col-"] {
    margin-left: 25%;
  }
	.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	margin-top: 15px !important;
}
}
/*scroll*/
.scrollbar{
    height: 500px;
    overflow-y: auto;
    margin-bottom: 25px;
    /*border-bottom: 1px solid #666;*/
}
.force-overflow {
    min-height: 500px;
}
#dark-scroll::-webkit-scrollbar-track {
    background-color: #1a1a1a;
}
#dark-scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
#dark-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/*endscroll*/
ul.list-events {
    list-style: none;
  	height: 245px;
    overflow: auto;
    padding: 0;
  }
  ul.list-events li a {
    display: inline-block;
    color: #000;
    background: #eee;
    padding: 5px 8px;
    width: 100%;
    border-bottom: 2px solid #fff;
    transition:All .5s ease-in;
    -webkit-transition:All .2s ease-in-out;
    -moz-transition:All .2s ease-in-out;
    -o-transition:All .2s ease-in-out;
  }
  ul.list-events li a:hover {
    color: #fff;
    background: rgba(81,145,205,0.8);
    border-bottom: 2px solid #4F88BD;
  }
  .col-md-6.col-sm-12.tickets {

  }
  .col-md-8.col-sm-8.descarga {
  margin: 20px 0px;
}
.btn.descarga {
  width: 60px;
  height: 60px;
  background: #EF4136 url('/static/images/icons/sprite-descarga.png') no-repeat center -45px;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 500ms ease-out .3s;
  -moz-transition: background 500ms ease-out .3s;
  -o-transition: background 500ms ease-out .3s;
  transition: background 500ms ease-out .3s;
}
.btn.descarga:hover {
  background: #000 url('/static/images/icons/sprite-descarga.png') no-repeat center 8px;
  -webkit-transition: background 500ms ease-out .3s;
  -moz-transition: background 500ms ease-out .3s;
  -o-transition: background 500ms ease-out .3s;
  transition: background 500ms ease-out .3s;
}
.cont-descarga {
  /*border-bottom: 1px solid #eee;*/
  padding: 10px;
  background: rgba(0,0,0,0.4);
  margin-bottom: 5px;
  overflow: auto;
}
.docs {
  margin-top: 25px;
  float: left;
}
.cont-descarga .descarga{
	float: right;
}
.cartelera.notas h1{
  font-size: 1.23em;
  color: #ef4136;
}
.cartelera.notas img{
  width: 250px;
}
.cartelera.notas .descripcion{
  width: 50%;
  height: 187px;
  float: left;
  margin-left: 20px;
  overflow-y: scroll;
}
.cartelera.notas .meses{
  width: 240px;
  float: left;
  margin:70px 0 0 20px;
}
.img-responsive.not {
  max-height: 390px;
float: left;
margin: 0 10px 10px 0;
}
/*cartelera*/
 .container.cartelera {
    background: #fff;
    padding: 0;
  }
  .container.cartelera .col-md-3.cartelera{
    margin: 0;
    padding: 1px;
    height: 500px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
  }
.container.cartelera .col-xs-12.cartelera .descripcion {
	margin: 0 0 30px 0;
	padding-top: 1px;
	min-height: 350px;
	color: #000;
	position: relative;
}
  .container.cartelera .col-md-3.cartelera h4{
    text-align: left;
    padding: 0 10px;
    color: #0D4376;
    font-size: 23px;
  }
  .container.cartelera .col-md-3.cartelera .btn.meses {
    /*position: absolute;
    bottom: 0;
    border-right: 1px solid #fff; */
  }
  .cartelera.notas .descripcion{
   width: 50%;
   height: 187px;
   float: left;
   overflow-y: scroll;
 }
 .col-md-3.cartelera .descripcion p {
  margin-left: 10px;
  font-weight: 100;
  margin-bottom: 2px;
}
.cartelera.notas .meses{
  width: 240px;
  float: left;
  margin:70px 0 0 20px;
}
ul.nav.nav-tabs.cartelera li {
  width: 50%;
  text-align: center;
  background: #4F88BD;
  border: none;
	height: 42px;
}
ul.nav.nav-tabs.cartelera li.active,
ul.nav.nav-tabs.cartelera li a:hover {
  background: #0D4376;
  color: #fff;
	height: 42px;
}
.col-md-3.cartelera .descripcion .tab-content .tab-pane {
  overflow: auto;
  height: 140px;
}

/*NUEVOS CAMBIOS*/

a.more {
  display: block;
  float: left;
  background: #4F88BD;
  padding: 2px 5px;
  color: #fff!important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none!important;
}
a.more:hover {
  background: #002857;
  color: #fff!important;
}
.noticias .nota{
	padding: 6px;
}
.noticias .nota .col-md-3{
	padding: 0;
	min-height: 300px;
}
.noticias .nota .share-btns,
.noticias .nota .col-xs-12.section-box{
	margin-bottom: 0;
}
.noticias .nota .image-wrapper{
	margin: 0 0 15px 15px;
	padding-left: 0;
	width: 720px;
}
.noticias .nota .image-box img{
	margin: 0;
	padding: 0 0 0 15px;
}
.noticias .nota .image-box img.first{
	padding-left: 0;
}
.noticias .nota .title-noticia{
	margin-top: 0;
	color: #000;
}
.contenido-noticia p{
  text-align: justify;
}
.contenido-noticia a,
.contenido-noticia a:hover,
.contenido-noticia a:focus{
	color: #4285f4!important;
}
.contenido-noticia ul li {
	font-weight: bold;
	font-size: 14px;
}
.sitios-interes{
	padding: 0;
}
.sitios-interes li{
	margin-bottom: 10px;
}
.sitios-interes li a{
	color: #000;
}
.sitios-interes li a:hover{
	color: #0D4376;
}
.formulario-contacto{
	margin-top: 30px;
}

/*search*/

.search-prensa{
	/*padding-left: 18px!important;*/
	margin-left: 98px;
}
/*.search-prensa .form-control{
	width: 300px!important;
}*/
.search-prensa h2{
	font-size: 14px;
}
.search-prensa p{
	margin-bottom: 0;
}

/*new banner*/

.row.info{
	height: 305px;
	width: 290px;
	overflow-y: auto;
	margin-bottom: 25px;
	/*border-bottom: 1px solid #666;*/
	padding: 0 20px;
}
.row.info.scrollbar ul{
	padding-left: 0;
}
.tog.nav-toggle{
	background: #4F88BD;
	right: 302px;
	top: 45%;
	margin: 0;
	padding: 10px;
	cursor: pointer;
}
/*#tl-wrapper .item{
	height: 500px;
	text-align: center;
	background: url('/static/images//timeline/light/background-white.jpg') repeat;
	color: #fff;
	-moz-box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
	box-shadow: -3px 1px 6px rgba(0,0,0,0.4);
	width: 228px;
}*/
.example-wrapper{
	width: 915px!important;
	margin-top: 0!important;
}

.theme1 .main-container {

	/*border:1px solid #e6e6e6;*/
	/*padding:30px;*/
	/*-webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	-moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
	box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);*/
}
.theme1 .closer {
	background: #4F88BD;
	border-radius: 50%;
	right: 75px!important;
	padding: 8px 0 0 9px;
}
.theme1 .closer:hover{
	background: #0D4376;
	opacity: 1!important;
}
.toolbar{
	position: relative;
	top: 4px!important;
}
.toolbar .left{
	width: 35px;
	position: absolute;
	height: 496px;
	background: url('../images/red-arrow.png') no-repeat 4% 0%;
	z-index: 11;
	left: -35px;
	top: -4px;
}
.toolbar .left:hover{
	background: url('../images/red-arrow.png') no-repeat 35% 0%;;
}
.toolbar .right{
	background: url('../images/red-arrow.png') no-repeat 96% 0%;
	height: 496px;
	width: 35px;
	top: -4px;
	right: -129px;
	position: absolute;
	z-index: 1111;
}
.toolbar .right:hover{
	background: url('../images/red-arrow.png') no-repeat 64.8% 0%;
}
.theme1 .thumb{
	padding: 0;
	width: auto;
}
#event-description{
	width: 290px;
	padding-left: 35px;
}
.slider_holder .item .slide h4,
.slider_holder .item .slide p{
	text-align: center;
}
.slider_holder .item .slide .thumb{
	-moz-box-shadow: inset -3px 1px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset -3px 1px 6px rgba(0,0,0,0.4);
	box-shadow: inset -3px 1px 6px rgba(0,0,0,0.4);
}
.slider_holder .item .slide .morebutton:hover{
	color: #fff;
}
.page-servicios .text-baja{
	font-size: 16px;
}
/*.page-registro.successMessage{
	background: #B2242D;
	text-align: center;
	font-size: 16px;
	padding: 20px 0 10px;
	text-transform: uppercase;
}*/
.successMessage{
	background: #002857;
	/*margin-top: -16px;*/
}
.errorMessage{
	background: #c66;
	/*margin-top: -16px;*/
}
.error_message{
	color: #c66;
	font-weight: bold;
	display: block;
}
.successMessage p,
.errorMessage p{
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: lighter;
}
.text-conocerte{
	font-size: 30px;
}
.share{
	position: absolute;
	bottom: 62px;
}
.shareFB,
.shareTW{
	float: left;
}
.shareFB{
	background: #eee;
	width: 80px;
	height: 20px;
	margin-right: 20px;
	padding: 3px 0 0 3px;
	border-radius: 3px;
}
.shareTW a{
	background: url('../images/twbutton.png') no-repeat left top;
	width: 56px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	margin-left: 10px;
}
.shareTW a:hover{
		background: url('../images/twbutton.png') no-repeat left bottom;
}
.info-renta{
	margin-bottom: 30px;
}
textarea.form-control.contacto {
height: 100px
}
.custom-search-form {
	margin-top: 5px;
	border: none;
	position: relative;
}
.custom-search-form button{
	background: none;
	border: none;
	position: absolute;
	left: 0;
	top: 5px;
	color: #666;
}
.custom-search-form input.form-control {
	border: none;
	padding: 6px 26px;
}
.ventas p.text-center {
	margin: 10px 0 20px;
}
.ventas .contacto-descargas{
	margin-top: 30px;
}
.omb_loginForm .input-group {
	margin-bottom: 20px;
}
.ventas .form-group {
	margin-bottom: 30px;
}
.com{
	overflow: auto;
}
.com label, .com div {
	padding: 0;
}
.re .estudios, .re .localidades {
	margin-bottom: 10px;
	overflow: auto;
}
.baja{
	overflow: auto;
}
.baja .alert {
	margin-top: 10px;
	text-align: right;
	padding-right: 0;
	display: block;
}
.baja .alert:hover {
	color: #fff;
}
.page-servicios footer{
	position: absolute;
	bottom: 0;
}
.page-servicios-baja #wrapper {
	min-height: 100%;
	height: auto;
	padding-bottom: 200px;
}
.formulario-contacto .form-group{
	margin-bottom: 30px;
}
.input-group-addon{
	padding: 8px!important;
}
.error_email1, .error_email2 {
	color: #f00;
	margin-top: 5px;
}
