@charset "utf-8";
/* CSS Document */
html, body {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
}
.col{
	width: 50%;
}
.colLatin{
	width: 49%;
}
.colEnglish{
	width: 51%;
}
table.center{
	margin: 0px auto;
	background-color: white;
	border-left:solid;
	border-right:solid;
	border-right-color: #008a5e;
	border-left-color: #008a5e;
	width: 80%;
}
td{	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 14px;
	vertical-align: top;
	border-collapse:separate; 
	border-spacing:5em;
}
 body {
	background-image: url("../img/mosaic.jpg");	
}
table.menu {
 	list-style-type: none;
	margin: 0px auto;
	border-left:solid;
	border-right:solid;
	border-right-color: #008a5e;
	border-left-color: #008a5e;
  	width: 80%;
  	padding: 0; 
  	position:sticky;
  	top: 0;
  	overflow: hidden;
  	background-color: #008a5e;
}
a {
	color: #FFF;
	font-size: 25px;
	text-decoration: none;
}
a:hover{
	color: #00DF97
}
a:link, a:visited {
	text-decoration-color: #00412C
}
p {
	font-size: 23px
}
p.smaller {
	letter-spacing: -1px;	
}
p.larger {	
	letter-spacing: 1px;
}
#header {
	font-size: 34px;
	/* font-weight: bold;   #f26f23   #c54e30	*/
}
#subheader {
	font-size: 28px;
	font-style: italic;
	/* font-weight: bold;   #f26f23   #c54e30	*/
}
#title{
	color: #008a5e;
}
