img.logo{position: absolute;
	top: 0%;
	left: 0%;}


	ol.menulinks {
		display: table-cell;
		align-content: center;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: white;
	}
	li.links1  {
		background-color: rgb(248, 240, 240);
		display: inline;
		color: black;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}
	li.links1:hover {
		background-color: orange;

	}
	aside  {
		position: absolute;
		right: 0px;
		top: 26%;
		width: 30%;
		padding: 3px;
		background-color: rgb(248, 248, 255) ;
	}
	td{
		border: 1px solid black;
		background-color: lightblue;
		font-style: all;
	}
	th {border: solid 2px black;
		background-color: grey;}

		a:link {
			color: black;
		}
		a:visited {
			color: green;
		}
		a:active {
			color: blue;
		}
		footer{
			font: bold 90% monospace
		}
		img.pseal{
			width: 251px;
			height: 74px;
			margin-right: auto;
		}
		img.capturas {
			width:170px;
			height: 255px;
		}
		a.ban {
			color: #D36E70;
			text-decoration: none;

		}
		a.princ {
			color: #EFA94A;
			text-decoration: none;

		}