/*--------------------------------------------------------------------
LAYOUT "Profitinta" Style - ECODIMULTI(IE7+ FF1.5+ Opera9+)

Version: 	1.0 - 2009
author: 	Burocratik (alexandre r. gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);

/*----------------------------------------------------------------------*/
#wrapper{
	background: #ffffff url(../imgs/wrapper-bg-folha.gif) no-repeat top right;
}


/*-------------------------------------------------------------------------
=CONTENT 
-------------------------------------------------------------------------*/
#content h2{margin-top: 20px;}
#content h3{width: 580px; font: bold 16px Arial, Helvetica, sans-serif; color: #b7d432; padding: 30px 0 5px 0;}
#content h3.first{padding-top: 20px;}
#content p{width: 580px; font: 13px/18px Arial, Helvetica, sans-serif; padding-bottom: 6px;}
*:first-child+html #content p{width: auto; padding-right: 80px;} /* :BUG: IE7, quebra o txt com a img com width=px */
*:first-child+html #content h3{width: auto; padding-right: 80px;} /* :BUG: IE7, quebra o txt com a img com width=px */
#content img{float: right; margin: 2px 0 20px 50px;}

/*-------------------------------------------------------------------------
=RECURSOS HUMANOS e MISSAO
-------------------------------------------------------------------------*/
.rh #content h3{padding-top: 12px;}
.rh #content h3.first{padding-top: 20px;}
.rh #content h3 a{
	color: #b7d432; padding-left: 12px; border-bottom: 0;
	background: transparent url(../imgs/icon-seta-baixo.gif) no-repeat left center;
}
.rh #content h3 a:hover, .rh #content h3 a:focus{border-bottom: 1px dotted #007446;}
.rh #content p.espaco{padding-bottom: 35px;}

/*-------------------------------------------------------------------------
=NOTICIAS e ARQUIVO
-------------------------------------------------------------------------*/
/* =Destaque/noticias desenvolvidas Principal*/
.news #content img{float: right; padding: 0;  margin-top: 20px;}
.news #content h3{padding: 0 0 5px 0; margin: 0; color: #b7d432;}
.news #content p.dataNoticia{font: bold 9px Arial, Helvetica, sans-serif; color: #bcbcbc; padding: 3px 0 0 0; margin: 0;}


/* =Noticias normais*/
.news .linha{
	overflow: hidden; height: 1%; padding-top: 30px;
	background: transparent url(../imgs/noticias-separador.gif) no-repeat left bottom;
}
.news .linha .colunaEsq{float:left; position: relative; width: 287px; padding:0 50px 0 4px;}
.news .linha .colunaDta{float:left; position: relative; width: 287px; padding:0 4px;}
.news.first{padding-top: 45px;}

.news #content .linha h4 a{color: #b7d432; border: 0;}
.news #content .linha h4 a.on{color: #b7d432; border-bottom: dashed 1px #007446;}
.news #content .linha h4 a:hover, .news #content .linha h4 a:focus{border-bottom: dashed 1px #007446;}
.news #content .linha p.dataNoticia{padding-bottom: 10px; color: #8c8c8c;}

/* =Arquivo*/
.news #content h5{font-size: 20px; line-height:35px; color: #bcbcbc; padding-top: 30px;}
.news #content h3.gray{color: #8c8c8c;}
.news #formArquivo{font: normal 12px Arial, Helvetica, sans-serif; color: #666666; padding-bottom: 10px;}
.news #formArquivo legend{display: none;}
.news #formArquivo label{margin-right: 3px; vertical-align: middle;}
.news #formArquivo select{margin-right: 5px; font-size:12px; color: #4d4d4d; vertical-align: middle;}
.news #formArquivo button.btnOk{
	text-indent: -5555px; overflow: hidden; position: relative; vertical-align: middle;
	width: 18px; height: 18px; margin: 0; padding:0; border: none; cursor: pointer;
	background: transparent url(../imgs/bt-seta.gif) no-repeat left top;
}
.news #formArquivo button.btnOk:hover, .news #formArquivo button.btnOk:focus{background: transparent url(../imgs/bt-seta.gif) no-repeat left bottom;}

