@media/* */ screen,projection {

* > h1 {
  margin : 0
}

* > #menu {
  position : absolute;
  left     : 1%;
  width    : 20%;
  top      : 70px;
  bottom   : 10px;
}

* > #contenidos {
  position : absolute;
  right    : 1%;
  width    : 77%;
  top      : 70px;
  bottom   : 10px;
}

* > .box-1 {
  padding  : 0;
  margin   : 0;
}

* > .box-2 {
  position : absolute;
  padding  : 0;
  margin   : 0;
  top      : 0;
  bottom   : 0;
  left     : 0;
  right    : 0;
}

* > .box-3 {
  position : absolute;
  padding  : 0;
  margin   : 0;
  top      : 0;
  bottom   : 0;
  left     : 0;
  right    : 0;
}

* > .box-4 {
  position : absolute;
  padding  : 0;
  margin   : 0;
  top      : 3px;
  bottom   : 3px;
  left     : 3px;
  right    : 3px;
}

* > .box-5 {
  position : absolute;
  padding  : 0;
  margin   : 0;
  top      : 0;
  bottom   : 0;
  left     : 0;
  right    : 0;
}

}
