body {
    /* padding-top: 60px; */
    padding-bottom: 40px;
    background-color:#697281;
}

.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;    
    width: 50%;
    border: thin silver solid;
    padding: 0.5em;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
}

@media (max-width: 768px){
    .displayed {
        width: 85%;
    }
}

.recuadro {
    margin-left:auto;
    margin-right:auto;
}

.hero-unit, .hero-unit p, .form-group label {
    font-size: 15px;
    font-weight: normal;
}

.index .hero-unit, .index .hero-unit p, .index .form-group label, .index .btn {
    font-size: 18px;
    font-weight: normal;
}

#contenedorPrincipal h1, #contenedorPrincipal h3, #contenedorPrincipal h4{
    font-weight: bold;
}

.hero-cabecera {
    font-size: 18px;
    font-weight: 200;
}

.barra {
    font-size: 12px;
}

.carousel .item {
    height: 650px;
}

#IMGancha {
    min-width: 85%; 
}

#errorAjax {
    /* width: 860px !important;  */
    margin-right: 0% !important;   
}

#contenedorPrincipal{
   margin-top: 60px;
}

#contenedorPrincipal img{
    max-width: 100%;
}

.carousel-caption{
/*#myCarousel{*/
    background-color: rgba(0, 0, 0, 0.75);

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
}

#contenedorPrincipal .form-horizontal div > input, #contenedorPrincipal .form-horizontal textarea{
    width: 100%;
}

.contentTitle h1{
    font-weight: bold;
}

.footer-links {
  margin: 10px 0;
  padding-left: 0;
}

.footer-links li {
  display: inline;
  padding: 0 2px;
}

.footer-links li:first-child {
  padding-left: 0;
}

.hero-unit h2{
    font-weight: bold;
}

.hero-unit #graphic_point, .hero-unit #graphic_point_coma{
    font-weight: normal;
}

#footer img{
    max-width: 100%;
}
@media (min-width: 768px){
    #nav-collapse .nav > li > a{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .navbar{
        min-height: 40px;
    }
}
@media (max-width: 768px){
    #nav{
        margin-top: -12px;
    }
    #map_canvas_hero{
        padding-top: 15px;
    }
    .contentTitle h1{
        font-size: 30px;
    }

}

#positionTable{
  border: 1px solid #888;
  padding: 6px;
  border-spacing: 10px;
  border-collapse: separate;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  color: #fff;
  background-color: #08c;
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 60px; /* MODIFICADO: margen con la parte superior de la página */
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

}

/* Change cursor when over entire map */
/*.leaflet-container {
  cursor: crosshair !important;
}*/
