@CHARSET "UTF-8";
html, body {
  background-image: url('../images/bg.jpg');
}
#cabecalho {
  background: transparent url('../images/header_bg.jpg') repeat-x top left;
}
#menu {
  background: transparent url('../images/menu_bg.png') repeat-x top left;
}
#conteudo {
  background: transparent url('../images/content_bg.png') repeat-y top center;
}
#rodape {
  background: transparent url('../images/rodape_bg.png') repeat-x bottom left;
}
#rodape .canto_esq {
  background: #f9f9f9 url('../images/rodape_canto_esq.png') no-repeat bottom left;
}
#rodape .canto_drt {
  background: #f9f9f9 url('../images/rodape_canto_drt.png') no-repeat bottom right;
}
ul.artigo li {
  background: transparent url('../images/arrow_artigo.png') no-repeat 0 2px !important;
}
.colunas h1, .colunas h2 {
  background: transparent url('../images/etiqueta_temas.png') repeat-x top left;
}
.tres .esquerda {
  background: transparent url('../images/caixa_bg.jpg') repeat-x top left;
}
.tres .direita {
  background: transparent url('../images/caixa_bg.jpg') repeat-x top left;
}
.centro a.fechado {
  background: transparent url('../images/arrow_closed.png') no-repeat left 50%;
}
.centro a.aberto {
  background: transparent url('../images/arrow_open.png') no-repeat left 50%;
}
#menu #entradas li a:hover, #menu #entradas .activo {
  background: transparent url('../images/menu_selected_bg.png') repeat-x top left;
}
ul.artigo li {
  background: transparent url('../images/arrow_closed.png') no-repeat 0 4px;
}
ul.artigo a:link, ul.artigo a:visited {
  color: #ef464f;
}
.noticias .noticia h3 a:link, .noticias .noticia h3 a:visited {
  color: #ef464f !important;
}
.colunas .grau {
  color: #ef464f;
}
.centro a:link, .centro a:visited {
  color: #ef464f;
}
.fotos a:hover img, .fotos a:active img {
  border: 2px solid #ef464f;
}
#menu ul.dropdown ul li a:hover, #menu ul.dropdown ul li a:active {
  background: transparent url('../images/menu_selected_bg.png') repeat-x top left !important;
}
#menu {
  background-color: #e42d35 !important;
}