        /*  CSS Code file: itnix_style.css */
        /*  Description: look and feel for the elpasombec website  */
        /*  Version: 1.0 */
        /*  All source code & concepts (c) copyright 2008, 2010 by ItNix, LLC. */
        /*  All rights reserved worldwide. */
        /*  Changed by: Ivan Carrazco */

html {

   scrollbar-arrow-color: #FFD350;/*#6CCFF6;*/
   scrollbar-track-color: #EBEBEB;
   scrollbar-base-color: #0055A5;
   scrollbar-face-color: #0055A5;
   scrollbar-highlight-color: #0055A5;
   scrollbar-darkshadow-color: #0055A5;
   height: 100%;
/*
   scrollbar-3dlight-color: #213C73;
*/
}

  body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #EBEBEB;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #000000;
    text-align: center;
  }

  div {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: 0px;
    padding: 0px;
    margin-top: -1px;
    position: relative;
    text-align: left;
    background-color: transparent;
  }


  #page {
    width: 85%;
    min-width: 760px;
    min-height: 100%;
    margin: 0px auto 0px auto;
    border: none;
    background-color: #FFFFFF;;
  }

  #leftCol {
    position: absolute;
    width: 170px;
    height: 100%;
    top: 0px;
    left: 0px;
    border: none;
    z-index: 2;
    background: transparent url( '../../images/leftbartile.jpg' ) scroll repeat-y;
  }
    #leftCol p {
      text-align: center;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 0.8em;
      padding: 0px 20px 0px 0px;
    }
    #leftCol img.bL {
      position: absolute;
      bottom: 3.5em;
      left: 0px;
      width: 170px;
      height: 80px;
    }

  #rightCol {
    margin-left: 170px;
    padding-bottom: 3.3em;
    z-index: 1;
  }


  #header {
    width: 100%;
    height: 160px;
    background: transparent url( '../../images/headertile.jpg' ) scroll repeat-x;
  }

    #header img.rH {
      position: relative;
      float: right;
      width: 510px;
      height: 160px;
    }

    div#ada {
        width: 150px;
        margin-top: 10px;
        padding: 3px;
        height: 25px;
        text-align: center;
      }

      div#ada p {
        margin-bottom: 5px;
        padding: 0px;
        color: #0055A5;
      }

      div#ada a {
        text-decoration: none;
        width: 25px;
        height: 25px;
        margin: 0px 6px 0px 0px;
      }

      div#ada a img {
        display: inline;
        width: 25px;
        height: 25px;
      }


    #splash {
      z-index: 10;
      position: relative;
      float: right;
      width: 510px;
      height: 160px;
      border-bottom: none;
      background: #FFFFFF url( '../../images/topright.jpg' ) scroll no-repeat;
    }

    #splash object, #splash embed {
      display: block;
      width: 510px;
      height: 160px;
      margin: 0px;
      padding: 0px;
      background-color: transparent;
      border: none;
    }

    #content {
    /**filter: alpha(opacity=50);
    opacity: .50;*/
      position: relative;
      min-height: 470px;
    }

    #menuHor {
      width: 100%;
      min-height: 30px;
      background-color: #FFD350;
      border-top: 1px solid #E79D00;
      border-bottom: 1px solid #E79D00;
    }
      #menuHor p {
        text-align: right;
        color: #A36009;
      }
      #menuHor a, #menuHor a:link, #menuHor:visited {
        text-decoration: none;
        color: #A36009;
        font-size: 0.9em;
        font-weight: bold;
        padding: 8px 0px 8px 0px;
        margin: 0px;
        font-family: Helvetica;
      }
      #menuHor a:hover {
        font-size: 0.9em;
        margin: 0px;
        padding: 8px 0px 8px 0px;
        font-weight: bold;
        color: #0055A5;
      }

  #footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    background-color: #0055A5;
    border: 1px solid #6CCFF6;
  }
    #footer img {
      width: 120px;
      height: 20px;
      display: block;
      float: right;
      margin: 0px 5px 0px 0px;
    }

/** End of main layout */
  a, a:link, a:visited, a:hover {
    color: #000000;
  }


/** **/
  table#fees {
    width: 50%;
    margin: 40px auto 0px auto;
    background-color: #EBEBEB;
    padding: 0px;
  }

  table#fees th {
    padding: 5px;
    color: #0055A5;
    background-color: #FFD350;
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
  }

  table#fees tr td {
    background-color: #F7F9FC;
  }


/** rules about the content */

      div.imgCnt {
        margin: 10px auto 10px auto;
      }

      p {
        padding: 8px;
        margin: 0px;
      }

      p.intro {
        position: relative;
        padding-left: 158px;
        min-height: 100px;
      }
      p.intro img {
        position: absolute;
        top:8px;
        left: 0px;
        width: 150px;
        height: 100px;
        margin-right: 3px;
      }

      div.boards p, p.board {
        position: relative;
        padding-left: 100px;
        margin: 10px 0px 5px 10px;
        min-height: 135px;
      }

      div.board p img, p.board img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 90px;
        height: 135px;
      }

      .ib {
        font-weight: bold;
        font-style: italic;
      }

      ul.num {
        list-style-type: decimal;
      }
      ul.diam {
        list-style-type: disc;
      }
      ul.diam2 {
        list-style-type: circle;
      }

      h1, h2, h3, h4, h5, h6 {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 8px;
      }

      hr {
        text-align: center;
        width: 96%;
        margin: 20px auto 20px auto;
      }

      img  {
        display: block;
        border: none;
        padding: 0px;
        margin: 0px;
      }

      a.pd {
        text-decoration: none;
      }

      a.pd img, img.pdf {
        display: inline;
        margin-right: 3px;
        width: 31px;
        height: 31px;
      }

      img.ln {
        display: inline;
      }


      .copyright {
         margin: 0px 0px 0px 1px;
         text-align: center;
         color: #FFFFFF;
         font-size: 0.7em;
      }

      .bl {
        color: #0055A5;
      }

      sup {
        font-size: 0.65em;
      }

      .space {
        clear: both;
        display: block;
      }

      .tle {
        font-weight: bold;
      }

      .ctxt {
        text-align: center;
      }
