
.BodyContainer {
	position: absolute;
	max-width: 95%;
	min-width: 80%;
	}


.Panel {
	margin-left: 10%;
	margin-right:0%;
	width: 80%;
	}

	
img.FloatLeft {
	float: left;
	margin: 15px;
	}
	
.FloatLeft {
	float: left;}

.FloatRight {
	float: right;}
	
.ScorePosition {
	float: left;
	}	

img.PictureCenter {
	margin: 15px; 
}

iframe {
	width: 384px;
	height: 216px;
	float: left;
	}


body {
    font-family: 'Lato', sans-serif;
}


h1 {
	font-family: 'Palatino', serif;
	font-weight: 400;
	color: #F2F2F2;
  	font-size: clamp(2.5rem, 4vw + 2.5rem, 4rem);
	margin-top: 15%;
	margin-left: 15%;
	margin-right:40%;

	border-style: solid;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	border-bottom-color: #F2F2F2;}

h2 {
	font-family: 'Palatino', sans-serif;
	font-weight: 400;
	color: #F2F2F2;
  	font-size: clamp(2.5rem, 2vw + 1rem, 2.6rem);

	margin-top: 10%;
	margin-left: 10%;
	margin-right:7%;

	border-style: solid;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	border-bottom-color: #F2F2F2;}

h3 {
	font-family: 'Palatino', serif;
	font-weight: normal;
	color: #F2F2F2;
  	font-size: clamp(1.8rem, 3vw + 0.8rem, 2.3rem);
	margin-top: 10%;
	margin-left: 10%;
	margin-right:7%;
	
	border-style: solid;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	border-bottom-color: #F2F2F2;
	}

h4 {
	font-family: 'Palatino', serif;
	font-weight: normal;
	color: #F2F2F2;
	font-size: clamp(1.3rem, 2vw + 0.4rem, 2.2rem);
	margin-bottom: 1%;
	}

h5 {
	font-family: 'Palatino', serif;
	font-weight: normal;
	color: #F2F2F2;
	font-size: clamp(1.6rem, 1vw + 0.1, 2rem);
	margin-bottom: 0.5%;
	}

h6 {
	font-family: 'Palatino', serif;
	font-weight: bold;
	color: #F2F2F2;
	font-size: clamp(1rem, 1.6vw, 2rem);
	float: right;
	}


.Menu {
	font-family: 'Palatino', serif;
	text-align: right;
	margin-top: -2%;
	margin-right: 7%;
	margin-bottom: 1%;
	}

a {
	text-decoration: none;
} 
	
a.HMenu {
	font-family: 'Lato', sans-serif;
	margin-left: 15%;
	font-size: clamp(1.7rem, 2vw + 1rem, 2.3rem);
	color: #F2F2F2;
	text-decoration: none;

	}
	
a.HMenu:hover {
	color: #cccc99;}
	
a.HMenu:active {
	color: #999966;}
	
a.PMenu {
	font-family: 'Palatino', serif;
	font-size: clamp(1.3rem, 2vw + 0.4rem, 2.2rem);
	color: #F2F2F2;
	text-decoration: none;
	}
	
a.PMenu:hover {
	color: #cccc99;}
	
a.PMenu:active {
	color: #999966;}

.SubMenu {
	font-family: 'Palatino', sans-serif;
	font-size: clamp(1.25rem, 2vw + 0.2rem, 2.1rem);
	margin-top: 2.5%;
	text-decoration: none;
	}
	
a.SubMenu:hover {
	color: #cccc99;}
	
a.SubMenu:active {
	color: #999966;}

.Texto {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: clamp(16px, 1vw, 2rem);
	float: left;
	text-align: justify;
	margin-left: 5%;
	margin-right: -2.5%;
	line-height: 140%;
	color: #F2F2F2;
	}		

a {
	color: #F2F2F2;
	}
	
a:hover {
	color: #cccc99;}


