.ontologia {
  position: relative;

  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%; 
  height: 800px;

  padding: 7px;
  
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;

}

.ontologia-fullscreen{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 600;

}

#normalScreen{
	position: fixed;
	bottom: 50px;
	left: 15px;
	z-index: 700;
}

