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

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

header {
	position: fixed;
	z-index:2;
	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:60px;
	left:0;
	width: 100%;
	height: 100px;
	margin-top:0px;
}

nav ul {
	list-style: none;
	overflow: hidden;
	padding:10px 10px;
}

nav ul li {
	//float: left;
	width:15%;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em; //16px;
	margin:0px 2px 0px 2px;
	border-radius: 10px 10px 10px 10px;
	text-align:center;
	
	//float: left;
	display: table-cell;
	vertical-align:middle;
	
}

nav ul li a {
	display: block;
	padding: 2px;
	color: #ffffff;
	//text-decoration: none;
	//text-align:center;
}

main {
	position:relative;
	width: 100%;
	/*top:150px;*/
	margin-top:150px;
	/*margin-top:140px;//calc(1.02 * 30px);*/
	
}

main section{
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	text-align: justify; /*center;*/
}

/*
.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%;
}

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{
	background-color:rgb(200,200,200);
}

aside div {
	margin:5px;
	padding: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;
}

footer p{
	font-weight:bold;
}

.izquierda{
	float:left;
}

.derecha{
	float:right;
}

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

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