@charset "UTF-8";
body {
  margin: 0;
  font: 13px Arial, Helvetica, sans-serif;
  height: 100%;
  width: expression(document.documentElement.clientWidth < 1003 ? "1003px" : "auto"); }

ul.lista-sin-puntitos {
  padding: 0 0 15px 0; }
  ul.lista-sin-puntitos li {
    list-style-type: none;
    margin: 0 0 8px 15px; }

a {
  color: #1f58a0;
  text-decoration: none; }
  a:hover, a.numlink {
    text-decoration: underline; }

h1 {
  font-size: 25pt;
  font-weight: normal;
  margin: 0 0 0.5em 0;
  padding: 0; }


h2 {
  font-size: 15pt;
  font-weight: normal;
  margin: 1em 0 0.3em 0;
  padding: 0; }

p {
  margin: 2px 0 6px 0;
  padding: 0; }

small {
  color: black;
  font-size: 10px; }

/* mantenimiento */
.core-MaintenancePage {
  margin: 20px auto;
  width: 80%;
  max-width: 1200px;
  position: relative;
}

.core-MaintenancePage_Header {
  text-align: center;
}

.core-MaintenancePage_Img {
  width: 100%;
  max-width: 1000px;
  padding: 20px 0;
  margin: 0 auto;
}

.core-MaintenancePage_Img img{
  width: 100%;
}

.core-MaintenancePage_Body {
  width: 100%;
  text-align: center;
}

.core-MaintenancePage_Body h1 {
  color: #21689d;
  margin-bottom: 20px;
}

.core-MaintenancePage_Text {
  font-size: 1rem;
  line-height: 1.5rem;
}

/* 404 static page */
.core-PageNotFound {
  margin: 1.25rem auto;
  width: 80%;
  max-width: 1200px;
  position: relative;
}

.core-PageNotFound_Header {
  text-align: center;
}

.core-PageNotFound_Img {
  width: 100%;
  max-width: 1000px;
  padding:1.25rem 0;
  margin: 0 auto;
}

.core-PageNotFound_Img img {
  width: 100%;
}

.core-PageNotFound_Body {
  width: 60%;
  margin: 0 auto;
  font-size: 1rem;
}

.core-PageNotFound_Body h1 {
  color: #21689d;
  margin-bottom: 1.25rem;
}

.core-PageNotFound_Body h2 {
  color: #21689d;
}

.core-PageNotFound_SearchForm {
  margin: 1.25rem 0;
}

.core-PageNotFound_SearchForm {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.core-PageNotFound_SearchBoxWrapper {
  width: calc(100% - 1.5rem);
  height: fit-content;
  display: flex;
  border-radius: 3px;
  padding: 0.5rem 1.5rem 0.5rem 0;
  align-items: center;
  justify-content: space-between;
}

.core-PageNotFound_SearchBox {
  cursor: text;
  width: 100%;
  height: 30px;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  appearance: none;
  font-size: 16px;
}

.core-PageNotFound_SearchBox:focus {
  outline: none;
}

.core-PageNotFound_SearchSubmit {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin: 0;
  opacity: 0.8;
}

.core-PageNotFound_Text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.core-PageNotFound_Text p {
  margin-bottom: 15px;
}

.core-PageNotFound_Text b {
  color: #21689d;
}

.rnk-Button {
  padding: .5em 1em;
  font-size: 0.875rem;
  background-color: #21689d;
  color: #fff;
  border-radius: 3px;
  font-size: 1rem;
}

.core-PageNotFound_Cta {
  margin: 40px 0;
}

.rnk-Button-primary {
  background-color: #21689d;
}

.rnk-Button-danger {
  background-color: #da4a33;
}

/* media queries 404*/
@media screen and (max-width: 1200px){
  .core-PageNotFound_Body {
    width:90%;
  }
}

@media screen and (max-width: 800px){
  .core-PageNotFound_Body {
    width:100%;
  }
}

@media screen and (max-width: 450px){

  .core-PageNotFound_Img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }

  .core-PageNotFound_SearchForm #ticker {
    width: 75%;
  }
  .core-PageNotFound_Img img {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .core-PageNotFound_Text {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .core-PageNotFound_Text p {
    margin-bottom: 1.25rem;
  }

  .core-PageNotFound_Cta a {
    display: block;
    width: fit-content;
    margin-bottom: .75rem;
  }
}
