@charset "utf-8";
/* CSS Document */

/* RESET TAGS */

p {
	margin: 0px;
	padding: 0px;
}

/* GLOBAL */

BODY, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #443;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#pagina {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
}
#conteudo {
	width: 980px;
	margin: 10px 0px;
}
#corpo {
	float: left;
	width: 732px;
}
#barra_lateral {
	float: right;
	width: 234px;
	margin-left: 10px;
}
.linha_clear {
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d7d7d7;
}
.sep {
	border-bottom: 1px dotted #d7d7d7;
	height: 10px;
	margin-bottom: 10px;
}

/* CABEÇALHO */

#cabecalho {
	margin: 3px 0px;
	padding: 0px;
	padding-left:6px;
	height: 90px;
	background:#FFF;
}
	#cabecalho .logo {
		float: left;
	}
	#cabecalho .leaderboard {
		float: right;
	}

.barra_portal {
	margin-bottom: 10px;
}

/* RODAPÉ */

#rodape {
	clear: both;
	text-align: center;
	padding: 30px;
	font-size: 13px;
}

/* MENU DE NAVEGAÇÃO */

#menu {
	clear: both;
}

.solidblockmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/menu_back_2.gif);
	background-repeat: repeat-x;
	/*background-color: #003366;*/
	font-size: 11px;
	height: 30px;
	width: 633px;
	cursor:pointer;
	/*padding-left: 40px;*/
}
.solidblockmenu ol {
	margin: 0;
	float: right;
	width: 340px;
	background-color: #1983c0;
	font-size: 14px;
	padding: 4px 0px 4px 7px;
	color: #FFF;
	height: 22px;
	font-size: 11px;
}
	.solidblockmenu ol input {
		border: 1px inset;
		background-color: #fff;
		padding: 2px;
		font-family: Calibri, Arial, Helvetica, sans-serif;
	}
.solidblockmenu li {
	display: inline;
}
	.solidblockmenu li a {
		float: left;
		color: #fff;
		padding: 8px 12px;
		text-decoration: none;
		text-transform: uppercase;
		background-image: url(images/menu_sep_2.gif);
		background-repeat: no-repeat;
	}
.tabcontainer {
	clear: left;
	height: 35px;
	border-bottom: 1px dotted #999;
	background-color: #f9f9f9;
}
	.tabcontainer span a {
		padding: 6px 6px;
		text-decoration: none;
		color: #000;
		letter-spacing: 1px;
		font-size: 11px;
		text-transform: uppercase;
	}
	.tabcontainer a:hover {
		background-color: #eee;
	}

*:first-child+html .ieclass {
	margin-top: -1em;
}
* html .ieclass {
	margin-top: -1em;
}
.tabcontent {
	display:none;
	padding-top: 8px;
	background-image: url(images/menu_back_arrow.gif);
	background-repeat: no-repeat;
}

/* QUADROS */

#foto_manchete {
	margin-right: 10px;
	padding-right: 10px;
	width: 400px;
	/*border-right: 1px dashed #bbb;*/
	float: left;
}
	.bgr_fotos_manchete {
		width: 386px;
		height:26px;
		padding: 7px;
		background-color: #fff;
		opacity: 0.80;
		-moz-opacity: 0.80;
		filter: alpha(opacity=80);
		margin-top: -40px;
		font-weight: bold;
		font-size: 14px;
	}
	
.manchete_col_direita {
	float: right;
	width: 310px;
}

.bgr_fotos_noticia {
	width: 230px;
	height:23px;
	padding: 5px;
	background-color: #fff;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	margin-top: -33px;
	font-size: 11px;
}

#quadros_peq {
	width: 230px;
	height: 100px;
	float: left;
}
#quadros_peq_borda_esq {
	width: 230px;
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	/*border-left: 1px dashed #d7d7d7;*/
}
#quadros_centro {
	width: 230px;
	float: left;
	/*border-left: 1px dashed #d7d7d7;
	border-right: 1px dashed #d7d7d7;*/
	padding: 0px 10px;
	margin: 0px 10px;
}
#quadros_grande {
	width: 480px;
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	/*border-left: 1px dashed #d7d7d7;*/
}
#quadros_grande_esq {
	width: 480px;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	/*border-right: 1px dashed #d7d7d7;*/
}
#quadro_img_esq {
	height: 96px;
	margin-bottom: 15px;
}
#quadro_img_esq img {
	float: left;
	border: 0px;
}
#quadro_img_esq div {
	font-size: 11px;
	width: 95px;
	float: right;
	font-weight: bold;
}

/* TEXTOS ESTILIZADOS */

.line_spacing {
	line-height: 1.8em;
}

.link_verm a:link,
.link_verm a:active,
.link_verm a:visited {
	color: #903;
	text-decoration: none;
}
.link_verm a:hover {
	text-decoration: underline;
}

/* TÍTULOS DE QUADROS */

.titulo_quadro {
	text-transform: uppercase;
	color: #bbb;
	border-bottom: 2px solid #bbb;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}
.titulo_quadro_guia {
	text-transform: uppercase;
	color: #e15;
	border-bottom: 2px solid #e15;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}
.titulo_quadro_blogs {
	text-transform: uppercase;
	color: #c72;
	border-bottom: 2px solid #c72;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}
	
/* TEXTOS/MANCHETES */

#corpo h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}
#corpo h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #900;
	font-size: 11px;
}

.noticia_linha {
	margin: 5px 0px;
	font-size: 12px;
}
.noticia_linha strong {
	color: #443;
	font-size: 11px;
}
.marcador {
	color: #ad1c4a;
	font-size: 11px;
}

#corpo h1 a,
.bgr_fotos_manchete a,
.noticia_linha a {
	color: #666;
}

.bgr_fotos_chamada_230 {
	width: 230px;
	height:25px;
	padding: 5px;
	background-color: #fff;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	margin-top: -33px;
	font-size: 11px;
}
.bgr_tabs_guia {
	width: 450px;
	padding: 5px;
	background-color: #fff;
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
	margin-top: -104px;
	font-size: 13px;
	font-weight: bold;
}

/* BARRA LATERAL */

#lateral_topo {
	background-color: #eee;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #999;
}
#lateral_topo_2 {
	background-color: #f9f9f9;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

.half-banner {
	margin: 5px 0px;
}

/* EMPRESAS */

#empresas {
	background-color: #eff0f0;
	height: 205px;
	width: 460px;
	padding: 10px;
}
#empresas h1 {
	color: #adafb1;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 20px;
}
#empresas input {
	border: 0px;
	background-color: #fff;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
.empresas_tabela td {
	font-size: 11px;
}

/* REDAO ACIT */

#redacao_acit {
	clear: both;
	margin: 12px 0px;
	text-align: center;
}
#redacao_acit h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #93adc2;
	text-transform: uppercase;
}
#redacao_acit img {
	border: 5px solid #93adc2;
	margin-top: 6px;
}

/* QUADRO ROTEIRO */

#quadro_roteiro {
	float: left;
	width: 480px;
}
.titulo_quadro_roteiro {
	text-transform: uppercase;
	color: #903;
	border-bottom: 2px solid #903;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}
#quadro_interno_roteiro {
	background-color: #c14;
	padding: 5px;
	font-size: 13px;
	height: 163px;
}

#quadro_interno_roteiro strong {
	color: #fff;
	font-weight: bold;
}
#quadro_interno_roteiro input {
	padding: 3px;
}
#quadro_interno_roteiro input,
#quadro_interno_roteiro select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	margin: 3px;
}

/* QUADRO BLOGS */

#quadro_interno_blog {
	background-color: #f90;
	padding: 10px;
	width: 210px;
	margin-bottom: 10px;
}
#quadro_interno_blog h2 {
	margin: 8px 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom: 3px dotted #fff;
	color: #fff;
	font-size: 16px;
}
#quadro_interno_blog span {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
}

/* TEXTO DE MATÉRIAS */

#cabecalho_noticia {
	background-color: #f9f9f9;
	padding: 6px;
	font-size: 9px;
	margin-bottom: 20px;
}
.data_noticia {
	font-size: 11px;
	color:#777;
}
.titulo_noticia {
	color: #903;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.credito_noticia {
	margin-bottom: 20px;
	font-size: 11px;
}
.conteudo_noticia {
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

/*PESQUISA DE EVENTOS*/
.linha_pesqevento{	
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d7d7d7;
}
.titulo_pesq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;	
}
a.titulo_pesq:hover{
	text-decoration:underline;
}

.descricao_pesq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-decoration:none;	
}
a.descricao_pesq{
	text-decoration:underline;
}

.local_pesq{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	text-decoration:none;	
}
a.local_pesq{
	text-decoration:underline;
}

.tipo_pesq{
	font-family:Arial, Helvetica, sans-serif;
	color:#7895AF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
}
a.tipo_pesq{
	text-decoration:underline;
}

/*RELOGIO*/
.relogio{
	background-color: #038039; 
	color: #FFF;
	border: 0px;
	height:40px;
}
