/* CSS Document */

/* 
a:link { color:#000; text-decoration:none; }
a:visited { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }
*/
a:link		{ color:#000000; text-decoration:none; }
a:visited	{ color:#000000; text-decoration:none; }
a:hover		{ color:#000000; text-decoration:none; }

.cor_ano:link		{ color:#f06421; text-decoration:none; }
.cor_ano:visited	{ color:#f06421; text-decoration:none; }
.cor_ano:hover		{ color:#000; text-decoration:none; }

.cor_ano a:link		{ color:#f06421; text-decoration:none; }
.cor_ano a:visited	{ color:#f06421; text-decoration:none; }
.cor_ano a:hover		{ color:#000; text-decoration:none; }

.menu_p:link		{ color:#000; text-decoration:none; }
.menu_p:visited	{ color:#000; text-decoration:none; }
.menu_p:hover		{ color:#f06421; text-decoration:none; }


.preto				{ color:#000000; text-decoration:none; }
.preto a:link		{ color:#000000; text-decoration:none; }
.preto a:visited	{ color:#000000; text-decoration:none; }
.preto a:hover		{ color:#000000; text-decoration:underline; }

.vermelho				{ color:#f06421; text-decoration:none;  }
.vermelho a:link		{ color:#f06421; text-decoration:none; }
.vermelho a:visited		{ color:#f06421; text-decoration:none; }
.vermelho a:hover		{ color:#000; text-decoration:none;  }


.vermelho2 a:link		{ color:#f06421 !important; text-decoration:none; }
.vermelho2 a:visited		{ color:#f06421 !important; text-decoration:none; }
.vermelho2 a:hover		{ color:#000000 !important; text-decoration:none;  }

.branco				{ color:#ffffff !important; text-decoration:none; }
.branco a:link		{ color:#ffffff; text-decoration:none; }
.branco a:visited	{ color:#ffffff; text-decoration:none; }
.branco a:hover		{ color:#ffffff; text-decoration:none; }

.uppercase{
	text-transform:uppercase;	
}
.tam11 { font-size:11px; }
.tam12 { font-size:12px; }
.tam13 { font-size:13px; }
.tam14 { font-size:14px; }
.tam16 { font-size:16px; }
.tam18 { font-size:18px; }
.tam22 { font-size:22px; }
.tam24 { font-size:24px; }
.tam26 { font-size:26px; }
.tam30 { font-size:30px; }
.tam36 { font-size:43px; }
.tam50 { font-size:50px; }

.bold		{ font-weight:bold; }
.italic		{ font-style:italic; }
.underline	{ text-decoration:underline; !important; }

strong,b		{ font-weight:bold; }

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/univers-condensed.eot');
  src: url('../_fonts/univers-condensed.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/univers-condensed.ttf') format('truetype');
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: url('../_fonts/univers-condensed.eot');
  src: url('../_fonts/univers-condensed.eot?#iefix') format('embedded-opentype'),
       url('../_fonts/univers-condensed.ttf') format('truetype');
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/univers-condensed_bold.eot');
  src: url('../_fonts/univers-condensed_bold.eot?#iefix') format('embedded-opentype'),
       url('../_fonts/univers-condensed_bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight:bold;
  src: url('../_fonts/univers-condensed_bold.eot');
  src: url('../_fonts/univers-condensed_bold.eot?#iefix') format('embedded-opentype'),
       url('../_fonts/univers-condensed_bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Bauhausb';
  font-style: normal;
  font-weight:normal;
  src: url('../_fonts/bauhausb.eot');
  src: url('../_fonts/bauhausb.eot?#iefix') format('embedded-opentype'),
  url('../_fonts/bauhausb.ttf') format('truetype');
}