@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'pt';
	src: url('fonts/PTS55F-webfont.eot');
	src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS55F-webfont.woff') format('woff'),  url('fonts/PTS55F-webfont.ttf') format('truetype'),  url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'pt';
	src: url('fonts/PTS75F-webfont.eot');
	src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS75F-webfont.woff') format('woff'),  url('fonts/PTS75F-webfont.ttf') format('truetype'),  url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'pt';
	src: url('fonts/PTS56F-webfont.eot');
	src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS56F-webfont.woff') format('woff'),  url('fonts/PTS56F-webfont.ttf') format('truetype'),  url('fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'pt';
	src: url('fonts/PTS76F-webfont.eot');
	src: url('fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/PTS76F-webfont.woff') format('woff'),  url('fonts/PTS76F-webfont.ttf') format('truetype'),  url('fonts/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'desyrel';
	src: url('fonts/desyrel_.eot');
	src: url('fonts/desyrel_.eot?#iefix') format('embedded-opentype'),  url('fonts/desyrel_.woff') format('woff'),  url('fonts/desyrel_.ttf') format('truetype'),  url('fonts/desyrel_.svg#desyrelregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family:PT;
	}
h1, h2 {
	font-family: desyrel;
	font-weight: normal;
}
h1 {
  border-top: 1px dashed silver;
  font-size: 60px;
  margin-top: 30px;
  line-height: 40px;
}
h1:nth-of-type(1) {
  min-height: 95px;
  position: relative;
  width: calc(100% - 220px);
}
h1:nth-of-type(1):after {
  content: url("images/logo.png");
  display: block;
  position: absolute;
  right: -220px;
  top: -28px;
}
h1 small {
color: #8b8a8a;
display: block;
line-height: 33px;
margin-left: 25px;
margin-top: -5px;
font-family: PT;
font-weight: bold;
font-style: italic;
font-size: 30px;
}
h2 {
  border-bottom: 1px solid;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 30px;
}
h3 {
  margin: 0 0 -5px 25px;
}
p, address {
  margin: 10px 25px;
  text-align: justify;
}
li > p {
  margin: 0;
}
table {
  width: 100%;
}
td {
  border-bottom: 1px solid silver;
  min-width: 25%;
  padding-left: 25px;
}
th {
  padding-top: 10px;
  text-align: left;
}
.partnerList {
  list-style: none outside none;
}
.partnerList > li {
  margin-bottom: 20px;
  position: relative;
}
.partnerList h3 {
  margin: 0;
  text-decoration: none;
  width:75%;
}
h3 def {
  color: black;
  font-size: 13px;
}
h3 def:before {
  content: " • ";
}
.partnerList p {
  color: black;
  display: block;
  position: relative;
  width: 75%;
}
.partnerList div {
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #96b6d5;
  border-radius: 10px;
  height: 100%;
  max-width: 25%;
  position: absolute;
  right: 6px;
  top: 0;
  width: 199px;
}

#bottomContent {
  border-top: 5px solid silver;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 30px;
  padding-top: 10px;
  text-align: center;
}
