@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(imagens/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#173500;
	list-style-image:url(imagens/marcador_li.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align:justify;
	line-height:15px;
}

 a:link {	
	text-decoration: none;
	color: #3e3e3e;
}
 a:visited {
	text-decoration: none;
	color: #3e3e3e;
}
 a:hover {
	text-decoration: underline;
	color: #3e3e3e;
}
 a:active {
	text-decoration: none;
	color: #3e3e3e;
}

	/************************************************
	*** - > propriedades da página
	*************************************************/

#container{
	margin:0 auto;
	width:950px;
	background-image:url(imagens/bg_conteiner.gif);
	background-repeat:repeat-y;
}

#logo{
	width:312px;
	height:200px;
	padding-top:52px;
	float:left;
}

#menu{
	width:290px;
	height:204px;
	padding-top:48px;
	float:left;
}

#links{
    background-color:#b5e8fe;
	width:138px;
	height:15px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-left:3px;
	font:bold;
	font-size:12px;
	color:#404e18;
}

#links a:link {	
	text-decoration: none;
	color: #404e18;
}
#links a:visited {
	text-decoration: none;
	color: #404e18;
}
#links a:hover {
	background-image:url(imagens/rodape.jpg);
	color: #404e18;
	padding:4px;
}
#links a:active {
	text-decoration: none;
	color: #404e18;
}

#linksC{
    background-color:#faeec8;
	width:138px;
	height:20px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-left:3px;
	font:bold;
	font-size:12px;
	color:#404e18;
}

#linksC a:link {	
	text-decoration: none;
	color: #404e18;
}
#linksC a:visited {
	text-decoration: none;
	color: #404e18;
}
#linksC a:hover {
	color: #404e18;
	padding:4px;
}
#linksC a:active {
	text-decoration: none;
	color: #404e18;
}

#noticias{
	width:298px;
	height:296px;
	padding-top:54px;
	padding-left:14px;
}

#noticias_foto{

	width:110px;
	height:77px;
	float:left;
}

#noticias_resumo{

	width:160px;
	height:72px;
	padding-top:5px;
	float:left;
}

#artigos{
	width:262px;
	height:350px;
	padding-left:20px;
	padding-right:30px;
}

#coluna_esquerda{
	width:312px;
	height:700px;
	float:left;
}

#miolo{
	width:635px;
	min-height:700px;
	float:left;
}

#destaque{
	width:291px;
	min-height:700px;
	background-color:#e7efcf;
	float:left;
}

#destaque_texto{
	width:261px;
	padding:15px;
}

#col_esq{
    background-image:url(imagens/bg_col_esq.jpg);
	background-repeat:no-repeat;
	width:335px;
	min-height:700px;
	float:left;
}

#col_esq_revista{
	width:300px;
	height:140px;
	padding-top:40px;
	padding-left:24px;
	padding-right:11px;
}
#col_esq_livros{
	width:300px;
	height:180px;
	padding-top:40px;
	padding-left:24px;
	padding-right:11px;
}

#interna{
	width:590px;
	background-image:url(imagens/titulo_interna.gif);
	background-repeat:no-repeat;
	min-height:700px;
	background-color:#FFF;
	padding:15px;
}

#menuCongresso{
	width:590px;
	height:60px;
	background-image:url(imagens/menuCongresso.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-top:210px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

#imagem_galeria{
	width:60px;
	height:60px;
	background-color:#CCC;
	float:left;
	margin-top:2px;
	margin-right:2px;
}

#palestrantes{
    background-image:url(imagens/bg_palestrantes.jpg);
	width:525px;
	height:100px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:10px;
}

#palestrantes_foto{
    padding-left:10px;
	padding-right:25px;
	padding-top:7px;
	padding-bottom:35px;
}

#rodape{
	height:50px;
	background-image:url(imagens/bg_rodape.png);
	background-repeat:repeat;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 11px;
	color: #FFF;
}

#links_resumo{
    background-color:#F3F6EA;
	padding:5px;
	width:460px;
	height:80px;
	margin-bottom:2px;
	float:left;
}


#links_foto{
    background-color:#F3F6EA;
	padding:5px;
	width:80px;
	height:80px;
	margin-right:2px;
	margin-bottom:2px;
	float:left;
}

#linha {
clear:both;
}

	/************************************************
	*** - > propriedades de texto
	*************************************************/

.titulo {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #3e3e3e;
	line-height:25px;
}

.tituloBranco {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
	line-height:25px;
}

.subTitulo {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #3e3e3e;
}

.subTituloBranco {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
}

.texto {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	line-height:16px;
	color: #3e3e3e;
}

.textoBranco {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height:15px;
	color: #FFF;
}

.textoBranco a:link {	
	text-decoration: none;
	color: #FFF;
}
.textoBranco a:visited {
	text-decoration: none;
	color: #FFF;
}
.textoBranco a:hover {
	text-decoration: underline;
	color: #FFF;
}
.textoBranco a:active {
	text-decoration: none;
	color: #FFF;
}
