/* CSS Document */
@import url("generic.css"); 

body {
  height:100%;
}

#container {
  width:810px;
  margin: 10px auto;
  text-align:left;
  position:relative;
}

#header {
}

#logo {
  float:left;
}

#idiomas {
  float:right;
  width:165px;
  text-align:center;
}

#col_1 {
  width:185px;
  float:left;
  clear:both;
}

#col_2 {
  width:620px;
  float:right;
}

#footer {
  clear:both;
}
