/*** CONFIGURAÇÃO DEFAULT DA PÁGINA ***/
	*{
		margin:0px;
		padding:0px;
		text-align:left;
	}
	body{
		text-align:center; 
		background-color:#ffffff; 
		font-family:Arial, Verdana, Helvetica, Sans-serif;  
		color:#333; 
		font-size:62.5%; /* 62.5% = 10px = 1em */
	}
	h1{
		font-size:1.8em;
		padding:0px;
		padding:12px 0px 0px 12px;
		color:#fff;
		font-weight:bolder;
		letter-spacing:-0.05em;
	}



	
/*** CONTEUDO DA NAVEGAÇÃO - SUPERIOR DA PÁGINA - DIV NAV ***/
	.menu_nav{
		font-size:1.1em;
		line-height:18px;
		color:#eee;
		border-right:1px solid #ccc;
		padding:2px 10px;
		text-decoration:none;
	}
	a:hover.menu_nav{
		background-color:#CCC;
		color:#333;
	}
	#menu_nav_last{
		border:none;
	}
		#logotipo_secretaria{
		margin-top:50px;
	}



	
/*** LINKS DO MENU - ABAIXO DO LOGOTIPO - DIV MENU ***/
	.menu_barra{
		font-size:1.3em;
		line-height:35px;
		color:#666666;
		border-right:1px solid #ccc;
		font-weight:bold;
		padding:3px 20px;
		text-decoration:none;
	}
	a:hover.menu_barra{
		background-color:#09f;
		color:#FFFFFF;
	}
	#menu_barra_last{
		border:none;
	}



	
/*** TEXTO DO RODAPÉ ***/
	.text_footer{
		color:#fff;
		font-style:normal;
		font-size:1.2em;
	}
	#certificado{
		float:right;
	}
	.wc3_certificado{
		float:right;
		margin-right:4px;
		margin-top:8px;
	}
	#rodape a{
		color:#FFFFFF;
	}
	
	
	
	
/*** LOGOTIPO ***/
	#logo_encontro{
		margin-top:5px;
		margin-left:10px;
	}


	
/*** CONTEÚDO DO SITE ***/
	.foto_palestra{
		float:left;
		margin-right:10px;
	}
	#cont_box{
		position:relative;
		float:left;
		margin-right:10px;
		margin-bottom:15px;
	}
	#cont_box2{
		position:relative;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:30px;
	}
	#simbolo_sim_cont{
		float:left;
		position:relative;
		width:210px;
		margin-right:10px;
	}
	.title_cont{
		font-size:1.8em;
		letter-spacing:-1px;
		line-height:24px;
		color:#0b3154;
		margin:0px;
		padding:0px;
		padding-bottom:10px;
	}
	.subtitle_cont{
		font-size:1.5em;
		color:#666;
		line-height:24px;
		font-weight:bold;
	}
	.enfase{
		font-size:1.3em;
		color:#666;
		font-weight:bold;
	}
	.text_cont{
		font-size:1.2em;
		line-height:150%;
		padding-top:15px;
	}
	.text_cont_item{
		font-size:1.2em;
		line-height:150%;
		padding-top:5px;
		padding-left:30px;
	}
	#table_expositor p{
		text-transform:uppercase;
	}



	
/*** CONTEÚDO DA SIDEBAR - INSCRIÇÕES E DATA/LOCAL ***/
	.bx_sidebar_conteudo{
		position:relative;
		float:left;
		width:252px;
		padding:15px 4px;
		border-bottom:1px solid #ccc;
	}
	.text_sidebar{
		font-size:1.2em;
		line-height:16px;
	}
	.title_sidebar{
		font-size:1.3em;
		line-height:18px;
		font-weight:bold;
		margin-bottom:6px;
		margin-top:0px;
	}
	a.link_sidebar{
		text-decoration:none;
		color:#1C7BD3;
	}
	a:hover.link_sidebar{
		text-decoration:underline;
		color:#666;
	}
	#calendario_sidebar{
		width:252px;
		margin-bottom:15px;
	}



	
/*** DIVS ***/
	#page{
		width:960px;
		position:relative;
		margin:auto;
	}
	#logo{
		width:473px;
		height:65px;
		position:relative;
		float:left;
	}
	#nav{
		width:470px;
		height:105px;
		background-image:url(../_img/nav_background_secretaria.jpg);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#FFFFFF;
		position:relative;
		float:right;
	}
	#menu{
		width:960px;
		height:35px;
		text-align:center;
		background-image:url(../_img/menu_barra_background.jpg);
		position:relative;
		float:left;
	}
	#bar{
		width:960px;
		height:40px;
		background-image:url(../_img/acessibilidade_barra_background.jpg);
		position: relative;
		float:left;
		margin:5px 0px 20px 0px;
	}
	#cont{
		width:682px;
		min-height:400px;
		border-right:1px solid #ccc;
		position: relative;
		float:left;
		margin-bottom:5px;
	}
	#cont_index{
		width:487px;
		min-height:400px;
		border-right:1px solid #ccc;
		position: relative;
		float:left;
		margin-bottom:5px;
	}
	#diga_sim_box {
		width:185px;
		height:856px;
		background-image:url(../_img/barra_diga_sim.jpg);
		position:relative;
		float:left;
		margin-right:15px;
	}
	#sidebar{
		width:260px;
		background-color:#fff;
		position: relative;
		float:right;
		margin-bottom:5px;
		padding:30px 0px;
		background-image:url(../_img/sidebar_top_background.gif);
		background-repeat:no-repeat;
		background-position:top;
	}
	#rodape2{
		width:930px;
		position: relative;
		clear:both;
		margin-bottom:5px;
	}
	#rodape{
		width:930px;
		height:46px;
		background-color:#666;
		padding:12px 15px;
		position: relative;
		clear:both;
	}