/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: rgb(0,0,0);
}
.base{
  margin-left: 9rem;
  width: 1200px;
}
.casa{
  position: absolute; 
  z-index: 1;
  width: 100%;
} 
.rara_abajo{
  position: absolute;
  z-index: 2;
  width: 100%;
}
.rara_abajo:hover{
  display: none;
}
.rara_arriba{
  position: absolute;
  z-index: 3;
  width: 100%;
}
.habita_principal{
  position: absolute;
  z-index: 4;
  width: 100%;
}
.estudio{
  position: absolute;
  z-index: 5;
  width: 100%;
}
.escalera{
  position: absolute;
  z-index: 6;
  width: 100%;
}
.escobas{
  position: absolute;
  z-index: 7;
  width: 100%;
}
.habita_nose{
  position: absolute;
  z-index: 7;
  width: 100%;
}
.arreglo_nose{
  position: absolute;
  z-index: 7;
  width: 100%;
}
.recibidor{
  position: absolute;
  z-index: 8;
  width: 100%;
}
.grid{
  position: relative;
  z-index: 9;
  width: 100%;
}
.rara_abajo_grid{
  position: absolute;
  z-index: 10;
  background-color: red;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.rara_arriba_grid{
  position: absolute;
  z-index: 10;
  background-color: green;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.habita_principal_grid{
  position: absolute;
  z-index: 10;
  background-color: blue;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.estudio_grid{
  position: absolute;
  z-index: 10;
  background-color: yellow;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.escalera_grid{
  position: absolute;
  z-index: 10;
  background-color: red;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.escobas_grid{
  position: absolute;
  z-index: 10;
  background-color: green;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.habita_nose_grid{
  position: absolute;
  z-index: 10;
  background-color: yellow;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
.recibidor_grid{
  position: absolute;
  z-index: 10;
  background-color: blue;
  width: 7rem;
  height: 8rem;
  left: 49rem;
  top: 38rem;
}
