﻿* {
	box-sizing: border-box;
	font-family: Lato, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-size: 16px;
	color: #1f497d;
}

body, html {
	border: none;
	margin: 0vh;
	padding: 0vh;
	overscroll-behavior: none;
}

p, td, ul {
	text-align: justify;
}

#SectionHeader {
	background-color: white;
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 9999
}

#SectionLogos {
	display: inline-block;
	padding-left: 10px;
	padding-top: 10px;
	width: 30%;
	vertical-align: bottom;
}

	#SectionLogos > img:nth-child(1) {
		width: 120px;
	}

	#SectionLogos > img:nth-child(2),
	#SectionLogos > img:nth-child(3) {
		height: 80px;
		margin-left: 20px;
	}

#SectionMenus {
	display: inline-block;
	background-color: #1f497d;
	min-height: 40px;
	width: 70%;
	vertical-align: bottom;
}

	#SectionMenus > a {
		border-right: solid 1px white;
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 20px;
		margin-top: 10px;
	}


		#SectionMenus > a > span {
			color: white;
		}

.SectionBody50 {
	border: solid 10px #1f497d;
	margin-bottom: 20px;
	margin-top: 60px;
	margin-left: 150px;
	margin-right: 150px;
	min-height: 40vh;
	width: calc(100vw - 300px);
	z-index: 1000;
}

	.SectionBody50 > div:nth-child(1) {
		text-align: right;
	}

		.SectionBody50 > div:nth-child(1) > span {
			position: absolute;
		}

			.SectionBody50 > div:nth-child(1) > span > img {
				position: absolute;
				top: -60px;
				left: -60px;
				width: 120px;
			}

	.SectionBody50 > div:nth-child(2) {
		margin: 50px;
	}

.Body50Titulo {
	font-size: 30px;
	font-weight: bolder;
}

.Body50Subtitulo {
	font-size: 20px;
	font-weight: bolder;
}


#SectionFooter {
	background-color: black;
	color: white;
	font-size: 12px;
	margin-top: 100px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}