@charset "utf-8";

.layer1 {
margin: 0;
padding: 0;
width: 316px;
}
 
.heading {
margin: 0px;
padding: 0px;
cursor: pointer;
position: relative;
}
.content {
padding: 5px 50px;
background-image:url(../imagens/fundo_menu_line_up.png);
}
p { padding: 5px 0; }

.camada {
margin: 0;
padding: 0;
width: 570px;
}
 
.debate_off {
margin: 0px;
padding: 20px 0 0 50px;
cursor: pointer;
position: relative;
}
.debate_on {
padding: 0 0 0 50px;
}
p { padding: 5px 0; }

/*************** INÍCIO CSS HIGHSLIDE */

.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-dimming {
	background: #000000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(graphics/loader.white.gif);
}

/*************** INÍCIO CSS GERAL */
html, body {
	height: 100%;
}


body {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background:#666 url(../imagens/fundo_base.png) no-repeat top;
	background-attachment:fixed;
}

h1, h2, h3 {
	margin-top: 0px;
}

h2 {
	font-size: 24px;
	padding-top:10px;
}

h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}

p {
	margin-top: 0px;
	/*text-align: justify;*/
	line-height: 160%;
}

a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/*************** FIM CSS GERAL */

#pagina {
	width:1000px;
	margin-top:0px;
}


#espaco_lateral_esquerdo {
	width:140px;
}


#espaco_lateral_direito {
	width:140px;
}




/*************** INÍCIO CSS DO TOPO */

#topo {
	height:191px;
	margin-top:0px;
	vertical-align:top;
}

#logo {
	width:228;
	margin-top:0px;
	vertical-align:top;
}

#publicidade {
	height:131px;
	margin-top:10px;
	text-align:center;
}

#menu_box {
	width:771px;
	height:60px;
	text-align:center;
	background-image:url(../imagens/fundo_menu2.png);
	background-repeat:no-repeat;
}

#menu {
	height:50px;
	vertical-align:text-bottom;
	font-family:"Myriad","Trebuchet MS";
	text-transform: uppercase;
	font-size:19px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/*************** FIM CSS DO TOPO */



/*************** INÍCIO CSS DO CONTEÚDO */

#conteudo {
	vertical-align:top;
}

#conteudo_centro{
	width:684px;
	vertical-align:top;
}

#icone_versao {
	text-align:right;
	padding-right:10px;
	padding-top:5px;
}

#conteudo_lateral{
	width:316px;
	padding-top:0px;
	margin-top:0px;
	vertical-align:top;
}

#destaque {
	position:absolute;
	z-index:2;
	top:716px;
	left:686px;
}

#noticias_aleatorias {
	width:650px;
	height:330px;
	padding-top:0px;
	padding-left:10px;
}

#resumo_noticia {
	/*position: absolute;*/
	margin: 0px auto;
	margin-top:-51px;
	margin-left:0px;
	padding-top:10px;
	padding-left:10px;
	width: 635px;
	height:43px;
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF;
	/*left: 10px;
	top: 478px;*/
}

.titulo_noticia_destaque {
	font-size:25px;
	font-weight:bold;
}

.resumo_noticia_destaque {
	font-size:12px;
}

#noticias_antigas_com_fundo {
	width:665px;
	background-image: url(../imagens/fundo_noticias_antigas.png);
	background-repeat:no-repeat;
	background-position:left;
}

#noticias_antigas_sem_fundo {
	width:665px;
}

.titulo_noticia_antiga {
	font-size:20px;
	font-weight:;
}


#paginas_internas {
	width:660px;
	padding-left:0px;
	color:#333333;
	background-color:#FFFFFF;
}

#data {
	font-size:10px;
}
/*************** FIM CSS DO CONTEÚDO */



/*************** INÍCIO CSS DO RODAPÉ */

#rodape {
	height:270px;
	margin:0px;
	text-align:center;
	background-color:#1D1D1D;
}

.logos_rodape {
	text-align:center;
}

.desenvolvedor {
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

a.desenvolvedor:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.desenvolvedor:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.desenvolvedor:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*************** INÍCIO CSS DO RODAPÉ */
