html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
body {
  font-family: "Maven Pro", "Helvetica", "Arial", "sans-serif", "serif";
  height: 100%;
  font-size: 1em;
}

a {
  font-family: "Maven Pro", "sans-serif", "serif";
  font-size: 11pt;
  color: #0af;
  text-decoration: none;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -250px;
}
#push,
#div-footer {
  height: 250px;
}

.navbar .container:before,
.navbar .container:after {
  content: "";
  display: table;
  float: left;
  line-height: 0;
  width: 940px;
}
.navbar .navbar-inner {
  background-image: none;
  background-color: #fcd87f !important;
  border-bottom: 0 solid #c5c5c5;
  box-shadow: 0 8px 6px -6px #b0b0b0;
  clear: both;
  color: #404040;
  font-size: 11pt;
  font-weight: bold;
}

.logoAccesos {
  padding: 5px;
}
#accesosCQI a i {
  color: #0af;
  text-decoration: none;
}

#div-footer {
  background-color: #f9f9f9;
  -moz-box-shadow: inset 0 0 20px 0px #b0b0b0;
  -webkit-box-shadow: inset 0 0 20px 0px #b0b0b0;
  box-shadow: inset 0 0 20px 0px #b0b0b0;
  text-align: center;
  color: #173b6f;
}

#div-footer .titulo-contacto-home {
  color: #13467b;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: -5px;
}

#div-footer .info-contacto > h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 5px;
  line-height: 20px;
}

#div-footer .info-contacto > h4 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

#div-footer a {
  font-size: 12px;
}

#imgFooter {
  padding: 47px;
}
#mensajeestudiante {
  display: none;
}

.panelinformativo {
  position: absolute;
  left: auto;
  width: 33%;
  height: auto;
  border: 1px solid #173b6f;
  margin-top: 62px;
  margin-left: 25px;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  color: #173b6f;
}

#barra-menu-horizontal-azul {
  -webkit-box-shadow: 0 8px 6px -6px #b0b0b0;
  -moz-box-shadow: 0 8px 6px -6px #b0b0b0;
  box-shadow: 0 8px 6px -6px #b0b0b0;
  border-bottom: 0px solid #c5c5c5;
  background-color: #12457a !important;
  color: #ffffff;
  font-size: 16px;
  min-height: 40px;
}

#container-yellow {
  max-width: 1170px;
}

#container-yellow ul {
  padding-bottom: 4px;
}

#accesosCQI {
  text-align: right;
}
#sidebar p {
  font-weight: bold;
}
.pnl-redes-sociales > a img {
  height: 22px;
  width: 22px;
}

.navbar .nav a.a-nav-text {
  color: #202020;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 3px;
  vertical-align: top;
}
.navbar .nav a.a-nav-text span {
  padding-left: 1px;
  padding-right: 1px;
}

.panelinformativo {
  position: absolute;
  left: auto;
  width: 30%;
  height: auto;
  border: 1px solid #173b6f;
  margin-top: 50px;
  margin-left: 25px;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  color: #173b6f;
}

@media (max-width: 700px){
    #logo-ups-cabecera, #accesosCQI{                    
        width: 100%;
        text-align: center;
    }
}