div#contenido{
    margin: 0 auto;
    max-width: inherit !important;
}
body{
	background: #f0f0f0;
}

.div_body{
	background-color: #f0f0f0;
}

.contenido{
    max-width: inherit !important;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f0f0f0;
    margin: 61px auto 0 !important;
    padding-top: 90px !important;
}


.buses-bqb{
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/header_flota.jpg);
  /*background-size: cover;*/
  background-repeat: no-repeat;
  /*position: fixed;*/
  /*background-position: center;*/
  overflow: hidden;
  background-position-x: center;
}

.contenedor-buses{
	background: #fff;
	padding: 15px 35px;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	margin-top: 200px;
	overflow: hidden;
 /* text-align: center; */
}

.text-buses{
  text-align: left;
}

.text-buses h3{
  margin: 12px 0px;
  font-size: 15px;
  font-family: open_sanssemibold;
  text-transform: uppercase;
}


.buses-header{
    text-align: center;
    color: #333;
    font-family: open_sansbold;
    font-size: 26px;
    /* padding: 15px; */
    /*border-bottom: solid 1px #f0f0f0;*/
    margin-bottom: 15px;
}

.imagen-bus img{
  width: 100%;
}

.current{
  pointer-events: none;
  cursor: default;
}

.current2{
  pointer-events: none;
  cursor: default;
}

.text-term{
  overflow: hidden;
}

/*//// MENU ///*/

.menu-buses{
  text-align: right;
  padding-bottom: 10px;
}

.menu-buses ul{
  float: right;
  padding-left: 15px;
}

.menu-buses ul li a{
  margin: 12px 0px;
  font-size: 15px;
  font-family: open_sanssemibold !important;
  color: #0077c4 !important;
}

#submenu {
  right: 0;
  opacity: 0;
  position: absolute;
  top: 25px;
  visibility: hidden;
  z-index: 1;
}
#submenu {
  background-color: rgba(250, 250, 250, 0.8);
}

li:hover ul#submenu {
  right: 5px;
  opacity: 1;
  top: 30px;  /* adjust this as per top nav padding top & bottom comes */
  visibility: visible;
}
#submenu li {
  float: right;
  /*width: 100%;*/
  color: #333;
}

#submenu li a{
  color: #333 !important;
  width: 100%;
  padding-right: 10px;
}

#submenu li a:hover{
  color: #0077c4 !important;
}

#submenu a:hover {
  /*background: #fff;*/
}
#submenu a {
  /*background-color:#fff;*/
}

.mapa{
  overflow: hidden;
  margin-bottom: 15px;
}

.ocultar{
    display:none;
}

/*/// carrousel ///*/

.carousel{
  width: 80%;
  margin: 0 auto;
}

#carousel-example-generic {
  /*display: inline-block;*/
}
/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
  padding: 5px 0 0 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
ul.thumbnails-carousel .center {
  display: inline-block;
}
ul.thumbnails-carousel li {
  margin-right: 5px;
  float: left;
  cursor: pointer;
}
.controls-background-reset {
  background: none !important;
}
.active-thumbnail {
  opacity: 0.4;
}
.indicators-fix {
  bottom: 70px;
}

.carousel-indicators{
  /*bottom: 70px;*/
}



@media only screen and (max-width : 1024px){
  .contenedor-flota{
    padding: 15px !important;
  }
}