*, body, table, td {
	font-family: Univers-Oblique, Tahoma, Arial, Sans-serif;
	font-size: 10pt;
}

body {
	margin-top: 1cm;
	margin-bottom: 2cm;
	margin-left: 1.2cm;
	margin-right: 1.2cm;
	margin: 0cm;
	padding-bottom: 100px;
}

.header {
	border: 0px;
	font-size: 12pt;
}

.header td {
	border: 0px;
	font-size: 10pt;
}

.header .date {
	font-size: 12pt;
}
 
h1 {			
	font-size: 14pt;
	font-weight: bolder;
	margin: 3px;
	text-align: center;
}

h2 {
	font-size: 10pt;			
	font-weight: normal;
	margin: 3px;
	text-align: center;
}

h3 {
	text-align: center;			
	font-size: 12pt;
}

table {
	width: 100%;
}

.rel {
	border-width: 0px;
	 border-collapse: no-collapse;
	 font-family: Arial;
}

.rel th {
	border-width: 0px;
	border-bottom: 2px solid black;
	font-size: 8pt;
	font-family: Arial;
}

.rel td {
	border-color: black;
	border-style: solid;
	border-width: 0px;
	font-size: 8pt;
	padding: 1px;
	border-bottom: 1px solid gray;
	font-family: Arial;
}

.header .curso {
	border-top: 2px solid black;
	font-size: 10pt;
	border-bottom: 0px;
}

.labelH {
	font-size: 10pt;
	width: 15%;
	text-align: right;
}

.sub td  {
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 10px;
}

.name h2 {
	font-size: 8pt;
}

.sub td.schoolName {
	font-size: 10pt;
	font-weight: bold;
}

.sub td.datePrint {
	font-size: 10pt;
}

td.curso {
	font-size: 10pt;
	vertical-align: top;			
}

hr {
	border: 0px;
	color: white;
	margin: 0px;
	padding: 0px;
	border-color: white;
	page-break-before: always;
}

p.paginaInfo {
	margin: 0px;
	font-family: Thaoma, Arial;
}

html .footer, body .footer {
	width: 100%;
	font-style: normal;
}

#addressFooter {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	page-break-after: always;
	margin: 0;
}


@media print {
	html, body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	#addressFooter {
		display: block;
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		page-break-after: always;
	} 
  }
}