   .container {
    width: 1170px;
    background-color: #ffffff;
    margin: 0 auto;
    min-height: 94vh;
    border-style: solid;
    border-color: #d8d2c1;
    border-width: 0 2px 2px 2px;
    border-radius: 25px 25px 0 0;
   }
   .bottom {
    width: 1170px;
    margin: 0 auto;
    background-color: #d8d2c1;
    height: 30px;
    text-align: center;
    border-radius: 0 0 25px 25px;
    }
   .bottom span {
    display:inline-block;
    color: #003968;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    border-radius: 0 0 25px 25px;
   }
   .header {
    background-color: #d8d2c1;
    color: #003968;
    padding: 30px;
    font-weight: bold;
    border-radius: 25px 25px 0 0;
   }
   .pagetitle {
    background-color: #b19e76;
    color: #ebe7dd;
    font-weight: bold;
    font-size: 24px;
    paddign: 5px;
   }
   .pagetitle img {
    vertical-align: middle;
   }

   .main {
    min-height: 200px;
    width: 100%;
    font-family: "PT-Sans", Helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
   }
   .main h1 {
    font-size: 24px;
    font-weight: 200;
    color: #003968;
    background-color: #d8d2c1;
    padding: 10px;
   }
   .main h2 {
    font-size: 24px;
    font-weight: 200;
    margin: 20px;
   }
   .main h3 {
    font-size: 18px;
    font-weight: 100;
    margin: 20px;
   }
   .main .tabla {
    margin: 20px;
    font-size: 18px;
    font-weight: 100;
   }
   .main .tabla tr {
    height:40px;
   }
   .folink:link {
     text-decoration: none;
     color: #b19e76;
   }
   .folink:visited {
     text-decoration: none;
     color: #b7aa8e;
   }
   .folink:hover {
     text-decoration: none;
     color: #d8d2c1;
   }
   .folink:active {
     text-decoration: none;
   }
   @media screen and (max-width: 1170px) {
   .container {
    width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    min-height: 94vh;
    border-style: solid;
    border-color: #a7c4de;
    border-width: 0 2px 0 2px;
    border-radius: 25px 25px 0 0;
   }
   .bottom {
    width: 100%;
    margin: 0 auto;
    background-color: #d8d2c1;
    height: 30px;
    text-align: center;
    border-radius: 0 0 25px 25px;
    }
   .bottom span {
    display:inline-block;
    color: #003968;
    font-weight: bold;
    height: 30px;
    padding: 5px;
    border-radius: 0 0 25px 25px;
   }
  }
  body {
    background-color: #ececec;
  }
