@media screen and (max-width: 60em) {
 #responsive-menu li {
     display:block;
     width:100%;
 }
}

body {
	background-color: #fff;
	color:rgb(51, 51, 51);
	font-family: 'Times New Roman', serif;
	font-size:14pt;
}

h1, h2, h3, p {
	font-family: 'Times New Roman', serif;
}

a, a:visited {
    color:rgb(51, 51, 51);
    font-weight:bold;
}

a:hover {
    color:rgb(51, 51, 51);
    font-weight:bold;
}

.langswitch {
   position:fixed;
   z-index:1;
   top:10px;
   left:10px;
   font-size:1.5em;
}

.vmenu {
   position:fixed;
   z-index:1;
   top:50%;
   left:20px;
   color:#fff;
   -moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
   -webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);
   transform:translateX(-50%) translateY(-50%) rotate(-90deg);
}

.vmenu a {
   color:#fff;
   font-weight:bold;
   background-color:#669684;  
   font-size:1.5em;   
   padding:10px;
}

.pt {
	background-color: #fff;
	color:rgb(51, 51, 51);
	font-family: 'Times New Roman', serif;
	font-size:0.8em;
}

.bgpage p  {
   text-align:justify;
   background: transparent;
}

.bgpagep h1 {
	color:#004365;
	background: transparent;
	font-family: 'Times New Roman', serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
	padding-top:1em;
}

.bgpagep h2 {
	color:#669684;
	background: transparent;
	font-family: 'Times New Roman', serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.0em;
	text-align:center;
	position:relative;
	margin-bottom:2em;
}

.bgpagep h2:after {
  content:"";
  background: transparent;
  display:block;
  position:absolute;
  background-color:#004365;;
  width:100px;
  height:3px;
  left:50%;
  margin-left:-50px;
  top:2em;
}

h3 {
   background: transparent;
	color:#669684;
	font-family: 'Times New Roman', serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.0em;
	text-align:left;
}

em {
	color:#669684;
	font-family: 'Times New Roman', serif;
	font-weight:bold;
	font-style: normal;
}

input[type=checkbox] {
    margin-top:15px;
}

#logo {
    padding-left: 0.9375rem;
}

tbody, thead {
    border:0 !important;
}

@media screen and (max-width: 40em) {
 body { font-size:10pt; }
 h2:after {
    display:none;
 } 
 h1 { font-size:1.2em; }
 h2 { font-size:1.2em; }
 h3 { font-size:1.1em; }
 .bgpagep { width:90%; }
}

