@charset "utf-8";
/* Desenvolvido por Zigotto.com todos os direitos de manipulação reservados */

/*----------------- corpo ------------------------*/

* {
	margin:0px;
	padding:0px;
}

div {
	position:relative;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-image:url(../images/bg_total.jpg);
}

a {
	text-decoration:none;
}

li {
	list-style:none;
}



/*-------------------- topo ---------------------------*/

#bg_header {
	width:100%;
	height:35px;
	background-image:url(../images/bg_top.jpg);
}

/*------------- links header --------------------*/

#spc_header {
	width:350px;
	height:35px;
	float:left;
}

#header {
	width:900px;
	height:35px;
	left:50%;
	margin-left:-450px;
}

#links_header a {
	color:#0033FF;
	font-size:12px;
	font-weight:bold;
}

#links_header a:hover {
	color:#000033;
	display:block;
	padding-bottom:3px;
	border-bottom:solid 2px #000066;
}

#links_header li {
	float:left;
	margin-left:2px;
	margin-right:3px;
	padding-top:7px;
	display:block;
	color:#CCCCCC;
	font-size:12px;
	display:block;
}

/*------------- conteúdo -------------------*/

#content {
	width:100%;
	height:590px;
	background-image:url(../images/bg_content0.jpg);
	border-bottom:solid 1px #999999;
}

/*----------------- colunas esquerda e direita ------------*/

#content_total {
	width:900px;
	height:580px;
	left:50%;
	margin-left:-450px;
}

#col_left {
	width:349px;
	height:590px;
	float:left;
	border-right:solid 1px #999999;
}

#col_right {
	width:550px;
	height:590px;
	float:left;
}

/*--------------- itens coluna esquerda --------------------*/

#logo_gsi {
	width:349px;
	height:176px;
	float:left;
	text-align:center;
}

#publicacoes {
	width:349px;
	height:21px;
	float:left;
	border-bottom:solid 1px #999999;
	padding-top:9px;
}

.titulo_publicacoes {
	font-size:14px;
}

#texto_publicacoes {
	width:329px;
	height:260px;
	float:left;
	text-align:justify;
	padding-right:20px;
	font-size:11px;
}

.link_publicacoes {
	color:#FFFFFF;
}

.link_publicacoes:hover {
	text-decoration:underline;
}

/*-------------- barra rolante ---------------------------*/

#sidebar {
	height:250px;
	float:left;
}

/*-------------- selo iso ---------------------------------*/

#left_iso {
	width:349px;
	height:23px;
	border-bottom:#999999 solid 1px;
	float:left;
	padding-top:7px;
}

#left_img_selo {
	width:349px;
	float:left;
}

/*-------------- itens coluna direita ---------------------*/

#nome_gsi {
	width:520px;
	height:30px;
	float:left;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:30px;
}

.nome_gsi {
	font-size:18px;
}

#img_topo {
	width:550px;
	height:170px;
	float:left;
}

#texto_quem_somos {
	width:516px;
	height:65px;
	padding-left:20px;
	padding-top:10px;
	float:left;
	text-align:justify;
	font-size:12px;
}

#texto_atuacao {
	width:530px;
	height:21px;
	float:left;
	border-bottom:#999999 solid 1px;
	padding-left:20px;
	padding-top:9px;
}

.titulo_atuacao {
	font-size:14px;
}

#texto_atuacoes {
	width:530px;
	height:230px;
	float:left;
	font-size:12px;
	padding-left:20px;
	padding-top:10px;
	text-align:justify;
}

/*-------------- conteúdo rodapé -------------------*/

#rodape {
	width:100%;
	height:100px;
	background-image:url(../images0/bg_footer_fx.jpg);
	clear:both;
	position:relative;
}

#content_rodape {
	width:900px;
	left:50%;
	margin-left:-450px;
	clear:both;
}

#iten01 {
	width:300px;
	float:left;
	font-size:12px;
	padding-top:15px;
}
#iten02 {
	width:300px;
	float:left;
	font-size:12px;
	padding-top:15px;
}
#iten03 {
	width:300px;
	float:left;
	font-size:12px;
	padding-top:15px;
}

.titulo_it01 {
	border-bottom:#999999 dotted 1px;
	display:block;
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:5px;
	width:280px;
}
.titulo_it03 {
	border-bottom:#999999 dotted 1px;
	display:block;
	font-size:13px;
	padding-bottom:5px;
	margin-bottom:5px;
	width:300px;
}

.form_cadastro {
	width:524px;
	height:19px;
	background-image:url(../images/bg_form.jpg);
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	padding-top:4px;
	padding-left:4px;
}

.form_cadastro_comentario {
	width:524px;
	height:105px;
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_form_coment.jpg);
	border:0px;
	padding-top:4px;
	padding-left:4px;
	font-size:12px;
}

.link_estudos {
	font-weight:bold;
	color:#fff;
}

.link_estudos:hover {
	text-decoration:underline;
}




