/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
  z-index: 0; position: relative;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
  z-index: 0; position: relative;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
  z-index: 0; position: relative;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
  z-index: 0; position: relative;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0; position: relative;
}

/*---- Header styling ---*/

/* SIFR */
.titSecao {
	  font-size: 20px;
	  color:#687faa;
	  letter-spacing:-2px;
	  z-index: 0; position: relative;
}
.titSubSecao {
	  font-size: 20px;
	  color:#687faa;
	  z-index: 0; position: relative;
}
.titAula {
	  font-size: 14px;
	  color:#687faa;
	  z-index: 0; position: relative;
}	

.sIFR-active titSecao {
  visibility: hidden;
  padding-bottom: 0;
  display:block;
  z-index: 0; position: relative;
}
.sIFR-active titSubSecao {
  visibility: hidden;
  padding-bottom: 0;
  display:block;
  z-index: 0; position: relative;
}
.sIFR-active titAula {
  visibility: hidden;
  padding-bottom: 0;
  display:block;
  z-index: 0; position: relative;
}