/* CSS Document */
/* (*) Significa todos os elementos */
* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html {
	/*background:#33765F;*/
	background:url(../imagens/bgfundo.gif) repeat-y;
	background-position: 50% 0%;
}

body {
	font: 12px Arial, Verdana, Tahoma, sans;
	text-align: center;
}

/* (.) pode ser usado com qualquer tags */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#corpo {
	width: 799px;
	/* centraliza e coloca as margens automaticamente */
	margin: 0 auto;
	text-align: left;
	/*margin-top: 40px;*/
	background: url(../imagens/fundo_conteudo.jpg) no-repeat;	
}

/* MENU TOPO */
#topo {
	height: 113px;
	background:url(../imagens/topo.jpg) no-repeat;*/
}

#topo a {
	height: 67px;
}


#topo ul {
}


#topo ul li.inicio {
	/* e isso que faz a lista ser na horizontal */
	background:url(../imagens/logomarca.jpg) no-repeat;
	/*width: 211px;
	height: 67px;*/
	width: 291px;
	height: 71px;
	float: left;
}

#noticiatopo {
	color:#000;
	/*color:#FFFFFF;
	background:#B90303;*/
	width: 450px;
	_width: 470px;
	height: 70px;
	display:block;
	float:right;
	margin-top: -2px;
	*margin-top: -70px; /* altera propriedade do IE6 e IE7 */
	margin-left: 0px;
	*margin-left: 320px; /* altera propriedade do IE6 e IE7 */
	margin-right: 10px;
}

#noticiatopo .datanoticiatopo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 20px;
	display:block;
	margin-top: 5px;
	width: 250px;
}

#noticiatopo .titulonoticiatopo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 20px;
	display:block;
	margin-top: 5px;
}

#noticiatopo .maisnoticiastopo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin-left: 20px;
	display:block;
	margin-top: 5px;
	float:right;
	margin-right: 10px;
	margin-bottom: 5px;
}

#noticiatopo  a {
	color:#000;
	font-weight: bolder;
}

/* NOTICIAS DA HORA */
#noticiasdahora {
	color:#FFFFFF;
	background: url(../imagens/fundonoticiasdahora.gif) repeat-x;
	height: 45px;
	width: 799px;
	display:block;
	float:left;
	height: 45px;
}

#noticiasdahora .dahora{
	color:#FFF;
	line-height: 45px;
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url(../imagens/fundonoticiasdahora.gif) repeat-x;
	display:block;
	width: 139px;
	height: 45px;
	display:block;
	float:left;
	margin-right: 50px;
}

#quotetext{
	/*background: #E1E2DF;*/
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	line-height: 45px;
}


/* MENU LATERAL */
#conteudo {
	float: right;
	width: 529px;
	background:#D4D7DC;
}

#texto {
	background:#D4D7DC;
}


#esquerda {
	float: left;
   	width: 149px; /* FireFox */
   *width: 149px; /* IE 7 and below */
   _width: 149px; /* IE 5.5 only */
   _width/**/:/**/ 149px; /* IE 6 only */
	/*background:#C78A49;*/
	background: #D4D7DC;
}

#direita {
	float: right;
	width: 121px;
	/*background: #D69F66 url(../imagens/fundo_patrocinadores.jpg) no-repeat;*/
	background: #D4D7DC;
}


/* PATROCINADORES */ 
#direita ul {
	background:#D4D7DC;
	height: 465px;
	margin-left: 10px;
	overflow: scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	text-align:justify;
	scrollbar-arrow-color:#D69F66;
	scrollbar-3dlight-color:#D69F66;
	scrollbar-highlight-color:#D4D7DC;
	scrollbar-face-color:#FFF;
	scrollbar-shadow-color:#2D3C86;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-track-color:#D4D7DC;
}


.titulopatrocinadores {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	text-align:center;
	padding-top: 1px;
	margin-bottom: 5px;
}


#menu2 li {
	display:block;
	overflow: hidden;
}

/* Aplica image replacement para não aparecer o texto no link */
#menu2 li a {
	display:block;
	overflow: hidden;
}


.patrocinador {
	margin-bottom: 2px;
}

.patrocinador a {
	text-align:center;
	height: 45px;
	 *height: 42px; /* altera propriedade do IE6 e IE7 */
	display:block;
}


/* MENU ESQUERDO */
/* Aplica image replacement para não aparecer o texto no link */
#menu li a {
	display:block;
	text-indent:-9000px;
	overflow: hidden;
}


.institucional a {
	background:url(../imagens/menu_institucional.jpg) no-repeat;
	height: 52px;
}

.agenda a {
	background:url(../imagens/menu_agenda.jpg) no-repeat;
	height: 28px;
}

.convenios a {
	background:url(../imagens/menu_convenios.jpg) no-repeat;
	height: 27px;
}
.livraria a {
	background:url(../imagens/menu_livraria.jpg) no-repeat;
	height: 28px;
}

.cursos a {
	background:url(../imagens/menu_cursos.jpg) no-repeat;
	height: 27px;
}

.links a {
	background:url(../imagens/menu_links.jpg) no-repeat;
	height: 28px;
}

.telefones a {
	background:url(../imagens/menu_telefones.jpg) no-repeat;
	height: 27px;
}

.patrocinadores a {
	background:url(../imagens/menu_patrocinadores.jpg) no-repeat;
	height: 28px;
}


.contato a {
	background:url(../imagens/menu_contato.jpg) no-repeat;
	height: 112px;
}

span.telefone {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	display:block;
	position:absolute;
	margin-left: 315px;
	 *margin-left: 310px; /* altera propriedade do IE6 e IE7 */
	_margin-left: 300px;
}

span.endereco {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 30px;
	display:block;
	position:absolute;

   	margin-left: -70px; /* FireFox */
   *margin-left: -74px; /* IE 7 and below */
   _margin-left: -85px; /* IE 5.5 only */
   _margin-left/**/:/**/ -85px; /* IE 6 only */
   width: 600px;
}
.titulo {
	margin-left: 2px;
}

/* TOPO */
span.topo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
} 

span.topo a {
	color:#000;
	float:right;
	margin-right: 31px;
}


/* PESSOAS */
#rodape {
	height: 152px;
	width: 800px;
	background: #000 url(../imagens/rodapesempessoas.jpg) no-repeat;
	display:block;
}

#rodapepessoas {
	width: 505px;
	height: 152px;
	display:block;
	margin-left: 294px;
}

/* PAGINAÇÃO */
#paginas {
	font-family:Arial, Verdana, Tahoma, sans;
	font-size: 12px;
	font-weight: bold;
	margin-left: 54px;
	margin-bottom: 21px;
	text-align:center;
	text-transform:uppercase;
	width: 500px;
	float:left;
	display:block;
	margin-left: -5px;
	margin-top: 40px;
}

#paginas span.texto {
	font-family: Arial, Verdana, Tahoma, sans;
	font-size: 11px;
	font-weight:bolder;
	color:#000;
}


#paginas span.paginacao {
	text-align:center;
	font-family: Arial, Verdana, Tahoma, sans;
	font-size: 11px;
	font-weight:bolder;
	color:#FFF;
	height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 2px;
	width: 500px;
}


#paginas span.paginacao a {
	color:#000;	
}


/* RODAPE */
#addresscapa {
	background: #000;
	font-size: 11px;
	color: #fff;
	line-height: 27px;
	display: block;
	clear: both;
	text-align: center;
	font-style: normal;
	width: 799px;

    padding-top: 30px; /* FireFox */
   *margin-top: 5px; /* IE 7 and below */
   _margin-top: 5px; /* IE 5.5 only */
   _margin-top/**/:/**/ 5px; /* IE 6 only */

}

#addresscapa .creditos {
	text-align:center;
	font-size: 10px;
	color: #FFF;
}
#addresscapa .creditos a { font-family: Tahoma, Arial; color: #598BC6; font-weight: bold; font-size: 10px; }
#addresscapa .creditos a:hover { text-decoration: underline; }


/* RODAPE */
#address {
	background: #000;
	font-size: 11px;
	color: #fff;
	line-height: 27px;
	display: block;
	clear: both;
	text-align: center;
	font-style: normal;
	width: 799px;
}

#address .creditos {
	text-align:center;
	font-size: 10px;
	color: #FFF;
}
#address .creditos a { font-family: Tahoma, Arial; color: #598BC6; font-weight: bold; font-size: 10px; }
#address .creditos a:hover { text-decoration: underline; }
