/********************************************
* Editorial Style
********************************************/

/*********************************
* Títulos
*********************************/

#hdr-editorial, 
#hdr-lastnews,
#hdr-artigos,
#hdr-lastartigos,
#hdr-mercado,
#hdr-lastmercado,
#hdr-imprensa,
#hdr-lastpublish,
#hdr-news,
#hdr-lastpublish,
#hdr-entrevistas,
#hdr-lastentrevistas,
#hdr-contato,
#hdr-solicite {
    height: 20px;
    text-indent: -9999px;
    margin-bottom: 5px;
}


#hdr-editorial {
    background: url(../images/hdr_editorial.gif) top left no-repeat;
}
#hdr-lastnews {
    background: url(../images/hdr_lastnews.gif) top left no-repeat;
}
#hdr-artigos {
    background: url(../images/hdr_artigos.gif) top left no-repeat;
}
#hdr-lastartigos {
    background: url(../images/hdr_lastartigos.gif) top left no-repeat;
}
#hdr-mercado {
    background: url(../images/hdr_noticias_mercado.gif) top left no-repeat;
}
#hdr-lastmercado {
    background: url(../images/hdr_ultima_mercado.gif) top left no-repeat;
}
#hdr-imprensa {
    background: url(../images/hdr_imprensa.gif) top left no-repeat;
}
#hdr-lastpublish {
    background: url(../images/hdr_lastpublish.gif) top left no-repeat;
}
#hdr-news {
    background: url(../images/hdr_news.gif) top left no-repeat;
}
#hdr-lastnews {
    background: url(../images/hdr_lastnews.gif) top left no-repeat;
}
#hdr-entrevistas {
    background: url(../images/hdr_muralentrevistas.gif) top left no-repeat;
}
#hdr-lastentrevistas {
    background: url(../images/hdr_lastentrevistas.gif) top left no-repeat;
}
#hdr-contato {
    background: url(../images/hdr_contato_rel.gif) top left no-repeat;	
	
}

#hdr-solicite {
    background: url(../images/hdr_solicite.gif) top left no-repeat;	
	
}
/*********************************
* SubMenu
*********************************/
#subnav a#editorial {
    background: url(../images/subnav_editorial.gif) top left no-repeat;
}
#subnav a#imprensa {
    background: url(../images/subnav_imprensa.gif) top left no-repeat;
}
#subnav a#artigos {
    background: url(../images/subnav_artigos.gif) top left no-repeat;
}
#subnav a#mercado {
    background: url(../images/subnav_artigos.gif) top left no-repeat;
}
#subnav a#entrevistas {
    background: url(../images/subnav_entrevistas.gif) top left no-repeat;
}
#subnav a#noticias {
    background: url(../images/subnav_noticias.gif) top left no-repeat;
}
#subnav a#editorial:hover, body.editorial-on #subnav a#editorial {
    background: url(../images/subnav_editorial.gif) bottom left no-repeat;
}
#subnav a#artigos:hover, body.artigos-on #subnav a#artigos {
    background: url(../images/subnav_artigos.gif) bottom left no-repeat;
}
#subnav a#mercado:hover, body.mercado-on #subnav a#mercado {
    background: url(../images/subnav_novas_mercado.gif) bottom left no-repeat;
}
#subnav a#imprensa:hover, body.imprensa-on #subnav a#imprensa {
    background: url(../images/subnav_imprensa.gif) bottom left no-repeat;
}

#subnav a#entrevistas:hover, body.entrevistas-on #subnav a#entrevistas {
    background: url(../images/subnav_entrevistas.gif) bottom left no-repeat;
}

#subnav a#noticias:hover, body.noticias-on #subnav a#noticias {
    background: url(../images/subnav_noticias.gif) bottom left no-repeat;
}

