	/* Author:  William A. Romero R. <contact@waromero.com> 
	   All rights reverved. 2022 */
	   
	@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@700&display=swap');
    body
    {
	    margin:0px;
	    background-color:rgba(245, 245, 245, 0.75);
	    font-family: 'Philosopher', sans-serif;
	    font-size:18px
    }
	#header
{
	width:100%;
	height:84px;
	margin:0px;
	padding:14px;
	background:rgba(0, 69, 134, 1);
	clear:both;
	display:inline-block;
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.3);
	text-align:center
}
.header_container
{
	width:1024px;
	height:auto;
	margin:21px auto;
	padding:0px;
	display:inline-block
}
.header_section_left
{
	width:560px;
	height:auto;
	margin:0px auto 0px 49px;
	float:left
}
.header_section_right
{
	width:auto;
	height:auto;
	margin:0px 49px 0px auto;
	float:right
}
.header_img
{
	margin-right:7px;
	margin-left:7px;
	float:left;
	vertical-align:center
}
	#header h1
{
	margin:9px;
	padding:0px;
	color:#ffffff;
	font-size:21px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
}
	#header h2
{
	margin:9px;
	padding:0px;
	color:rgba(255, 255, 255, 0.75);
	font-size:21px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
}
	#page
{
	width:798px;
	min-height:700px;
	overflow:auto;
	margin:7px auto 14px auto;
	padding:0px;
	background-color:#ffffff;
	border:1px solid rgba(238, 238, 238, 1);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px
}
	#page_title
{
	width:798px;
	min-height:42px;
	margin:0px auto 0px auto;
	padding:0px;
	background:rgba(232, 210, 150, 1);
	clear:both;
	display:block;
	position:static
}
	#page_title h1
{
	margin:0px;
	padding:3px;
	color:rgba(60, 36, 21, 1);
	font-size:28px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
}
	#page_title h2
{
	margin:7px;
	padding:0px;
	color:rgba(60, 36, 21, 1);
	font-size:21px;
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
}
	#sections
{
	width:175px;
	height:auto;
	margin:7px auto 7px auto;
	padding:7px;
	float:left;
	vertical-align:top;
	background-color:#ffffff
}
.section
{
	width:168px;
	height:auto;
	margin:0px auto 7px auto;
	padding:0px;
	float:left;
	background-color:#ffffff;
	border:1px solid rgba(238, 238, 238, 1);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px
}
.section h1
{
	margin:0px;
	padding:7px;
	display:block;
	color:#3c2415;
	background:rgba(232, 210, 150, 0.9);
	border:1px solid rgba(255, 255, 255, 1);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
}
.section a:link,.section a:visited
{
	margin-top:7px;
	padding:3px;
	display:block;
	color:rgba(60, 36, 21, 1);
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Philosopher', sans-serif;
}
.section a:hover
{
	padding:3px;
	display:block;
	color:rgba(232, 210, 150, 1);
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	font-family: 'Philosopher', sans-serif;
}
	#content
{
	width:567px;
	min-height:567px;
	margin:7px 14px 7px 7px;
	padding:7px;
	float:right;
	color:#000000;
	font-size:18px;
	background-color:#ffffff;
	border:1px solid rgba(238, 238, 238, 0.7);
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px
}
.content_section
{
	margin-bottom:70px
}
	#content h1
{
	margin-top:14px;
	margin-bottom:11px;
	padding:3px;
	clear:both;
	display:block;
	color:#3c2415;
	font-size:28px;
	text-align:left;
	font-weight:normal;
	font-family: 'Anton', sans-serif;;
}
	#content h2
{
	margin-top:11px;
	margin-bottom:11px;
	padding:3px;
	clear:both;
	display:block;
	color:#3c2415;
	font-size:23px;
	font-weight:normal;
	font-family: 'Anton', sans-serif;;
}
	#content h3
{
	margin-top:7px;
	margin-bottom:7px;
	padding:3px;
	clear:both;
	display:block;
	color:#3c2415;
	font-size:19px;
	font-weight:normal;
	font-family: 'Anton', sans-serif;
}
	#content p
{
	margin:14px auto 14px auto;
	padding:3px;
	display:block;
	font-size:20px;
	text-align:justify;
	line-height:1.5;
	font-family: 'Philosopher', sans-serif;
}
	#content a:link,#content a:visited
{
	color:rgba(60, 36, 21, 1);
	text-decoration:none;
	font-family: 'Ubuntu Mono', monospace;
}
	#content a:hover
{
	text-decoration:underline;
	font-family: 'Ubuntu Mono', monospace;
}
	#content ul
{
	margin:14px
}
	#content li
{
	margin-top:14px;
	margin-left:21px;
	font-size:14px
}
	#content table
{
	width:525px;
	margin:14px auto 14px auto;
	border-top:1px solid rgba(60, 36, 21, 1);
	border-bottom:1px solid rgba(60, 36, 21, 1)
}
	#content table th
{
	background:rgba(232, 210, 150, 0.8);
	color:#3c2415;
	font-size:14px;
    font-family: 'Anton', sans-serif;
	font-weight:normal
}
	#content table td
{
	padding:9px;
	font-size:14px;
	vertical-align:top
}
	#content table ul
{
	margin:3px
}
	#content table li
{
	margin-top:3px;
	margin-left:5px;
	font-size:14px
}
	figure
{
	display:block;
	margin:21px auto 21px auto;
	padding:0px;
	max-width:553px;
	text-align:left;
	font-style:italic;
	font-size:smaller;
	font-family: 'Philosopher', sans-serif;
}
.figure_left
{
	float:left;
	margin:14px;
	padding:0px;
	max-width::280px;
	text-align:left;
	font-style:italic;
	font-size:smaller;
	font-family: 'Philosopher', sans-serif;
}
.figure_right
{
	float:right;
	margin:14px;
	padding:0px;
	max-width::280px;
	text-align:left;
	font-style:italic;
	font-size:smaller;
	font-family: 'Philosopher', sans-serif;
}
	figcaption
{
	display:block;
	padding:5px;
	background:transparent;
	text-align:left;
	word-wrap:normal font-style:italic;
	font-size:smaller;
	font-family: 'Philosopher', sans-serif;
}
	input[type="text"]
{
	margin:14px 0px 14px 0px;
	padding:px;
	display:block;
	border:none;
	border-bottom:solid 1px rgba(96,96,96,1);
	transition:border 0.3s;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	font-family: 'Philosopher', sans-serif
}
	input[type="text"]:focus,input[type="text"].focus
{
	border-bottom:solid 1px #004586
}
	label
{
	margin:5px 0px 14px 0px;
	padding:px;
	cursor:default
}
	input[type=button],input[type=submit],input[type=reset]
{
	background-color:rgba(0, 69, 134, 1);
	border:none;
	color:white;
	padding:16px 32px;
	text-decoration:none;
	margin:4px 2px;
	cursor:pointer;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	font-family: 'Philosopher', sans-serif;
}
.toggler
{
	cursor:pointer
}
.toggler:hover
{
	text-decoration:underline
}
.element
{
	padding:5px
}
	#footer
{
	width:100%;
	min-height:35px;
	margin:0px;
	padding:14px;
	background:#ffffff;
	clear:both;
	display:block;
	border-bottom:1px solid rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px -1px 3px rgba(0, 0, 0, 0.3)
}
.footer_section
{
	width:840px;
	min-height:70px;
	margin:35px auto 49px auto;
	padding:0px;
	background:#ffffff;
	float:none;
	clear:both;
	display:block
}
.footer_img
{
	margin:21px;
	float:left
}
.footer_section h1
{
	margin:3px;
	padding:0px;
	color:#3c2415;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	font-family: 'Anton', sans-serif;
}
.footer_section h2
{
	margin:3px;
	padding:0px;
	color:#5aa0c2;
	font-size:12px;
	font-weight:normal;
	font-family: 'Anton', sans-serif;
}
.footer_section p
{
	margin:3px;
	padding:0px;
	display:block;
	font-size:10px;
	text-align:justify;
	font-family: 'Philosopher', sans-serif;
}
.footer_section a:link,.footer_section a:visited
{
	margin:0 14px 0 0px;
	color:#5aa0c2;
	text-decoration:none;
	font-family: 'Philosopher', sans-serif;
}
.footer_section a:hover
{
	margin:0 14px 0 0px;
	color:#3c2415;
	text-decoration:underline;
	font-family: 'Philosopher', sans-serif;
}