@charset "UTF-8";

body {
  width: 100%;
  height: 100%;
  background: url('/images/home_bg_suenos.jpg') no-repeat top center #11171f;
  font-family: Georgia, Times, Times New Roman, Serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #fff;
}

a:link, a:visited {
  text-decoration: none;
  color: #0c4e61;
}

a:hover, a:active {
  text-decoration: underline;
}

div#content_container {
  width: 955px;
  margin: 0 auto;
}


/* Main Image */

div#main_image {
  width: 951px;
  margin: 0;
  height: 506px;
}	
  
  div#main_image a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #bec39d;
  }
   
    div#main_image a:hover, 
    div#main_image a:active {
      color: #ecf3c3;
      text-decoration: none;
    }    
    
    div#main_image a img {
      margin-bottom: 4px;
      vertical-align: middle;
    }
    
    div#main_image a .overlay {
      width: 410px;
      padding: 441px 0 0 287px;
      text-align: center;
    }
    
    div#main_image a.home_rss_link {
      display: block;
      float: left;
      position: absolute;
      width: 16px;
      height: 16px;
      margin-left: 484px;
      margin-top: 441px;
    }

/* Left Column */

div#left_col {
  width: 199px;
  color: #c4c4c4;
  background: #050709 url('/images/leftcol_bg.jpg') top center no-repeat;
  padding: 15px 10px 0 10px;
  float: left;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

  
  div#left_col a {
    color: #a0e9ff;
  }

  a.subhead {
    display: block;
    padding: 0 10px 5px 16px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    clear: both;
  }

  a.home_teaser {
    display: block;
    height: 69px;
    padding: 0 16px;
    text-align: left;
    line-height: 18px;
    clear: both;
  }

    a.home_teaser img {
      float: left;
      margin: 6px 12px 6px 0;
      border: 1px solid #242f3f;
    }
    
    a.home_teaser h4 {
      font-size: 14px;
      color: #a0c2cd;
      padding-top: 16px;
      margin: 0;
      font-style: normal;
    }
    
    a.home_teaser .date {
      font-size: 13px;
      color: #e6e8db;
      font-style: italic;
    }
    
  a.home_teaser:hover,
  a.home_teaser:active {
    background: #a0c2cd url(/images/rightcol_li_bg.gif) top left repeat-x;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(256, 256, 256, 0.3); 
  }
  
    a.home_teaser:hover img,
    a.home_teaser:active img {
      border: 1px solid #7fa4b0;
    }
    
    a.home_teaser:hover h4,
    a.home_teaser:active h4 {
      color: #000;
    }
    
    a.home_teaser:hover .date,
    a.home_teaser:active .date {
      color: #0c4eb1;
    }
  
  a.last {
    border: 0;
    margin-bottom: 15px;
  }

/* Center Col */

div#center_col {
  width: 534px;
  float: left;
  text-align: center;
}

  a#news_header {
    display: block;
    width: 160px;
    height: 39px;
    background: url('/images/home_center_header.gif') top center no-repeat;
    margin: 0 auto;
  }
  
  a#news_more {
    display: block;
    width: 175px;
    height: 39px;
    background: url('/images/home_center_more.gif') top center no-repeat;
    margin: 10px auto 0 auto;
  }
  
  div#home_news_column {
    color: #000;
    padding: 0 70px;
    text-align: left;
  }

/* Right Col */

div#right_col {
  width: 200px;
  float: left;
  padding: 15px 0;
  color: #c4c4c4;
  background: #050709 url('/images/rightcol_bg.jpg') top center no-repeat;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

  div#right_col a {
    color: #a0e9ff;
  }
  
  div#right_col a.subhead {
    color: #fff;
  }

  
  div#right_col img.fl {
    padding-right: 0;
  }

  div.right_entry {
    text-align: left;
    margin-bottom: 20px;
  }
  
    div.right_entry div.text {
      padding: 0 8px;
    }
  
    div.right_entry img.border {
      border: 1px solid #26323f;
      margin-bottom: 10px;
    }
    
    div.right_entry img.title {
      margin-bottom: 5px;
    }
  
    div.right_entry a {
      display: block;
      text-align: center;
    }
    
    div.right_entry a.bulleted {
      display: inline;
      text-align: left;
      margin-right: 10px;
    }














