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

body {
  height:100%;
}


#container, #header {
  width: 980px;
  margin:0px auto 30px auto; 
  overflow:hidden;  
}

#header {
  margin: 10px auto 10px auto;
}

#logo {
  clear:both;
}

#col_1 {
  float:left;
  width:700px;
  overflow:hidden;
}

#fondo_col_1 {
   padding: 0 20px;
   background-color:#fff;
   clear:both;
}

#col_2 {
  width:250px;
  float:right;
  padding-right:15px;
}

#footer {
  clear:both;
}

#personaje {
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -190px;

  width: 100px;
  height:260px;
  background-image:url(../images/personajes/personaje_1.png);
  background-repeat:no-repeat;
  background-position: 0 0;

  padding:120px 393px 0px 240px;  
  font-size: 95%;
  
  font-style:italic;
}
