@charset "utf-8";
/* CSS Document */

/* --------------------------- LINKS --------------------------- */
.item-page a { color: #17416E; }
/* --------------------------- FIM LINKS --------------------------- */
/* --------------------------- SUBTITULO --------------------------- */
.item-page h2 { font-size: 120%; margin-bottom: 5px; }
/* --------------------------- FIM SUBTITULO --------------------------- */
/* --------------------------- TABELA --------------------------- */
.item-page-noticias table tr td,
.item-page table tr td { border: 1px solid #343434; padding: 5px; vertical-align: middle; }
.tabela-celula-fundo-azul { border: 1px solid #FFF !important; background: #3e65b3; color: #FFF; font-weight: bold; }
.tabela-celula-fundo-azul tr td { border: 1px solid #FFF !important; font-weight: bold; }
.tabela-celula-fundo-branco { border: 1px solid #3e65b3 !important; background: #FFF; color: #17416E; }
.tabela-celula-fundo-branco tr td { border: 1px solid #3e65b3 !important; background: #FFF; color: #17416E; }
/* --------------------------- FIM TABELA --------------------------- */
/* --------------------------- LISTAS --------------------------- */
.item-page ul, ol { margin-left: 30px; }
.item-page ul li { list-style: square; line-height: 1.5em; }
.item-page ol li { list-style: decimal; }
/* --------------------------- FIM LISTAS --------------------------- */
/* --------------------------- IMAGEM --------------------------- */
.item-page-noticias .alinhar-imagem-direita,
.items-leading .alinhar-imagem-direita,
.item .alinhar-imagem-direita,
.blog-featured .alinhar-imagem-direita,
.item-page .alinhar-imagem-direita { float: right; margin: 10px; margin-right: 0; }
.item-page-noticias .alinhar-imagem-direita span,
.item-page .alinhar-imagem-direita span { background-color: #F9F9F9; font-size: 10px;  font-style: italic; line-height: 15px; }
.item-page-noticias .alinhar-imagem-esquerda,
.item .alinhar-imagem-esquerda,
.items-leading .alinhar-imagem-esquerda,
.blog-featured .alinhar-imagem-esquerda,
.item-page .alinhar-imagem-esquerda { float: left; margin: 10px; margin-left: 0; }
.item-page-noticias .alinhar-imagem-esquerda span,
.item-page .alinhar-imagem-esquerda span { background-color: #F9F9F9; font-size: 10px;  font-style: italic; line-height: 15px; }
/* --------------------------- FIM IMAGEM --------------------------- */
/* --------------------------- VIDEO --------------------------- */
.item-page .video { float: left; margin: 10px; width: 330px; }
.item-page .video .descricao-video { font-size: 1em; font-weight: normal; margin: 10px 0; }
/* --------------------------- FIM VIDEO --------------------------- */
/* --------------------------- PÁGINA DE EDIÇÃO --------------------------- */
.edit legend { font-size: 110%; font-weight: bold; }
.edit select, .edit input { border: 1px solid #CCC; margin-left: 10px; margin-bottom: 10px; }
.edit #editor-xtd-buttons { margin-top: 5px; margin-bottom: 25px; }
.edit #editor-xtd-buttons .button2-left { float: left; padding-right: 15px; }
.edit #editor-xtd-buttons .button2-left .jvotesystem { display: none; }
.edit #editor-xtd-buttons .button2-left .jdownloads { background: none; }
/* --------------------------- FIM PÁGINA DE EDIÇÃO --------------------------- */
.fonte { font-size: 9px; color: #3E576F;  }