/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

/* Custom page header */
.header {
  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;
  padding-bottom: 19px;
}

#programa .horario {
  font-weight: bold;
}

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

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border: 2px solid #003C79 !important;
  background-color: transparent !important;
  padding: 10px 0 10px 0 !important;
  margin-top: 10px; 
}
.jumbotron .pretitle{
  font-style: oblique;
}
.jumbotron h1{
  font-size: 26px;
  font-weight: bold;
  margin-top: -10px;
}
.jumbotron .lead {
   font-style: oblique;
   font-size: 14px;
   font-weight: bold; 
}
.jumbotron .desc {
  font-size: 15px;
  padding: 0 55px;
}
.jumbotron .footer {
   margin: 0 0 -10px 0;
   padding: 5px;
   font-size: 14px;
   font-weight: bold;
   background-color: #003C79;
   color: #FFF; 
   text-shadow: 1px 1px #0A1D30;
}
.jumbotron .footer .divider{
  padding: 6px;
  color: #041A30;
  margin: 0;
  text-shadow: 1px 1px #165CA3;
}

a.btn-up {
  float: right; position: relative; margin-top: -17px; 
}
#presentacion {
  border:none;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .jumbotron .footer span{
    display: block;
  }
  .jumbotron .footer .divider{
    display: none;
  }
}

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