/* MENU ADMISIONES 2018 */

.bg-primary {
  background-color: #006DB6 !important;
} 

.navbar {
  min-height: auto !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .nav > li > a:hover {
  background-color: white !important;
  color:#006DB6 !important;
  font-weight: bold;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #1e8de6 !important;
  color: #006db6 !important;
}

.navbar-inverse .navbar-toggle {
    border-color: white !important;
}

.navbar-inverse .navbar-toggle .icon-bar:focus, .navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:active{
  background-color:#006DB6 !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5384616;
    color: #006DB6;
    white-space: nowrap;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 12pt;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 12pt;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: white;
    background-color: #03a9f4;
}

.navbar-header {
    min-width: 0 !important;
}

}

@media (max-width: 768px){

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #006DB6;
    background-color:white;
  }

  img {
  width:35%;
  padding: 5px;
  }

}

@media (max-width:690px) {
  .navbar-collapse.callapse {
  display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow-x: visible !important;
}
}


h3 {
  text-align: center;
  font-size: 25px;
  padding: 15px 20px 0;
}

.grid_12 {
  -webkit-box-shadow: 6px 6px 111px 1px rgba(0,0,0,0.71);
  -moz-box-shadow: 6px 6px 111px 1px rgba(0,0,0,0.71);
  box-shadow: 6px 6px 111px 1px rgba(0,0,0,0.71);
  background-color: white;
}

figure {
  text-align: center;
}

.grid_12 p {
    margin: 25px;
    font-size: large;
    color: #404040;
}

.grid_12 hr, .grid_9 hr {
  border:none;
  height: 20px;
  width: 50%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -21px #333;
  margin: -50px auto 10px; 

}

.grid_8 {
  padding:25px;
}

.grid_11 hr {
  border:none;
  height: 20px;
  width: 65%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -21px #333;
  margin: -50px auto 10px; 

}

.news{
  margin: 30px;
  font-size: medium;
}

.news time {
  font-weight: bold;
  font-size: larger;
}

.extra_wrapper {
  text-align: justify;
  padding-top: 5px;
}

.grid_8 ul li {
  font-size: 12pt;
}
/*@media (min-width:690px) {
  .navbar-nav li a {
    margin:0px !important;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
  }

  .navbar-inverse .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
}

} */

@media (min-width: 769px) {

  .navbar-nav {
  width: 80%;
  }

  .navbar-nav > li {
    float: left;
  }


}

@media (min-width: 200px) and (max-width: 500px){

  img {
      float: right !important;
      width: 30%;
      padding-top: 10px;
    }

  a img {
    float:left !important; 
    padding: 10px 5px 5px !important; 
  }  
}


/* SECCIÓN DE CONTACTO */

.contacto {
  padding: 10px 30px;
}

h2 {
  text-align: center;
}

table caption {
  padding: .5em 0;
}

thead th {
  text-align:center;
  background-color:#006DB6;
  color:white;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}

.seccion {
  background-color:#e6e6e6;
  font-weight:bold;
}

.table > tbody > tr >td {
  padding: 5px 10px !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #bbb;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 923px) {
    .col-xs-5 {
      width:100%;
      margin-top: 15px;
    }

}
/* /SECCIÓN DE CONTACTO */

