* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-top: 20px;
	text-align: center;
	background-image: url("imgs/old_map.png");
}

#page {
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

header {
	font-family: Courier;
	color: rgb(75, 221, 95);
	font-size: 1.1em;
	background-color: #313B44;
	border-bottom: 6px solid black;
}

h1 {
	background-image: url("imgs/fotocara.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

nav {
	font-family: Courier;
	font-size: 1.4em;
	color: silver;
	text-align: center;
	background-image: url("imgs/old_map.png");
}

nav ul li { 
	padding-top: 80px;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 50px;
	list-style: none;
	display: inline-flexbox;
	text-align: center;
	cursor: default;
}

#estudios {
	background-image: url("imgs/conocimientos.png");
	background-repeat: no-repeat;
	background-position: center 10px;
}

#conocimientos {
	background-image: url("imgs/estudios.png");
	background-repeat: no-repeat;
	background-position: center  10px
}

#contacto {
	background-image: url("imgs/contacto.png");
	background-repeat: no-repeat;
	background-position: center 10px
}

nav ul li a {
	color: orange;
	text-decoration: none;
}

nav ul li a:hover {
	color: white;
}

section {
	font-family: Verdana;
	font-size: 0.8em;
	background-image: url("imgs/red015.jpg");
	width:100%;
  	display: table;
}

.clearfix::before,
.clearfix::after,

article {
	width: 870px;
	border: 6px solid rgb(255, 102, 0);
	border-radius: 20px;
	background-image: url("imgs/lgrey008.jpg");
	text-align: center;
	line-height: 1.8em;
	padding: 5px;
	padding-bottom: 22px;
	margin: 30px;
}

article header {
	border-bottom: 1px solid #999999;
}

h2 {
	padding: 10px;
	font-size: 1.2em;
}

footer {
	clear: both;
	padding: 10px 0px;
	color: white;
	font-size: 0.7em;
	text-align: center;
	background-color: #313B44;
	border-top: 6px solid black;
}

footer a {
	color: white;
}