@charset "UTF-8";
/* Documento CSS
Página Secundária do Site CGEE 
criada em 18/09/2013 (Diogo Moraes)*/

html, body {
    /*background-color: #FFFFFF;*/
    color: #333333;
    font-family: Helvetica , Arial, sans-serif;
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

#geral {
    margin: 0 auto;
    /*overflow: hidden;*/
    width: 760px;
}

#topo {
    color: #777777;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-align: right;
    width: 760px;
}

#conteudo {
    position: relative;
    text-align: left;
}

/* ####### Area de download das publicacoes ######## */
.caixa_publicacoes, .tag, .titulo_pub, .caixa_download, h3, h4 {
    margin: 0;
    padding: 0;
}

.caixa_download {
    float: left;
    position: absolute;
	top:10px;
    width:200px;
	margin-bottom:50px;
	
}

.caixa_download a {
    text-decoration: none;
}

/*.caixa_download a:link {
    color: #333333;
}
.caixa_download a:visited {
    color: #666666;
}
.caixa_download a:hover {
    color: #999999;
}*/

.pub_download {
    background-color: #EEEEEE;
    background-image: url("../images/pdf_small.gif");
    background-repeat: no-repeat;
    border: 2px groove #EEEEEE;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    line-height: 12pt;
    margin-right: 10px;
    margin-top: 5px;
    padding: 2px 2px 2px 22px;
	text-decoration:none;
	color: #333333;
	
}

.pub_download:hover {
    background-color: #333;
    border: 2px groove #333;
	color:#FFF;
}

.caixa_download h3 {
    border-bottom: 1px dotted #CCCCCC;
    color: #555;
    font-size: 8pt;
    margin-right: 10px;
    margin-top: 20px;
    padding-bottom: 2px;
}

.caixa_download h4{
    color: #CC0000;
    font-size: 8pt;
}

/* ####### Area de texto sobre as publicacoes ########## */
.caixa_publicacoes {
    float: right;
    font-size: 10pt;
    line-height: 14pt;
    position: relative;
    text-align: justify;
    width: 560px;
	min-height:250px;
}

.caixa_publicacoes h1 {
    border-bottom: 1px dotted #CCCCCC;
    font-size: 15pt;
    line-height: 18pt;
	font-weight:lighter;
	margin-top: 0;
    text-align: left;
	padding-bottom: 5px;
	color: #3985C6;
}

.caixa_publicacoes h2 {
    font-size: 10pt;
    font-weight: lighter;
    margin-top: 4px;
    text-align: left;
}

.caixa_publicacoes > h3 {
    background-image: url("../publicacoes/favicon.png");
    background-repeat: no-repeat;
    color: #555;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 20px;
}

.caixa_publicacoes ul {
    padding-left: 15px;
}

.caixa_publicacoes ol {
    padding-left: 20px;
}

.caixa_publicacoes ul li, .caixa_publicacoes ol li {
	list-style-position: outside;
	margin-bottom: 10px;
    text-align: left;
}

.caixa_publicacoes ul li {
    list-style-type: circle;
}

.caixa_publicacoes ol li {
    list-style-type: decimal;
}

.caixa_publicacoes span {
	font-size: 9pt;
	font-style: italic;
	font-weight: lighter;
}

.caixa_publicacoes a{
	color:darkcyan;
	text-decoration:none;
}
.caixa_publicacoes a:hover{
	color:#999;
}

.sugestao_pub {
    background-color: #EDEDED;
    border: 2px groove #EDEDED;
    display: block;
    padding: 10px;
    text-align: center;
	text-decoration:none;
	color:#333;
	margin-bottom:10px;
}

.sugestao_pub:hover {
    background-color: #333;
    border: 2px groove #333;
	color:#FFF;
}


/* ######## Rodapé da pagina ######## */
.rodape {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    clear: both;
    color: #555;
    height: 34px;
    margin: 20px 0 0;
    padding: 0 0 15px;
    position: relative;
    z-index: 1000;
}

.footer_img {
    background-color: #CCCCCC;
    background-image: url("../images/topo.gif");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 10px;
}

.footer_img a {
    display: block;
}

address{
	font-size:8pt;
	margin-top:5px;
	line-height:12pt;
	font-style:normal;
}

/* ####### Redes Sociais ######## */
/* estilo para separar os botoes de redes sociais */
.separador {
	display:inline;
	margin-right: 20px;
}

/* estilo para o botao curtir do Facebook */
.facebook_curtir {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#fb_root{
	display:inline;
}

#fb_root p{
	text-align:left;
	display:inline;
}

/*Linkedin */
#linkedin{
	margin-right:50px;
}

/* ###### Estilo para MENU ###### */

#menu, #menu_linhas {
    margin-top: 0;
    padding: 0;
	font-size:9pt; 
}
#menu li, #menu_linhas li {
	background-color: #EDEDED;
	background-image: linear-gradient(to right, #EDEDED, #FEFEFE);
	border-bottom: 1px solid #CCCCCC;
	border-left: 7px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom:1px;
	padding: 3px;
}
#menu li a, #menu_linhas li a {
	color:#555;
}
#menu li:hover { 
	border-left: 5px solid #92C2DD;
}
#menu li a:hover {
	color:#3985C6; 
}
#menu li:active {
	color:#3985C6; 
}

#menu_linhas li:hover { 
	border-left: 5px solid #EDA5A4;
}
#menu_linhas li a:hover {
	color:#E03939; 
}
#menu_linhas li:active {
	color:#E03939; 
}	

/* ######## tabelas no texto ####### */

.caixa_publicacoes table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.caixa_publicacoes table tr td, .caixa_publicacoes table tr th {
	padding: 3px;
}
.caixa_publicacoes table thead tr th {
	background-color: #EDEDED;
}

.caixa_publicacoes table thead tr th a {
	color: #333;
}
.caixa_publicacoes table thead tr th a:hover {
	color: darkcyan;
}

.caixa_publicacoes table tbody tr td {
	font-size: 8pt;
    line-height: 12pt;
    text-align: left;
}

.caixa_publicacoes table thead tr .tab_img{
	text-align:right;
	width: 20px;
}


/* ######## lista de nomes em duas colunas ######## */

.caixa_publicacoes .nomes, .caixa_publicacoes .nomes2 {
    float: left;
    width: 277px;
}

.caixa_publicacoes .h2_lista {
    border-bottom: 1px dotted #555555;
    color: #555555;
    display: block;
    font-weight: lighter;
    margin-bottom: 2px;
	clear:both;
}

.caixa_publicacoes .nomes p, .caixa_publicacoes .nomes2 p{
	background: url("../images/bullet03.gif") no-repeat scroll 0 2px;
	font-size: 8pt;
	padding-left: 12px;
	line-height: 12pt;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.caixa_publicacoes p .inst{
	font-size: 8pt;
	text-transform: none;
	font-weight:normal;
}

/* ######## CSS para tabela com busca das páginas PARCERIAS e DOCUMENTOS TÉCNICOS ######## */
#tabela{
	border: none;
}

#tabela input {
	background-color: #FCFCFC;
	border: 1px solid #666666;
	border-radius: 5px;
	color: #3985C6;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 530px;
}

#tabela li, #tabela p {
	font-size: 10pt;
}


#tabela td {
	display: table-cell;
	padding-right: 5px;
	padding-top: 10px;
	vertical-align: top;
}
#tabela h1 {
	font-size: 25pt;
	font-weight: lighter;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
#tabela h2 {
	font-size: 15pt;
	margin-bottom: 10px;
}
#tabela h3 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
#tabela p {
	font-weight: bold;
	margin: 20px 0 5px;
}

#tabela span {
	font-size: 9pt;
	font-style: italic;
	font-weight: lighter;
}

#tabela ul {
	margin: 0;
}
#tabela tbody tr {
	border-bottom: 1px dotted #000000;
}