body {
  background: #333;
  font-size: Large;
}

#page-wrap > .main > #texto_cab {
  float: left;
  width: 95%;
  text-align: center;
  border: 1px solid #999;
  max-height: 30px;
  margin-bottom: 2%;
  padding-bottom: 1%;
}

nav {
  display: float;
  float: left;
  height: 100%;
}

#page-wrap > .main > #foto_cab {
  display: none;
}

#page-wrap > .main > #foto_cab > #imagen_cab {
  display: none; 
}

#page-wrap:after {
  content: "Contenido movil";
}



footer {
  display: none;
}    

