/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding: 35px 0 0;
    background: url(../images/back.jpg);
    text-align: center;
    color: #ffc;
    font: 13px "Times New Roman", Times, Georgia, serif;
  }
  #container{
    margin: 0 auto;
    width: 700px;
    text-align: left;
  }
  h1, h2, h3{
    font-weight: normal;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{ height: 235px; background: url(../images/header_bg.jpg) no-repeat; text-align: center; top: 16px; padding: 0 90px 0; }
  h1#logo{
    padding-top:  150px;
  }
  h1#logo a{
    display: block;
    margin: 0 auto;
    width: 312px;
    height: 55px;
    background: transparent url(../images/blanco.gif) no-repeat;
  }
  h1#logo a:hover{}
  #header h2{ color: #612011; position: relative; top: 0; border-bottom: 1px solid #cbb99d; font-size: 21px; }
  ul#mainNav{ font-size: 14px; list-style: none; }
  ul#mainNav li{
    float: left;
    border-top: 1px solid #ffc;
    border-bottom: 1px solid #ffc;
  }
  ul#mainNav a{ display: block; padding: 7px 0; color: #ffc; text-decoration: none; }
  ul#mainNav a:hover{
    background: #611315;
    color: #ffc;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    padding: 0 90px 30px;
    background: url(../images/content_bg.jpg) repeat-y;
    line-height: 18px;
  }
  h3{ float: left; margin-top: -2px; padding-right: 4px; font-size: 16px; font-weight: bold; line-height: 22px; }
  p{
    margin-bottom: 1px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{ height: 151px; background: url(../images/footer_bg.jpg) no-repeat; font-size: 9px; padding: 160px 90px 1em; }
  ul#metaLink{
    border-top: 1px solid #cbb99d;
    list-style: none;
  }
  ul#metaLink li{
    float: left;
    margin-right: 15px;
  }
  ul#metaLink a{
    color: #766454;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
#id { }
a:link { color: #000; text-decoration: none; }
h6 { color: #800; font-size: 16px; font-weight: bold; font-style: italic; margin-right: 0; margin-left: 0; }
hr { color: white; font-size: 1px; font-weight: bold; margin-right: 0; margin-left: 0; }

