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

body {
  height:100%;
}

#container {
  width:980px;
  margin: 0px auto;
  text-align:left;
  position:relative;
  padding-bottom:20px;
}

#banda_telefono {
  position:absolute;
  top: 0;
  right:0;
}

#header {
}

#menu {
}

#menu_inf {
  clear:both;
}

#main {
  width:660px;
  float:left;
}

#destacados {
  width:300px;
  float:right;
}

#footer {
  clear:both;
}

#link_actua {
  position:absolute;
  top: 260px;
  right: 10px;
  z-index: 100;
}
