html {
	background-image:		url("imatges/fondoweb2.jpg") ;
	background-size: 		cover;
	background-position:	center;
	background-attachment:	fixed;
	background-repeat: 		no-repeat;	
}

body {
	margin-top:				20px;	
	margin-bottom:			50px;
	margin-left: 			14%;
	margin-right:			14%;
	background-image:		url("imatges/pergamino.jpg");
	background-size: 		cover;
	background-position:	top;
	background-attachment:	scroll;
	background-repeat: 		no-repeat;
	border: 				#35403A 10px groove;	
}

h1	{
	font-size : 			50px;
	font-family: 			"Times New Roman", Times, serif;
	text-decoration : 		underline;
	text-align : 			center;
	margin-left:			20%;
	margin-right:			20%;
	margin-top:				-30px;
}

h2 {
	font-family: 			"Georgia", monospace;
	font-size:				30px;
	text-align: 			center;
	margin-left:			20%;
	margin-right:			20%;
	margin-top:				50px;
}

table, tr {
  border:					2px solid black;
  border-collapse: 			collapse;
  border-color:				#bfbfbf;
}

p 	{
	text-align : 			center ;
	font-size : 			20px ;
	margin-left: 			3%;
	margin-right:			3%;
}

#parentesis {
	font-size:				15px;
	font-weight:			bold;
	color:					#4d4d4d;
	margin-top:				-20px;
}

a {
	font-size:				15px;
	font-weight:			bold;
	color:					#03346E;
}

ol {
	margin-top:				10px;
	margin-bottom:			100px;
	margin-left:			35%;
	margin-right:			35%;
}

.links {
	font-size:				25px;
	font-weight:			bold;
	color:					#3333ff;
	
	margin-left:			30%;
	margin-right:			30%;
}



.center {
  display: 					block;
  margin-left:				auto;
  margin-right: 			auto;
  width: 					50%;
}


dl {
	margin: 				50px;
	font-size:				20px;
	
}

  dt {
	font-family: 			verdana;
	font-weight: 			bold;
	font-size: 				20px;
  }
  
  .quote {
	font-weight: 			bold;
  	font-size: 				150%;
	font-style: 			italic;
  }
  
  .quote2 {
	font-weight: 			500;
	font-size: 				120%;
	font-style: 			italic;
  }
  
  .image:hover {
	opacity: 				0.6;
}
  
#navmenu {
    background:				#FAF6E3;
    width: 					80%;
	height: 				100 px;
	margin: 				0 auto;
	margin-bottom: 			75px;
}

#current-page {
	background-color: 		#D8DBBD;
}
#extra {
		padding: 			10px;
}
#current-extra {
	background-color:		#B59F78;
	padding: 				10px;
}

.navwords a {
  display: 					table;
  padding: 					10px;
  text-decoration: 			none;
}

.navwords li {
  position: 				relative;
  display: 					inline-table;
  margin-right: 			9%;
} 

.navwords li:hover a:hover {
  background-color: 		#B59F78;
  opacity: 					0.7;
}
.navwords li.navwords:hover a:hover,
.navwords li.navwords:hover {
  padding: 					10px;
  background-color: 		#B59F78;
  opacity: 					0.85;
}

.submenu {
    display: 				none;
    position: 				absolute;
    background-color: 		#D8DBBD; 
	/* notas 15/11- Buscar submenu como hacer bordes colorines Noman Racordu */
	padding: 				10px;
	top: 					100%;
	left: 					0;
}

.navwords  li:hover .submenu {
    display:				block; 
}

.submenu li a {
    display: 				block;
    padding: 				10px;
    text-decoration: 		none;
    color: 					#000000; 
}



.terminal {
    font-family: 			'Courier New', Courier, monospace; 
    background-color: 		#1e1e1e;
    color: 					#ffffff; 
    padding: 				10px; 
    white-space: 			pre; 
    font-size: 				14px; 
    line-height: 			1.5; 
	margin-left:			10%;
	margin-right:			10%;
	overflow:				scroll;
	text-align:				left;
	height:					300px;
}
	
#manpage {
	height:					30px;
	margin-left:			25%;
	margin-right:			25%;
	overflow:				visible;
}

#video-container {
	max-width: 				70%; 
	margin-left: 			20%; 
	margin-right:			20%;
}

.flexcontainer {
	display:				flex;
	justify-content:		space-around;
}

.flexcontainer > p > a {
  width: 					100px;
  margin: 					20px;
  line-height:				50px;
}


footer {
	border-top: 			1px solid black;
	border-bottom: 			1px solid black;
	border-left: 			1px solid black;
	border-right: 			1px solid black;
	text-align: 			center;
	font-size: 				12px;
	font-family:			Georgia, serif;
	margin-left:			5%;
	margin-right:			5%;
	margin-bottom:			1%;	
	margin-top:				10%;
}
