@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-image:url("../Imagenes/Esfinge-de-Guiza.jpg");
	margin-right: 10%;
	margin-left: 10%;
    height: 600px;
	background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-repeat:no-repeat;
	background-attachment: fixed;
	align-items: center;
}

.conten{
	width: 100%;
	height: 700px;
	background-color:rgba(154,249,221,0.70);
	text-align:center;
	
}

.container1{
    align-items:center;
	text-align:center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style:oblique;
	font-size: 22px;
	background-color: #D8A2A3";
	
	}

.container2{
	text-align:left;
}

.container3{
	text-align:center;
}

.container4{
    align-items:center;
	text-align:center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-style:oblique;
	font-size: 24px;
	color:#AF08BF;
	background-color: #D8A2A3";
	
	}

input{
	font : 1.4em "typewriter", sans-serif;
	line-height: normal;
	padding      : 5px;
}


#arqueologoBtn{
  text-decoration: none;
  text-align: center;
  padding      : 8px;
  color: #1F1F1F;
  font         : bold italic 1em sans-serif;
  border       : 2px solid #8E8D8D;
  border-radius: 10px;
  background   :#C0D8D8;
 
}

#arqueologoBtn:hover,
#arqueologoBtn:focus {
  text-decoration: none;
  outline   : none;
  background:#8F8C8C;
  color:#0F1515;
}

th,td {
	/*border: 0px ;
	border-spacing: 0;
	opacity:1.0;*/
}
.valid-feedback{
	color:#3B3A3A;
	font: bold;
}
.invalid-feedback{
	color: #3B3A3A;
	font: bold;
}
  #continueBtn{
  text-decoration: none;
  text-align: center;
  padding      : 8px;

  font         : bold italic 1em sans-serif;
  border       : 2px solid #333;
  border-radius: 15px;
  background   :#C0D8D8;
  }
  #continueBtn:hover{
  text-decoration: none;
  outline   : none;
  background:#07DF9F;
  color:#0F1515;
  }
