header{
	/*text-align:center;*/
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #0066A1;
	text-align: center;
}

nav li{
	display: inline-block;
	padding: 7px;
	float: center;
}
 
nav li a{
	padding: 8px;
	color: white;
	text-decoration: none;
}

nav li a:hover:not(.active){
	color: #FFA100;
	font-weight: bold;
}

.active:hover{
	color: #0066A1;
	font-weight: bold;
}


.active {
	background-color: #FFA100;
    font-weight: bold;
}

footer{
	#background-color: #0066A1;
	#color: white;
	text-align: center;
}

footer hr{
	border: 5px solid #FFB433;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#redes{
	list-style-type: none;
	margin-left: auto;
	padding: 0;
	overflow: hidden;
	float: right;
}

#redes li {
	display: inline-block;
}

#redes img {
	filter: grayscale(70%);
	opacity: 70%;
	width: 50px;
	height: 50px;
	border-radius: 20px;
  	border: 2px solid transparent;
}

#redes img:hover {
	filter: grayscale(0%);
	opacity: 100%;
  	border: 2px solid #0066A1;
}

hr{
	border: 3px solid #FFB433;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.portrait img {
	width:150px;
	height:150px;
}

.portrait img:hover {
	opacity:50%;
}

.portrait {
	text-align: center;
}

.grid-container {
    display: flex;
    justify-content: center;
}

.grid-container ul{
    list-style-type: none;
	margin: 20;
	padding: 0;
	overflow: hidden;
}

#it{
	width:45%;
	text-align:right;
}

#ct{
	width:45%;
	text-align:left;
}

#sep{
	width: 0px; 
	height: 300px; 
	display: inline-block; 
	margin:20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#lang-switch{
	float:right;
}

.teamHeader{
	text-align:center;
}

.post header{
	text-align:left;
	text-decoration-line:underline;
}

.post hr{
	border: 2px solid #787B7D;
}


.foot-flex{
	display: flex;
	justify-content: center;
}

.head-flex{
	display: flex;
	justify-content: center;
}

.head-flex div{
	margin: auto;
	flex: 1 1 0;
}

.foot-flex div{
	margin: auto;
	flex: 1 1 0;
}

#micin{
	max-width: 50%;
	display:inline-block;
	float: right;
}

#idetic{
	max-width:35%;
	display:block;
	margin:auto;
}

#dpsi{
	max-width:60%;
	display:block;
	margin:auto;
	float: left;
}

#poster{
	max-width:40%;
	display:inline-block;
	margin:auto;
}

#dis{
	max-width: 60%;
	display:inline-block;
}


.title{
	text-align-last: center;
	display: block;
	margin: auto;
}

.videohome{
	display: flex;
	justify-content: center;
}

.videohome div{
	margin: auto;
	flex: 1 1 0;
}