

@media print {
  body * {
  background-color: auto;
}

body #services, body .navigation .buscador, body .socialLinks {
  display: none;
}

body>#unalTop a[href]:after, body>footer a[href]:after {
  content: none;
}

body>#unalTop {
  border-bottom: solid 1px #333333;
}
body>#unalTop .firstMenu .navbar-default {
  border-bottom: solid 1px #333333;
}
body>#unalTop .navigation .site-url {
  padding-left: 0;
}
body>#unalTop .seal:after {
  background-image: url("../../../fileadmin/templates/css/../images/sealColombia_black.png") !important;
  width: 66px;
  height: 66px;
  content: "";
  display: block;
  background-size: contain;
}
body>#unalTop .seal img {
  display: none;
}
body>#unalTop .logo a:after {
  background-image: url("../../../fileadmin/templates/css/../images/escudoUnal_black.png") !important;
  background-repeat: no-repeat;
  width: 165px;
  height: 70px;
  display: block;
  content: "";
  top: 32px;
  position: relative;
  left: 34px;
  background-size: contain;
}
body>#unalTop .logo a img {
  display: none;
}

body>footer {
  border-top: solid 1px #333333;
}
body>footer .logos a:first-child:after, body>footer .logos a.imgAgencia:after {
  content: "";
  display: block;
  height: 37px;
  background-image: url("../../../fileadmin/templates/css/../images/log_orgullo_black.png") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body>footer .logos a:first-child img, body>footer .logos a.imgAgencia img {
  display: none;
}
body>footer .logos a.imgAgencia:after {
  background-image: url("../../../fileadmin/templates/css/../images/log_agenc_black.png") !important;
}
}


@media print and (min-width: 992px) and (max-width: 1199px) {
  body footer .logos a:first-child::after, body footer .logos a.imgAgencia::after {
  height: 25px;
}
}


@media print and (min-width: 768px) and (max-width: 991px) {
  body>#unalTop .seal:after {
  width: 54px;
  height: 54px;
}
body>#unalTop .logo a:after {
  width: 109px;
  height: 46px;
  top: 12px;
  left: 21px;
}
}


