
@import url(lugar.css);


*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body{
  margin: 0;
  min-width: 300px;
  background: white;
}

#contenedorTotal{
  position: relative;
  /*background: rgba(255,255,255,0);*/
  width: 100%;
  top:60px;/*PARA QUE COMIENZE ABAJO DE LA BARRA DE MENU*/
}
