/*******************************************************************
 styles_spf.css

 This CSS file contains all extra layout definitions like positioning,
 floats, margins, padding, borders etc. for the SPF theme

 Styles are organised into the following sections:
  layout
  fonts
*******************************************************************/

/***
 *** Fonts
 ***/

.titulos {
  font-size: 1.4em;
  font-weight: normal;
  color: #CC3300;

}

.titulos_pequenos {
  font-size: 1.2em;
  font-weight: normal;
  color: #CC3300;

}

.titulos_pequenos_corrido {
  font-size: 1em;
  font-weight: normal;
  color: #CC3300;

}

.texto_pequeno {
  font-size: 0.9em;
  color: #333333;

}

.texto_normal {
  font-size: 0.9em;
  color: #333333;

}



/***
 *** Fonts
 ***/