*{
	font-family: Arial, Helvetica, sans-serif;
	//border:1px solid black;
}

body{
	//width:100%;
	//margin-left:auto;
	//margin-right:auto;
}

header {
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	
	width: 100%;
	height: 65px;
	//min-height:60px;
	padding:5px 5px 5px 5px;

}

header img{
	float:left;
	height:65px;
}

header h1{
	display:block;
	margin:0px 20px 0px 200px;
}

header h2{
	display:block;
	margin:0px 20px 0px 200px;
}

nav{
	position:fixed;
	z-index:1;
	//top:75px;
	left:0;
	margin-top:75px;

	//background-color:rgb(255,0,0);
	width: 25%;
	//height:70vh;
	float:left;
	//position: fixed;
	//z-index: 100;
	padding:0% 0% 2% 0%;
	//height:100vh;
}

nav ul {
	list-style: none;
	overflow: hidden;
	//margin:0px 20px 0px 20px;
	margin:0px 10px 0px 10px;
	padding:20px 0px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid black;
}

nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin:0px 10px 0px 10px;
	border-radius: 10px 10px 10px 10px;
}

nav ul li a {
	display: block;
	padding: 10px;
}

main {

	//position:absolute;
	//top:75px;
	//left:25%;
	margin-top:75px;
	margin-left:25%;
	background-color:rgb(0,255,0);
	float:left;
	width:50%;
	//height:90vh;
}

main section{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	//border-radius: 20px 20px 20px 20px;
	//border: 1px solid black;
	text-align: justify; //center;
	//background-color:rgb(0,255,0);
}

/*
.galeria{
	background: rgb(89,153,23);
	text-align:center;
	
	margin:0px 0px 0px 0px;
	padding:1px 1% 1px 1%;
	width:98%;
}
*/

.galeria-imagenes{
	display:flex;
	justify-content:space-between;
	padding:0px 1px 0px 1px;
	width:100%;
}

.imagen{
	width:16%;
	margin:5px 0px 5px 0px;
}

main section img {
	width:100%;
	//height:300px;
}

main section h1{
	font-size:1.5em;
}

main section h2{
	font-size:1.2em;
}

/*
.menu{
	display:none;
}

.inicio{
	//display:none;
}

.ordenador{
	display:none;
}

.redes{
	display:none;
}
.programacion{
	display:none;
}
.datos{
	display:none;
}
.ia{
	display:none;
}
.seguridad{
	display:none;
}
*/

aside {
	
	//position:fixed;
	//z-index:1;
	//top:75px;
	left:75%;
	margin-top:75px;
	//margin-left:75%;

	//background-color:rgb(255,0,0);
	width: 25%;
	//height:70vh;
	float:left;
	//position: fixed;
	//z-index: 100;
	//padding:2% 0% 2% 0%;
	//height:100vh;
}

aside div {
	margin:0px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border-radius:5px;
	text-align:center;
	//border-bottom: 1px solid black;
}

aside div h1{
	font-size:1.5em;
}

aside div h2{
	font-size:1.2em;
}

footer {
	
	width:100%;
	height: 50px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	
	display:inline;
	float:left;
	//position: relative;
	//clear: both;
	
	/*/position: absolute;
	//top:100vh;
	top:calc(100vh + 75px + 10px);*/
}

footer p{
	font-weight:bold;
}

.izquierda{
	float:left;
}

.derecha{
	float:right;
}

.centro{
	//text-align:center;
}

footer a {
	text-decoration:none;
	color:white;	
}

footer a:hover{
	/*background-color:orange;*/
	/*color:black;*/
	text-decoration:underline;
}