@font-face {
	font-family: "Dec";
	src: url('decterm.ttf');
}
body {
	font-family: "Dec";
	font-stretch: semi-expanded;
	background-color: black;
	color: green;
	padding-left: 12%;
	padding-right: 12%;
	margin: 0;	
}
img {
	width: 100%;
	height: auto;
}
header {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1)), url('banner.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 7%;
	overflow: visible;
	box-sizing: border-box;
	width: 100vw;
	display: flex;
	justify-content: left;
	align-items: center;
	border-bottom: 5px solid;
	border-radius: 10px;
	border-color: rgba(0, 128, 0, 0.4);
	height: auto;

.logo {
	position: absolute;
	background-image: url('iconoblanco.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	box-sizing: border-box;	
	width: 80%;
	height: 80%;	
	border: 0px solid red;
	padding: 0;
}

ul {
	list-style-type: disc;
}
