@charset "UTF-8";

/* CSS Document */

/* Tipo - VEJA MAIS */
a.vm:link {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}

a.vm:visited {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}

a.vm:hover {
	text-decoration: none;
	color: #F1F1F1;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}

a.vm:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10.42px;
	font-weight: normal;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Tipo - TÍTULO MATÉRIA PRINCIPAL 1 */
a.titulo1:link {
	color: #394379;
	font-family: Tahoma;
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
}

a.titulo1:visited {
	color: #394379;
	font-family: Tahoma;
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
}

a.titulo1:hover {
	color: #394379;
	font-family: Tahoma;
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	text-align: left;
	text-decoration: underline;
}

a.titulo1:active {
	color: #394379;
	font-family: Tahoma;
	font-size: 19px;
	font-weight: normal;
	line-height: 21px;
	text-align: left;
	text-decoration: underline;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Tipo - TÍTULO MATÉRIA PRINCIPAL 2 */
a.titulo2:link {
	color: #394379;
	font-family: Tahoma;
	font-size: 14.5px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

a.titulo2:visited {
	color: #394379;
	font-family: Tahoma;
	font-size: 14.5px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
}

a.titulo2:hover {
	color: #394379;
	font-family: Tahoma;
	font-size: 14.5px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	vertical-align: top;
}

a.titulo2:active {
	color: #394379;
	font-family: Tahoma;
	font-size: 14.5px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	text-decoration: underline;
	vertical-align: top;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Tipo - TÍTULO MATÉRIA SECUNDÁRIA */
a.titulo3:link {
	color: #394379;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	text-decoration: none;
}

a.titulo3:visited {
	color: #394379;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	text-decoration: none;
}

a.titulo3:hover {
	color: #394379;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	text-decoration: underline;
}

a.titulo3:active {
	color: #394379;
	font-family: Tahoma;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	text-decoration: underline;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Tipo - RESUMO DA MATÉRIA */
a.resumo1:link {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
}

a.resumo1:visited {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
}

a.resumo1:hover {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-align: left;
	text-decoration: underline;
}

a.resumo1:active {
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-align: left;
	text-decoration: underline;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


					/* DIVs DE DIAGRAMAÇÃO*/
/* Background */
html, body {
	background-color: transparent;
	margin: 0px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 100%;
}

iframe {
	background-color: transparent;
}

#master {
	background-image: url("img/background_01.jpg");
	background-repeat: repeat;
	border: none;
	position: absolute;
	width: 100%;
	max-width: 100%;
	max-height: 1000px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}

#master .azul_up {
	background-image: url("img/background_02.png");
	background-repeat: repeat-x;
	border: none;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	width: 100%;
	height: 217px;
	max-width: 100%;
	min-width: 100%;
	z-index: 2;
}

/* TOPO DO SITE */
#topo {
	left: 50%;
	margin-left: -468px;
	margin-top: 9px;
	max-width: 937px;
	height: 207px;
	position: relative;
	z-index: 3;
}

#topo .top_links {
	margin-left: 670px;
	margin-top: 170px;
	height: 14px;
	position: absolute;
	z-index: 3;
}

		/* LINKS DO TOPO */
#topo a:link {
	text-decoration: none;
	color: #2E4A65;
	font-family: Tahoma;
	font-size: 12.5px;
	font-weight: normal;
}

#topo a:visited {
	text-decoration: none;
	color: #2E4A65;
	font-family: Tahoma;
	font-size: 12.5px;
	font-weight: normal;
}

#topo a:hover {
	text-decoration: none;
	color: #666666;
	font-family: Tahoma;
	font-size: 12.5px;
	font-weight: normal;
}

#topo a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12.5px;
	font-weight: normal;
}
		/* FIM LINKS DO TOPO*/

#topo .top_back {
	background-image: url("img/top_back.png");
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	width: 937px;
	height: 207px;
	z-index: 3;
}

#topo .top_flash {
	margin-left: 420px;
	margin-top: 30px;
	width: 485px;
	height: 115px;
	position: absolute;
	z-index: 3;
}
/* FIM TOPO DO SITE */

/* Início do Conteúdo de Notíticas, Vídeos, etc */
#conteudo {
	left: 50%;
	margin-left: -468px;
	margin-top: 5px;
	max-width: 937px;
	width: 937px;
	height: 470px;
	position: relative;
}

/* MENU DO SITE */
#menu {
	width: 937px;
	height: 42px;
}

/* LINKS MENU */
#menu a:link {
	text-decoration: none;
	color: #2E4A65;
	font-family: Tahoma;
	font-size: 14.58px;
	font-weight: normal;
	text-align: center;
}

#menu a:visited {
	text-decoration: none;
	color: #2E4A65;
	font-family: Tahoma;
	font-size: 14.58px;
	font-weight: normal;
	text-align: center;
}

#menu a:hover {
	text-decoration: none;
	color: #F1F1F1;
	font-family: Tahoma;
	font-size: 14.58px;
	font-weight: normal;
	text-align: center;
}

#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14.58px;
	font-weight: normal;
	text-align: center;
}
/* FIM LINKS MENU */

#menu .menu_back { /* Imagem de fundo do menu */
	background-image: url("img/menu_back.png");
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	width: 937px;
	height: 42px;
	z-index: 3;
}

#menu .menu_busca {
	margin-left: 690px;
	margin-top: 3px;
	position: absolute;
	width: 300px;
	height: 42px;
	vertical-align: middle;
	z-index: 4;
}
/* FIM MENU DO SITE */

/* Notícias */
#news_texto {
	margin-left: 30px;
	margin-top: 0px;
	overflow: auto;
	position: absolute;
	vertical-align: super;
	width: 662px;
	height: 355px;
	max-width: 662px;
	max-height: 355px;
	left: -4px;
	top: 8px;
}

#news_texto table {
	border: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	z-index: 1000;
}

/* Background das notícias */
#news_top {
	background-image: url("img/news_top.png");
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 717px;
	height: 31px;
}

#news_top img {
	border: none;
	padding-top: 6px;
	padding-left: 20px;
	position: absolute; 
	width:675px; 
	height:23px;
}

#news_middle {
	background-image: url("img/news_middle.png");
	background-repeat: repeat-y;
	overflow:auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 717px;
	min-height: 364px;
	max-height: 364px;
}

#news_bottom {
	background-image: url("img/news_bottom.png");
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 717px;
	height: 31px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Menu Vídeo e Agenda (direita do site) */
#videos_back {
	background-image:  url("img/videos_back.png");
	margin-left: 717px;
	margin-top: 0px;
	position: absolute;
	width: 220px;
	height: 212px;
}

#agenda_back {
	margin-left: 725px;
	margin-top: 215px;
	position: absolute;
	width: 220px;
	height: 215px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#rodape {
	position: relative;
	bottom: 0;
	text-align: center;
}

#rodape font {
	color: #2E4A65;
	font-family: Tahoma, Helvetica;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

#rodape a {
	color: #2E4A65;
	font-family: Tahoma, Helvetica;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

#rodape a:hover {
	color: #00356D;
	font-family: Tahoma, Helvetica;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}


* html #master {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

/* LISTA */
ul.contas {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: circle;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	
					/* FONTES */
					
/* PERFIL */
#titulo_perfil {
	color: #394379;
	font-family: Tahoma, Helvetica;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	text-decoration: none;
}

#resumo_perfil {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
}

/* xxxxxxXXXxxxxxx */

/* NOTÍCIAS */
#news_titulo {
	color: #394379;
	font-family: Tahoma, Helvetica;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

#news_noticia {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#news_fonte {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

#news_data {
	color: #394379;
	font-family: Tahoma, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

#news_legenda {
	color: #000000;
	font-family: Tahoma, Helvetica;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}
/* xxxxxxXXXxxxxxx */

#font_rodape {
	color: #2E4A65;
	font-family: Tahoma, Helvetica;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

h1 {
	color: #394379;
	font-family: Tahoma, Helvetica;
	font-size: 15px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	text-decoration: none;
}
