/* Space out content a bit */
body {
  padding-bottom: 20px;
  background: url(../images/bg_main.jpg) no-repeat;
  padding-top: 0;
  background-size: 100% auto;
  background-color: black;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container {
    background-color: white;
}

.jumbotron.menu {
    position: relative;
}
.jumbotron.menu ul.nav {
    margin-top: 55px;
    position: absolute;
    bottom: 0;
}
.jumbotron.menu ul.nav li a {
    cursor: pointer!important;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 25px;
    }
}
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1026px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

.bg {
    background: url('../images/bg_header.jpg') no-repeat center center;
    position: absolute;
    width: 100%;
    height: 150px;
    top:0;
    left:0;
}

.jumbotron {
    height: 150px;
    color: white;
    background:transparent;
    margin-bottom: 0;
}
.panel.cotizaciones .panel-heading {
    padding: 5px 10px;
}
.panel.cotizaciones .list-group-item {
    padding: 5px 12px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 10px;
    }
}

#navbar .nav-tabs>li>a {
    color: white;
    cursor: default;
    background-color: #262626;
    border: 1px solid #262626;
    border-bottom-color: transparent;
}
#navbar .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #262626;
    border: 1px solid #262626;
    border-bottom-color: transparent;
}
#navbar .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    background-color: #262626;
}

/* CAROUSEL */
.carousel-inner .item h3 {
    text-shadow: 3px 3px 3px #000;
}
.carousel-inner .item p {
    text-shadow: 3px 3px 3px #000;
}
.carousel-inner .item .shadow {
    background-color: transparent;
    background-image: -webkit-linear-gradient(transparent 0%,rgba(0,0,0,0.9) 80%);
    background-image: linear-gradient(transparent 0%,rgba(0,0,0,0.9) 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 200px;
}
.title-green {
    background-color: #1F4E2E;
    color: white;
    font-size: 13px;
    padding: 4px 0 4px 20px;
}
.title-black {
    background-color: #000;
    color: white;
    font-size: 13px;
    padding: 4px 0 4px 20px;
}
ul.links {
    list-style: none;
    margin-top: 5px;
}
ul.ul-agronomica {
    padding-left: 25px;
}
ul.ul-agronomica li {
    list-style: none;
    padding: 5px 0;
}