html{
    height: 100%;
    width: 100%;
   }
   
   body{
    width: 100%;
    height: 100%;
   }  
   
   
   .ind7 a{
	color: #ba6c00;
}

#content:after {
    height: 8em;
    content: "";
    display: block;
    clear: both;
}


.content1 {
    text-align: justify;
	font-size: 20px;
    color: #001029;
    text-decoration-line: none!important;
    margin-top: 8px;
}

.content1 a{
    text-align: justify;
	font-size: 20px;
    color: #001029;
    text-decoration-line: none!important;
    margin-top: 8px;
}

.content1 a:visited {
    color: #001029;
}

#iflocation {
    width: 100%;
    height: "600"; 
    top: 0;
    left: 0;
    padding-bottom: 70%;
    border: 0;
}

.titulo2 a {
    color: #ba6e00;
	margin-top: 10%;
	font-size: 35px;
	font-family: 'mona_lisa_solidregular';
	font-weight: normal;
}


.titulo3 a{ 
    color: #001029;
	margin-top: 5%;
	font-size: 30px;
	font-family: 'mona_lisa_solidregular';
	font-weight: normal;
}


.titulo3 a:visited {
    color: #001029;
}

figcaption {
    display: block;
  }
  
.image { position: absolute;
    z-index: 10000; }
    
audio {
    width: 200px;
    height: 20px;
    color: #001029;
    background-color:#a9bdbe;
    border-color: #ba6c00;

}

.textStyle{
    text-align: justify;
    font-size: 20px;
	color: #001029;
	margin-top: 8%;
}

#info{
	text-align: justify;
	float: left;
	width: 45%;
	margin: 0.5% 0.2% 0.5% 10%;
	margin-top: -10px;
	/*padding: 0.5%;*/
}
   
#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;
  }

