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

body {
  height:100%;
}

#container {
  text-align:left;
  width:980px;
  margin: 0 auto;
  background-color:#fff;
  position:relative;  
}

#logo_evento {
  position:absolute;
  top: 58px;
  left:-35px;
}

#header {
  clear:both;
  padding:30px 80px 0 80px;
  height: 95px;
  overflow:hidden;
}

#logo {
  float:right;
}

#contenido_central {
  clear:both;
  padding: 60px 80px 0 80px;
  overflow:hidden;
}

#col_1 {
  width:180px;
  float:left;
}

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

#footer {
  clear:both;
  height:50px;
}

.datos_evento {
  font-size:120%;
  margin-bottom:2em;
}
