*{
	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: 98%;
	//margin-left:auto;
	//margin-right:auto;
	height: 30px;
	min-height:30px;
	//padding:5px 5px 5px 5px;
	padding:1% 1% 1% 1%;
	
}

header .logo{
	float:left;
	height:30px;
}

header .menu{
	float:right;
	margin: 0px 0px 0px 0px;
}

header .menu:hover{
	//cursor:pointer;
}

header h1{
	margin:0px 20px 0px 100px;
	font-size:1.0em;
}

header h2{
	margin:0px 20px 0px 100px;
	font-size:0.8em;
}

nav{
	position:relative;
	width: 100%;
	margin-top:40px;//calc(1.02 * 30px);

}

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

nav ul li {
	width:100%;
	font-family: Arial, Helveti5ca, sans-serif;
	font-size: 0.8em;
	margin:0px 0px 5px 0px;
	border-radius: 10px 10px 10px 10px;
}

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

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

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

.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.2em;
}

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

/*
.menu{
	//display:none;
}

.barra-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.2em;
}

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


footer {
	width:100%;
}

footer p{
	font-size:0.8em;
	text-align:center;
	margin:0px;
}

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

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