html{
    height: 100%;
    width: 100%;
   }
   
   body{
    width: 100%;
    height: 100%;
   }  
   
   
   .ind5 a{
	color: #ba6c00;;
}
#content:after {
    height: 20em;
    content: "";
    display: block;
    clear: both;
}

#info{
	text-align: justify;
	float: left;
	width: 45%;
	margin: 0.5% 0.2% 0.5% 10%;
	margin-top: -10px;
	/*padding: 0.5%;*/
}

.content1 a{
    text-align: justify;
	font-size: 20px;
    color: #001029;
    text-decoration-line: none!important;
    margin-top: 8px;
}

.content1 a:visited {
    color: #001029;
}
   
#latin,
#ciceron,
#factDisplay
    {
    font-size: 150%;
    font-family: 'mona_lisa_solidregular';
}
#latin,
#ciceron,
#espanol,
#logo,
#Laboratorio,
#copyright{
	display: none;
}


.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }

  .gototop.active {
	opacity: 1;
	visibility: visible;
  }

  .gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #ba6e00;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
  }

  .gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
  }

  .gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
  }