/* TEXTOS em geral ----------------------------------------------------------------------- */
td { 
 color: #666666; 
 text-decoration: none; 
 font-size: 11px; 
 font-family: Arial; 
}
td a                 { color: #666666; text-decoration: none;}
td a:hover           { color: #999999; text-decoration: none; }


.texto_titulo { 
 font-size: 11px; 
 font-weight: bold; 
 color: #666666; 
 text-decoration: none; 
 font-family: Arial; 
}
.texto_titulo a:hover { color: #999999; text-decoration: none; }


.texto_corpo { 
 font-size: 11px; 
 color: #666666; 
 text-decoration: none; 
 font-family: Arial; 
} 
.texto_corpo a:hover { color: #999999; text-decoration: none; }
  
  
.texto_corpo_peq { 
 font-size: 10px; 
 color: #666666; 
 text-decoration: none; 
 font-family: Arial; 
}
.texto_corpo_peq a:hover { color: #999999; text-decoration: none; }


.texto_contraste_peq {
  color: #FFFFFF; 
  text-decoration: none; 
  font-family: Arial; 
}
.texto_contraste_peq a:hover { color: #999999; text-decoration: none; }

.texto_contraste_mdo{
  color: #FFFFFF; 
  text-decoration: none; 
  font-size: 11px;   
  font-family: Arial; 
}
.texto_contraste_mdo a:hover { color: #FFFFFF; text-decoration: none; }

.menu_vertical_pai { 
  color: #333333; 
  text-decoration: none;	
  font-size: 11px; 
  font-family : Arial; 
}
.menu_vertical_pai a:hover { color: #999999; text-decoration: none; }


.menu_vertical_filho { 
  color: #666666; 
  text-decoration: none; 
  font-size: 10px; 
  font-family : Arial; 
}
.menu_vertical_filho a:hover { color: #999999; text-decoration: none; }

/* ---------------------------------------------------------------------------------------- */


/* TITULO SITE/LOGO  ---------------------------------------------------------------------- */
.titulo_logo {
 color: #FFFFFF;
 text-decoration: none;
 font-size: 24px;
 font-family: Arial Black ;
}
a.titulo_logo:hover { color: White; text-decoration: none;	font-size: 24px; font-family:  Arial Black ;  }
/* ---------------------------------------------------------------------------------------- */


/* CAIXAS DE TEXTO ------------------------------------------------------------------------ */
.edtext{
 font-family:Arial;
 font-size:11px;
 color:#666666;
 border:1px solid #999999;
 padding-left:3px;
}
/* ---------------------------------------------------------------------------------------- */


/* BG e ESTILOS que mudam de cor ---------------------------------------------------------- */
.bg_geral
{
	background-image : url(../img/bgGeral.jpg);
	background-repeat : no-repeat;
	background-position : top;
}

.bg_top
{
	background-image : url(../img/bgTopBusca_Vermelho.jpg);
	background-repeat : no-repeat;
}

.bg_footer
{
	background-image : url(../img/bgFooter_Vermelho.jpg);
	background-repeat : no-repeat;
}

/* .bar_logo { background-color:  #FF9900; }  */

.bg_logo
{
  cursor: pointer;
  width: 164px; 
  height: 45px; 
  background-image: url(../img/LogoProEvento_VERMELHO.gif); 
}

.bar_color
{
 background-color: #A3171A;  
 color: #FFFFFF; 
 text-decoration:  none; 
 font-weight: bold;
 font-size: 11px; 
 font-family :  Arial;
}

.bar_color_ex
{
 background-color: #A3171A;
}

.menu_bullet
{
	background-image: url(../img/Bullet_MenuPai_Vermelho.jpg);
	background-color: transparent;
	background-repeat : no-repeat;
	border : 0px none;
	padding-left:24px;
}
