  * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 0;
  }
  
  body {
      margin: 15px 0;
      padding: 10px 10px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.4em;
      color: #444;
      ;
  }
  
  td a {
      color: #0B4FA0;
      font-weight: bold;
      text-decoration: none;
  }
  
  html {
      font-size: 16px;
  }
  
  body {
      text-align: center;
  }
  
  .header {
      background-color: white;
      padding: 30px 70px 7px 10px;
      display: flex;
      justify-content: space-between;
  }
  
  @media screen and (max-width: 1440px) {
      .header {
          padding: 44px 118px 15px 80px;
      }
  }
  
  @media screen and (max-width: 1024px) {
      .header {
          padding: 13px 31px 10px 60px;
      }
  }
  
  @media screen and (max-width: 768px) {
      .header {
          padding: 8px 13px 7px 10px;
      }
  }
  
  @media screen and (max-width: 600px) {
      .header {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 8px 8px;
      }
  }
  
  #logo img {
      max-width: 400px;
      max-height: 100px;
      text-decoration: none;
      -webkit-transition: color .5s;
      transition: color .5s;
  }
  
  @media screen and (max-width: 1300px) {
      #logo img {
          max-width: 400px;
      }
  }
  
  @media screen and (max-width: 927px) {
      #logo img {
          max-width: 200px;
      }
  }
  
  @media screen and (max-width: 650px) {
      #logo img {
          max-width: 100px;
      }
  }
  
  .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  
  .menu__item {
      color: #2a405e;
      text-decoration: none;
      font-size: 1.375rem;
      font-weight: bold;
  }
  
  .menu__item:not(:last-child) {
      margin-right: 25px;
  }
  
  .menu__item:not(:last-child)::after {
      content: "";
      display: inline-block;
      width: 1.5px;
      height: 16px;
      margin-left: 25px;
      background-color: black;
  }
  
  .menu__item:hover {
      color: black;
      transition: color .5s;
      transform: scale(1.2);
  }
  
  @media screen and (max-width: 1024px) {
      .menu__item {
          font-size: 1.125rem;
      }
      .menu__item:not(:last-child)::after {
          height: 13px;
      }
  }
  
  @media screen and (max-width: 600px) {
      .menu {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
  }
  
  @media screen and (max-width: 450px) {
      .menu__item:not(:last-child) {
          margin-right: 10px;
      }
      .menu__item:not(:last-child)::after {
          margin-left: 10px;
          width: 1px;
      }
  }
  
  .footer {
      font-size: 90%;
      line-height: 1.25em;
      padding: 25px 30px 15px 30px;
      background-color: rgb(14, 62, 127);
  }
  
  .footer a {
      color: white;
      text-decoration: none;
      text-transform: uppercase;
  }
  
  .footer a:hover {
      color: red;
  }
  
  @media screen and (max-width: 1024px) {
      .area {
          font-size: 10px;
      }
  }
  
  @media screen and (max-width: 600px) {
      .area {
          font-size: 6px;
      }
  }
  
  .main {
      margin: 0px auto;
      position: relative;
      max-width: 100%;
      background-color: #FFF;
  }
  
  .main_radius_bottom {
      margin: 0px auto 0 auto;
      position: relative;
      max-width: 100%;
      background-color: #DFE9F2;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      -moz-border-bottom-right-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
      padding: 0 0 0 0;
  }
  
  .logo a {
      background: url("new.png") no-repeat;
  }
  
  .secure {
      font-family: "Times New Roman", Times, serif;
      font-size: 40px;
      text-decoration: none;
      text-shadow: 1px 1px 2px black;
      color: #3079EE;
      text-transform: none;
      word-wrap: break-word;
  }
  
  .future {
      color: #3079EE;
  }
  
  .menu {
      padding: 10px 0 0;
  }
  
  .phone {
      padding-top: 7px;
      width: auto;
      height: auto;
  }
  
  .tel {
      font-size: 190%;
      color: #6BAAF5;
      padding-left: 32px;
      background-image: url(phone.png)
      /*tpa=http://www.BanCreditprivada.com/templates/default/images/phone.png*/
      ;
      background-repeat: no-repeat;
      background-position: 0px 0px;
      font-weight: bold;
      padding-bottom: 3px;
  }
  
  .top {
      padding-top: 15px;
      padding-right: 15px;
      float: right;
      font-size: 90%;
      text-transform: uppercase;
  }
  
  .top a {
      text-decoration: none;
  }
  
  .top a:hover {
      text-decoration: underline;
  }
  
  .line15 {
      width: 100%;
      height: 20px;
  }
  
  .line15_rs {
      background: #DFE9F2;
      width: 100%;
      height: 15px;
      border-top: 1px solid #B8D1F8;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      -moz-border-top-right-radius: 15px;
      -webkit-border-top-left-radius: 15px;
  }
  
  .coltable {
      padding: 10px 0 100px 0;
      width: 100%;
      margin: 0 auto;
  }
  
  .left {
      float: left;
  }
  
  .right {
      float: right;
  }
  
  .h1_line {
      border-bottom: 1px dotted #999;
      padding-bottom: 8px;
  }
  
  .border1 {
      border: 1px solid red;
  }
  
  .glossary {
      font-size: 100%;
      color: #3079EE;
      font-weight: bold;
  }
  
  .down {
      font-size: 18px;
      line-height: 1.3em;
  }
  
  .down a:hover {
      transition-duration: 1s;
      font-size: 18px;
      text-decoration: none;
  }
  
  .h1 {
      color: #0B4FA0;
      margin: 5px 0 20px 0;
      text-shadow: #376288 0em 0em 3em;
      font-weight: normal;
      font-size: 24px;
  }
  
  h2 {
      color: #0B4FA0;
      text-transform: uppercase;
      font-size: 12px;
      margin-top: 15px;
  }
  
  p {
      text-align: justify;
      margin: 10px 0;
  }
  
  form {
      padding: 0;
      margin: 0;
  }
  
  .imagen {
      border: 1px dotted #C0E8F1;
      padding: 5px;
  }
  
  .ul_square {
      list-style-type: square;
      text-align: justify;
      padding-left: 0px;
      margin-left: 20px;
  }
  
  .ul_disc {
      list-style-type: disc;
      text-align: justify;
      padding-left: 0px;
      margin-left: 20px;
  }
  
  .ul_disc li {
      padding-bottom: 3px;
  }
  
  .ul_square li {
      padding-bottom: 3px;
  }
  
  ol {
      text-align: justify;
      padding-left: 0px;
      margin-left: 20px;
  }
  
  ol li {
      padding-bottom: 3px;
  }
  
  .go {
      width: 42px;
  }
  
  input,
  textarea {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px outset #C5C5C5;
      padding: 2px;
  }
  
  select {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      border: 1px solid #C5C5C5;
      height: 22px;
      margin: 2px 0;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
      border: 0;
  }
  
  input[type="submit"],
  input[type="button"],
  input[type="reset"] {
      padding: 3px 10px 3px 10px;
  }
  
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
      border: 1px inset #999;
      background-color: #EEE;
  }
  
  input:focus,
  textarea:focus,
  select:focus {
      border-color: rgba(82, 168, 236, 0.8);
      outline: 0;
      outline: thin dotted \9;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  }
  
  .form-required {
      color: red;
  }
  
  .fail {
      display: inline;
      color: red;
      padding-left: 10px;
  }
  
  .component label {
      float: left;
      width: 25em;
      margin-top: 5px;
      text-shadow: #376288 0em 0em 3em;
  }
  
  .apply_input {
      width: 250px;
      margin-bottom: 3px;
  }
  
  .apply_inputarea {
      width: 300px;
      margin-bottom: 3px;
  }
  
  .apply_select {
      width: 257px;
      margin: 2px 0;
      height: 22px;
  }
  
  .apply_select1 {
      width: auto;
      margin: 2px 0;
      height: 22px;
  }
  
  .KT_tngtable th,
  .KT_tngtable td.KT_th {
      text-align: right;
      vertical-align: top;
  }
  
  .KT_tngtable span.KT_required {
      color: #cc0000;
      font-family: Courier New, Courier, monospace;
      font-weight: normal;
  }
  
  #KT_tngdeverror,
  #KT_tngtrace {
      border: 1px solid #FF9B9B;
      padding: 10px 10px 12px 50px;
      margin: 10px 10px 0px 10px;
      background-color: #FEE8E2;
      background-image: url(warning.gif)
      /*tpa=http://www.BanCreditprivada.com/templates/default/images/warning.gif*/
      ;
      background-repeat: no-repeat;
      background-position: 7px 10px;
      line-height: 1.4em;
      text-align: left;
  }
  
  #KT_tngerror {
      border: 1px solid #FF9B9B;
      padding: 10px 10px 12px 50px;
      margin: 10px 10px 0px 10px;
      color: #000;
      background-color: #FEE8E2;
      background-image: url(error.gif)
      /*tpa=http://www.BanCreditprivada.com/templates/default/images/error.gif*/
      ;
      background-repeat: no-repeat;
      background-position: 7px 10px;
      text-align: left;
  }
  
  #KT_tngerror label,
  #KT_tngdeverror label {
      font-weight: bold;
  }
  
  .form_validation_field_error_error_message,
  .KT_field_error {
      color: #ff0000;
  }
  
  .tick {
      background-image: url(/templates/default/images/tick.png);
      background-repeat: no-repeat;
      background-position: 0 0;
  }