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

body {
  height:100%;
}

#container {
  text-align:left;
  width:980px;
  margin: 10px 0 0 0;
}

#logo {
  padding:0 0 20px 80px;
}

#contenido_central {
  clear:both;
  overflow:hidden;
}

#col_1 {
  width:240px;
  height: 410px;
  float:left;
  padding:20px;  
}

#col_2 {
  width:700px;
  height:450px;
  float:right;
/*  background-image:url(../images/tmp.jpg);*/
}

#footer {
  clear:both;
}