/*Modificado: 01-09-2023*/
body {
  background: #fff;
}

.page-header {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}

.panel-body {
  border: 1px solid #e6e6e6;
}

.tab-content.panel,
.tab-content.panel-body,
.tab-content .panel-body,
.tab-content .panel {
  border: none;
}

.dataTables_wrapper {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
}
.dataTables_wrapper .panel-body,
.dataTables_wrapper .panel {
  padding: 0;
  border: none;
  background-color: transparent;
}

.contenedor-menu-rastro {
  background-color: transparent;
  padding-top: 15px;
  margin-bottom: 20px;
}

.menu-presupuestos-portada {
  display: table;
  width: 100%;
}

.border {
  border: 1px solid #ddd;
}

.menu-presupuestos-portada.menu-interno {
  border-bottom: none;
}

.menu-presupuestos-portada.menu-interno .anio1,
.menu-presupuestos-portada.menu-interno .anio2,
.menu-presupuestos-portada.menu-interno .anio3 {
  background-color: #f5f5f5;
}

.banner-destacado {
  background: #FFF;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.img-width-100 img {
  width: 100%;
}

.ultimas-publicaciones .imagen-responsive img {
  opacity: 1;
  max-width: 110px !important;
  /*@media (max-width: 1200px) {
    max-width: 100px;
  }*/
}
.ultimas-publicaciones .imagen-responsive img:hover {
  opacity: 0.9;
}
.ultimas-publicaciones .abstract a {
  color: #475156;
}

.titulo-caja,
.ntg-titulo-caja {
  font-weight: 500;
  margin: 0 auto 20px;
  /*padding-bottom: 10px;
  border-bottom: 1px solid #ddd;*/
}

@media (max-width: 1399px) and (min-width: 992px) {
  #header .buscador {
    bottom: auto;
  }
}
@media (min-width: 992px) {
  #header .menu-superior.menu-superior-new {
    position: absolute;
    bottom: 105px;
    right: 0;
    height: 50px;
  }
}
@media (min-width: 992px) {
  #header .buscador {
    position: relative;
    margin-left: 20px;
    width: 300px;
    right: 0;
    bottom: auto;
  }
}
#header .buscador input[type="text"] {
  border: none;
  font-size: 1.2em;
  border-radius: 20px;
  box-shadow: none;
}

.input-group.input-group-md.buscador {
  border-radius: 20px;
}

#header .menu-superior.menu-superior-new li>a:before,
#header .menu-superior.menu-superior-new li+li>a:before {
  font-family: FontAwesome;
  content: " ";
  font-size: 30%;
  position: absolute;
  left: 5px;
}

.menu-superior-new.menu-superior-new {
  /*.facebook span.fa.fa-facebook {
    font-size: 20px;
  }

  .twitter span.fa.fa-twitter {
    font-size: 20px;
  }*/
}
.menu-superior-new.menu-superior-new .facebook .fa,
.menu-superior-new.menu-superior-new .twitter .fa,
.menu-superior-new.menu-superior-new .linkedin .fa,
.menu-superior-new.menu-superior-new .instagram .fa {
  font-size: 20px;
}
.menu-superior-new.menu-superior-new li {
  font-size: 13px;
}
.menu-superior-new.menu-superior-new .small {
  font-size: 100%;
}

.destacados-carrusel .titulo {
  width: 100% !important;
  text-align: center;
}

.calendario_publicaciones .fecha {
  background-color: #EE018F;
  color: #FFF;
  width: 70px;
  height: 70px;
  text-align: center;
}

.calendario_publicaciones .abstract {
  padding: 10px 0 0 80px;
}

.calendario_publicaciones .dia {
  font-size: 2em;
  display: table;
  width: 100%;
}

.calendario_publicaciones .mes {
  display: table;
  width: 100%;
}

.btn-primary a {
  color: #fff;
}

.btn-primary a:hover {
  color: #fff;
  text-decoration: none;
}

.ntg-compartir .btn {
  float: right;
  font-size: 1.05em;
  position: relative;
  padding: 5px 15px 5px 40px;
  font-weight: 500;
  border-radius: 15em;
}
.ntg-compartir .btn .texto {
  font-weight: 600;
}
.ntg-compartir .btn .fa-share-alt {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 1.5em;
}
.ntg-compartir .dropdown-menu {
  text-align: center;
  min-width: 100%;
}
.ntg-compartir .dropdown-menu:before {
  right: auto;
  left: 50%;
}
.ntg-compartir .dropdown-menu .social-tools {
  padding: 0;
}
.ntg-compartir .dropdown-menu .social-tools a.linkedin:after {
  content: "\f0e1";
}
.ntg-compartir .dropdown-menu .social-tools a.linkedin:hover {
  color: #0A66C2;
}
.ntg-compartir .dropdown-menu a {
  display: inline-block;
}

#i__dpIF_pa_IF_valores_1 .titulo.pvid-22563>a:before {
  content: "\f002";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #0f69b4;
}



/*Fin CSS*/