
body { 
       font-family: arial, sans-serif;
       font-size: 10pt;
       background-color: #fff;
 }

a { 
    color: #596f5b;
    text-decoration: none;
 }

img { 
      border: none;
 }

div#banner { 
             width: 1000px;
             height: 90px;
             background-image: url('/images/banner2.png');
 }

div#banner2 { 
              width: 1000px;
              background-color: #84a3b8;
              color: #fff;
              font-family: arial, sans-serif;
              font-size: 16pt;
              font-style: italic;
              text-align: center;
              border-bottom: solid #3d5155 2px;
 }

div#nav { 
          width: 200px;
          float: left;
          border-right: solid #3d5155 1px;
          background-color: #84a3b8;
          padding: 10px;
          
 }

div#nav a { 
            color: #fff;
            text-decoration: none;
            
 }

div#content { 
              width: 500px;
              float: left;
              padding: 10px;
 }

div#extras { 
          width: 240px;
          float: left;
          border-left: solid #84a3b8 1px;
          background-color: #fff;
          padding: 10px;
          
 }

div#bottom { 
             width: 1000px;
             color: #596f5b;
             border-top: solid #84a3b8 1px;
             text-align: center;
             clear: both;
}


span#quote { 
             color: #000;
             font-style: italic;
 }

span#author { 
             color: #596f5b;
             font-style: normal;
 }


div.section {
              padding: 10px;
              }

div.resumenav { 
                height: 30px;
                padding-top: 25px;
                font-family: Helvetica, sans-serif;
                font-size: 10pt;
                }


div.resumenav a { 
                  text-decoration: none;
                  padding: 5px;
                  }
