@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #E7E7E7;
	background-image: url(../images/bg_top2blue.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

body#home690 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #E7E7E7 url(../images/bg_top2_690blue.jpg) top center no-repeat;
	text-align: center;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#wrapper {
	width: 750px;
	height: 100%;
	text-align: left;
	padding: 0;

	/* margin: 0 auto;
	float: left; */
	
	margin: 0px 0px 0px -375px;
	position: relative;
	left: 50%;
	float: left;
}


#top {
	width: 720px;
	height: 110px;
	margin: 0;
	padding: 80px 30px 0 0;
	/* background-image: url(../images/bg_top.jpg); */
	float: left;
}

#top690 {
	width: 690px;
	height: 110px;
	margin: 0;
	padding: 80px 30px 0;
	/* background-image: url(../images/bg_top.jpg); */
	float: left;
}

	#top span,
	#top690 span {
		display: none;
	}
	
	h1 {
		width: 150px;
		height: 70px;
		display: block;
		margin: 0;
		padding: 0;
		/* background-image: url(../images/logo_Infosec.png); */
		float: left;
	}
	
	#top690 h1 {
		margin: 0 0 0 -30px;
	}
			h1 a,
			#top690 h1 a {
				width: 150px;
				height: 70px;
				display: block;
			}
	
	#top ul,
	#top690 ul {
		width: 530px;
		height: 80px;
		margin: -70px 0 0 260px;
		padding: 0;
		float: right;
		/* background-color: #9C0; */
	}
	
	#top ul li,
	#top690 ul li {
		font-size: 70%;
		display: inline;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#top ul li a,
	#top690 ul li a {
		margin: 0;
		padding: 54px 7px 10px;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		float: left;
	}
	
	#top ul li a.contato,
	#top690 ul li a.contato {
		margin: 0;
		float: right;
	}
	
	#top ul li a.home,
	#top690 ul li a.home {
		margin: 0;
		padding-bottom: 6px;
		float: left;
	}
	
	#top ul li a.locker,
	#top690 ul li a.locker {
		margin: 0;
		padding-bottom: 3px;
		float: right;
	}
	
		#top ul li a:hover,
		#top690 ul li a:hover {
			color: #FFF;
			/* background: url(../images/bg_navbar_hover.jpg) repeat-x; */
			background-color: #09C;
			/* opacity: 0.5;
			filter:alpha(opacity=50) */
		}
		
		#top ul li a.locker:hover,
		#top690 ul li a.locker:hover {
			background-color: #A45200;
		}


	
	
	body#home a#homenav, 
	body#sobre a#sobrenav,
	body#publicacoes a#publicacoesnav,
	body#eventos a#eventosnav, 
	body#midia a#midianav, 
	body#podcasts a#podcastsnav, 
	body#cadastro a#cadastronav,
	body#login a#loginnav {
		color: #FFF;
		background: #666 url(../images/bg_globalnav_hover_highlighted.png) repeat;
		opacity: 0.5;
		filter:alpha(opacity=50);
		cursor: default;
	}
	
	body#sobre.sobre_intro a#sobrenav_intro,
	body#sobre.sobre_apresentacao a#sobrenav_apresentacao,
	body#sobre.sobre_membros a#sobrenav_membros,
	body#midia.midia_press a#midianav_press,
	body#midia.midia_publicacoes a#midianav_publicacoes,
	body#eventos.eventos_agenda a#eventosnav_agenda,
	body#eventos.eventos_fotos a#eventosnav_fotos {
		opacity: 0.4;
		filter:alpha(opacity=40);
		cursor: default;
	}

		body#home690 a#homenav, 
		body690#institucional690 a#institucionalnav,
		body#papers690 a#papersnav,
		body#empresas690 a#empresasnav, 
		body#item690 a#itemnav, 
		body#contato690 a#contatonav,
		body#login690 a#loginnav {
			color: #FFF;
			background: #666 url(../images/bg_globalnav_hover_highlighted.png) repeat;
			opacity: 0.5;
			filter:alpha(opacity=50);
			cursor: default;
		}
	
	

#middle {
	width: 720px;
	height: auto;
	margin: 0;
	padding: 0 30px 0 0;
	background: url(../images/bg_middle2.jpg) repeat-y;
	float: left;
}

#middle690 {
	width: 690px;
	height: auto;
	margin: 0;
	padding: 0 30px;
	background: url(../images/bg_middle_690.jpg) repeat-y;
	float: left;
}

	#middle #left_bar {
		width: 190px;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}
	
		#middle #left_bar p, #middle #left_bar ul, #middle #left_bar ol {
			font-size: 80%;
			margin: 20px 0 0 0;
		}
		
		#middle #left_bar ul li {
			margin: 0 0 10px -40px;
			list-style-type: none;
		}
		
		#middle #left_bar ul li a {
			width: 170px;
			height: 42px;
			color: #004D71;
			text-decoration: none;
			font-weight: bold;
			margin: -9px 0 0;
			padding: 13px 0 0 20px;
			background: url(../images/bg_leftnav_a.jpg) no-repeat;
			display: block;
			float: left;
		}

		#middle #left_bar ul li a:hover {
			color: #0091D7;
			background: url(../images/bg_leftnav_a_hover.jpg) no-repeat;
		}

	#middle #content {
		width: 470px;
		height: auto;
		margin: -30px 0 0 0;
		padding: 30px 30px 0;
		background: url(../images/bg-content.jpg) top no-repeat;
		float: right;
	}
	
	#middle690 #content690 {
		width: 630px;
		height: auto;
		margin: 0;
		padding: 30px 30px 0;
		float: left;
	}
	
	img.header {
		margin-bottom: 10px;
	}
	
	h2 {
	font-size: 140%;
	margin: 40px 0 0;
	}
	
	h2.first {
		margin-top: 0;
	}
	
	h3 {
		font-size: 120%;
		margin: 30px 0 10px;
	}
	
	h4 {
		font-size: 100%;
		margin: 30px 0 10px;
	}
	
	h5 {
		font-size: 90%;
		margin: 20px 0 10px;
	}
	
	h6 {
		font-size: 80%;
		margin: 10px 0 0;
	}
	
	#content p,
	#content690 p {
		text-align: justify;
	}
	
	#content p, #content ul, #content ol,
	#content690 p, #content690 ul, #content690 ol {
		font-size: 80%;
		margin: 10px 0 0 0;
	}
	
	#content ul,
	#content690 ul {
		margin-left: -5px;
	}
	
	#content ul li,
	#content690 ul li {
		margin-bottom: 10px;
	}
	
	#content ul li ul,
	#content690 ul li ul {
		font-size: 100%;
		margin: 0 0 10px -20px;
		list-style-type: square;
	}
	
	#content p a, #content ul li a {
		color: #069;
	}
	
	#content p a:hover, #content ul li a:hover {
	color: #00A5F4;
	}
	
	#content p.topo a {
		font-size: 90%;
		color: #666;
		text-align: left;
	}
	
	
	
	form.small {
		width: 440px;
		margin: 20px 0 30px 0;
		padding: 0 15px 15px;
		border: solid 1px #CCC;
		float: left;
	}
	
	form.form_big {
		width: 598px;
		margin: 20px 0 0 0;
		padding: 0 15px 15px;
		border: solid 1px #CCC;
		float: left;
	}
	
	label {
		font-size: 80%;
		margin: 10px 0 0 0;
	}
	
	input {
		width: 435px;
		font-size: 100%;
		padding: 5px 10px;
	}
	
	input.btn {
		width: auto;
		font-size: 80%;
	}
	
	form.small input {
		width: 425px;
		font-size: 110%;
		padding: 5px;
	}
	
	form.form_big input {
		width: 585px;
		font-size: 110%;
		padding: 2px 5px;
	}
	
	/* form.form_big input.btn, form.form_small input.btn {
		width: auto;
		font-size: 80%;
	} */
	
	select {
		font-size: 100%;
		padding: 3px 2px;
	}
	
	fieldset {
		width: 440px;
		height: auto;
		margin: 20px 0 0;
		padding: 0 15px 15px;
		border: solid 1px #CCC;
		float: left;
	}
	
	fieldset.470 {
		width: 440px;
		height: auto;
		margin: 50px 0 30px;
		padding: 0 15px 15px;
		border: solid 1px #CCC;
		float: left;
	}
	
	fieldset.690 {
		width: 630px;
		height: auto;
		margin: 20px 0 30px;
		padding: 0 15px 15px;
		border: solid 1px #CCC;
	}

	legend {
		font-size: 80%;
		color: #CCC;
		margin: 0;
		padding: 0 5px 9px;
	}
	
	fieldset h3 {
		margin-top: 0;
	}
	
	fieldset img {
		padding: 2px;
		border: solid 1px #CCC;
	}
	
	fieldset p {
		text-align: justify;
	}
	
	
	table.little {
		width: 470px;
		height: auto;
		margin: 20px 0 30px;
		padding: 0;
		border-bottom: solid 1px #CCC;
		border-right: solid 1px #CCC;
	}
	
	table.large {
		width: 628px;
		height: auto;
		margin: 20px 0 0;
		padding: 0;
		border-bottom: solid 1px #CCC;
		border-right: solid 1px #CCC;
	}
	
	th {
		color: #FFF;
		background-color: #666;
	}
	
	td, th {
		font-size: 70%;
		padding: 2px 3px;
		border-top: solid 1px #CCC;
		border-left: solid 1px #CCC;
	}
	
	th.contatos {
		width: 80px;
		color: #FFF;
		background-color: #666;
		text-align: right;
	}
	
	td.centralizar {
		width: 20px;
		text-align: center;
	}


	
#bottom {
	width: 100%;
	height: 160px;
	padding: 0;
	background: url(../images/bg_bottom.jpg) center bottom;
	margin: 0 auto;
	float: left;
}

#bottom690 {
	width: 100%;
	height: 160px;
	padding: 0;
	background: url(../images/bg_bottom_690.jpg) center bottom;
	margin: 0 auto;
	float: left;
}

	#bottom p,
	#bottom690 p {
		font-size: 60%;
		color: #FFF;
		text-align: center;
		padding: 0;
	}

	#bottom p {
		margin: 50px 0 0 145px;
	}

	#bottom690 p {
		margin: 50px 0 0 -5px;
	}



.left {
	margin: 0 15px 0 0;
	float: left;
}

.right {
	margin: 0 0 0 15px;
	float: right;
}
