html{
    height: 100%;
    width: 100%;
   }
   
   body{
    width: 100%;
    height: 100%;
   }  
   
   
   .ind6 a{
	color: #ba6c00;
}

#content2 img {
    margin-left: 15%;
    margin-right: 5%;
    margin-bottom: 25%;
  }

  #content3 img {
    margin-left: 15%;
    margin-right: 5%;
    margin-bottom: 35%;
  }

#content:after {
    height: 5em;
    content: "";
    display: block;
    clear: both;
}

#iflocation {
    width: 100%;
    height: "600"; 
    top: 0;
    left: 0;
    padding-bottom: 70%;
    border: 0;
}
.titulo2{
    margin-bottom: 5%;
}

.textStyle3{
    font-size: 20px;
	color: #001029;
	margin-left: 1em;
	margin-right: 1em;
    margin-bottom: 5%;  
    margin-left:10%
}


.inputText{
	width: 60%;
	height: 26px;
    background-color:#a9bdbe;
    border-color: #ba6c00;
    font-family: 'mona_lisa_solidregular';
    color: #ba6c00;
    font-size: 20px;
    outline: none;
    border-width: 2px;
    border-style: solid;
}

.inputText2{
	width: 9%;
	height: 26px;
    background-color:#a9bdbe;
    border-style: solid;
    border-color: #ba6c00;
}

.inputText3{
	background-color:#a9bdbe;
    border-color: #ba6c00;
    font-family: 'mona_lisa_solidregular';
    color: #ba6c00;
    font-size: 20px;
    outline: none;
    border-width: 2px;
    border-style: solid;
}

textarea { vertical-align: top; }​
.comments {
    vertical-align: top;
}

input[type=radio] {
    border: 0px;
    height: 15px;
    width: 15px;
}

.enviarBtn{
	border-style: solid;
	border-color: #cc0000;
	display: block;
    text-align: center;
    width: 15%;
    height: 30px;
    border-width: 2px;
    margin-bottom: 1em;
    font-family: 'mona_lisa_solidregular';
    font-size: 20px;
    color: #001029;
    background-color:#a9bdbe;
    float: right;
    margin-left: -3%;
}

.return1 a {
    color: #ba6c00;
    margin-top: 2em;
	font-size: 25px;
	font-family: 'mona_lisa_solidregular';
    font-weight: bold;
    margin-bottom: 2em;
    margin-left: -2em;
    text-decoration: none;
}


.formaStyle {
  padding-left: 3%;
  padding-right: 3%;
}
#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;
}


.retturn11:link {
    color: #ba6c00;
    margin-top: 2em;
	font-size: 3em;
	font-family: 'mona_lisa_solidregular';
    font-weight: normal;
}

.content1 {
    color: #001029;
    font-size: 20px;
	font-family: 'mona_lisa_solidregular';
}

.textStyle a:visited {
    color: #001029;
}

.textStyle a {
    text-decoration-color: none!important;
}

.content1 a {
    color: #001029;
    font-size: 20px;
	font-family: 'mona_lisa_solidregular';
    text-decoration-color: none!important;
    margin-top: 8px;
}


.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;
  }