@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#main_header {
	background:#F8F2F2;
    margin-left: 0%;
	margin-right: 0%;
    width:100%;
	height: 60px;
	max-width:auto;
	margin:auto;
	color:#000000;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	position: fixed;
	align-items: left;
}	

.tablaH{
	background: #F5FBF7;
	text-align: center;
	margin-left: 0%;
	margin-right: 0%;
}

nav {
	position: relative;
}

nav ul {
	list-style:none;
	padding:0;
	overflow:hidden;
}
nav > ul > li {
	float:left;
}

nav ul li a {
	text-decoration:none;
	color:#000000;
	display:block;
	padding:20px 20px;
	font-size: 18px;
}
nav ul li a:hover {
	background:#F7F0F0;
	color:#F761B5;
	transition: all .3s;
}

nav > ul > li:hover div {
	display:table;
	
}
/*Submenu*/
nav ul li div {
	position:fixed;
	width:auto;
	max-width:inherit;
	background:#FBF4F4;
	box-sizing:border-box;
	display:none;
}
 nav ul li div ul li a:hover {
		color:#F761B5;
	transition: all .3s;
}

th,td {
	border: 0px ;
	border-spacing: 0;
	
}
body {
	background-image:url("../Imagenes/antiguo-egipto.jpg");
	height:auto;
	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: auto;
	height: 100%;
	margin-left: 20%;
	margin-right: 20%;
	background-color:rgba(154,249,221,0.70);
	text-align: center;
}
.Text1{
	text-align:justify
}
.conten h3{
	font-family:"source-sans-pro";
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	text-align:justify;
}

.conten h1{
	font-family:"sansita-one";
	font-style: oblique;
	text-decoration: underline;
	font-size: 35px;
	text-align: center;
}

.container1{
    align-items: center;
	text-align: center;
	}
.container3{
    align-items: center;
	text-align: center;
	}
#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;
}

