/******************* CSS - PNUD *******************/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;

}

/******************* DIV PRINCIPAL - TODO O CONTEÚDO *******************/

#page {
	background: repeat-y url('/project_assets/images/back.jpg');
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
}

/******************* CABEÇALHO (IMAGEM DO TOPO) *******************/

#header {
	background: url('/project_assets/images/header2.jpg') no-repeat top center;
	width: 1000px;
	height: 250px;
	text-align: justify;
}

/******************* MENU DO TOPO *******************/

#menu{
	color: #afc489;
	width: 900px;
	margin-left: 120px;
	padding-top: 130px;
	*padding-top: 145px;
}


ul#navigation {
	z-index: 1000;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	list-style: none;
	color: #afc489;
	top: 0px;
}



ul#navigation li.it {
	float: left;
	line-height: 16px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px 20px 0px 20px;
	vertical-align: middle;
	list-style: none;
	background-position: 0% 60%;
	background-image: url('/project_assets/images/div.jpg');
	background-repeat: no-repeat;
}

ul#navigation li.it1 {
	float: left;
	line-height: 16px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px 20px 5px 20px;
	list-style: none;
}


ul#navigation a{
	color:#1e9457; 
	padding: 0px 0px 10px 0px;
}

ul#navigation a:hover{
	color:#de9406;
	border-bottom: 4px solid #b58c00;
}

/******************* LINKS DO TOPO *******************/

#links_topo {
	margin: 0px 0 0 0;
	float: right;
	color: #9e9e9e;
}

ul#links {
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: lighter;
	list-style: none;
	color: #9e9e9e;
	top: 0px;
}

ul#links li.it {
	float: left;
	line-height: 16px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px 20px 0px 20px;
	vertical-align: middle;
	list-style: none;
	background-position: 0% 60%;
	background-image: url('/project_assets/images/divlinks.jpg');
	background-repeat: no-repeat;
}

ul#links li.it1 {
	float: left;
	line-height: 16px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px 20px 5px 20px;
	list-style: none;
}


ul#links a{
	color:#9e9e9e; 
	padding: 0px 0px 10px 0px;
}

ul#links a:hover{
	color:#de9406;
}

/******************* BUSCA NO TOPO *******************/

form#busca {
	float: right;
	margin: 33px -230px 0 0;
}

form#busca input {
	border: none;
	color: #9e9e9e;
	font-size: 12px;
}

form#busca input.but {
	border: none;
	font-size: 12px;
	color: #ffffff;
	background: url('/project_assets/images/vai.jpg') no-repeat;
}

/******************* LINKS DO TOPO *******************/

#links_topo2 {
	margin: 50px -245px 0 0;
	float: right;
	color: #9e9e9e;
}

ul#links2 {
	font-size: 12px;
	font-family: arial, sans-serif;
	list-style: none;
	color: #9e9e9e;
	top: 0px;
}

ul#links2 li.it {
	float: left;
	line-height: 16px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px 20px 0px 20px;
	vertical-align: middle;
	list-style: none;
	background-position: 0% 60%;
	background-image: url('/project_assets/images/divlinks.jpg');
	background-repeat: no-repeat;
}

ul#links2 li.it1 {
	float: left;
	line-height: 16px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px 20px 5px 20px;
	list-style: none;
}


ul#links2 a{
	color:#9e9e9e; 
	padding: 0px 0px 10px 0px;
}

ul#links2 a:hover{
	color:#de9406;
}

/******************* FORMULÁRIO DE LOGIN E SENHA *******************/

form#login {
	float: right;
	margin: -155px 20px 0 0;
}

form#login input.email {
	border: none;
	background-color: #FFFFFF;
	color: 9e9e9e;
	height: 12px;
	font-size: 10px;
	margin: 0 50px 0 0;
}

form#login input.senha {
	border: none;
	background-color: #FFFFFF;
	color: 9e9e9e;
	height: 12px;
	font-size: 10px;
	margin: 0 10px 0 0;
}

form#login input.vai {
	background: url('/project_assets/images/ok.jpg') no-repeat;
	border: none;
	font-size: 12px;
	color: #c4e191;

}

/******************* CONTEÚDO PRINCIPAL DO SITE *******************/

#content {
	width: 710px;
	color: #9f955f;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: justify;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 40px;
	margin-top: -60px;
	float: left;
}

#content ul li {
	color: #9f955f;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	display: block;
}

#contentul li a, .entry ul li a:visited, .entry ul li a:active {
	text-decoration: none;
	display: list-item;
}

#content ul li a:hover {
	text-decoration: none;
}


/******************* RODAPE *******************/

#footer {
	height: 200px;
	line-height : 17px;
	width: 1000px;
	background: url('/project_assets/images/footer.jpg') no-repeat;
}

.footer_content{
	background: none;
	padding: 0 0 5px 0;
	margin-top: 25px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 1100px;
	float: left;
}

.footer_images {
	float:right;
	margin: -10px 210px 0 0px;
	width: 550px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #9e9e9e;
	text-align: left;
	
}

.footer_pnud {
float: left;
width: 100px;
}

.footer_pnud img {
	width:45px;
	cursor:pointer;
}
.footer_nike img {
	width:300px;
	cursor:pointer;
}
.footer_nike {
float: left;
margin: 20px 0 0 0;
width: 160px;
}

.footer_info {
	font-family: arial;
	color: #9e9e9e;
	font-size: 12px;
	width: 500px;
	display: block;
	padding: 125px 0 0 80px;
	*padding: 30px 0 0 80px;
}

/******************* NOTÍCIAS NA PÁGINA PRINCIPAL *******************/

#principal {
	width: 470px;
	float: right;
	margin: 0 10px 0 20px;	
	padding: 0 0 50px 0;
	float: left;
}

/* APENAS NA PÁGINA INICIAL */

#principal1 {
	width: 470px;
	float: right;
	margin: 0 10px 20px 20px;	
	padding: 0 0 50px 0;
	float: left;
	background:  url('/project_assets/images/borda.jpg') bottom no-repeat;
}

.barra{
	margin: 40px 0 0 0;
	z-index: -2000;
	display: block;
}

/* NOTÍCIAS DA PÁGINA INICIAL */

.noticia_principal {
	padding: 0 0 50px 0;
	float: left;
}

#noticias_secundarias {
	padding: 0px 0 0px 0;
}

.noticia_secundaria1 {
	width: 210px;
	float: left;
}

.noticia_secundaria2 {
	width: 210px;
	float: right;

}

/* NOTÍCIAS DA PÁGINA DE NOTÍCIAS */

#principal2 {
	width: 470px;
	float: right;
	margin: 0 10px 0 20px;	
	padding: 0 0 50px 0;
	float: left;
}

.noticia_secundaria3 {
	width: 472px;
	background:  url('/project_assets/images/borda.jpg') bottom no-repeat;
	padding: 20px 0 40px 0;
	margin: 100px 0 0 0;

}

/* SMALL - CONFIGURAÇÃO DE DATAS E INFORMAÇÕES ABAIXO DOS TÍTULOS */

small {
	color: #9e9e9e;
}

/******************* CATEGORIAS NA PÁGINA PRINCIPAL *******************/

.categorias {
	width: 200px;
	margin: -30px -250px 0 0;
	float: right;
}

/******************* BARRA LATERAL DO MENU NA PÁGINA "QUEM SOMOS" *******************/

#sidebar_menu {
	width: 210px;
	float: left;
	color: #b59000;
}

#sidebar_menu ul#menu_lateral {
	margin-top: 5px;
	width: 200px;
}

#sidebar_menu ul#menu_lateral li {
	border-bottom: 1px solid #c4d1cc;
	margin: 0 0 0 -40px;
	padding: 10px 5px 10px 5px;
	color: #b38200;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
}

/******************* BARRA LATERAL DO MENU NA PÁGINA "NOTÍCIAS" *******************/

#sidebar_menu ul#menu_lateral1 {
	margin-top: 5px;
	width: 200px;
}

#sidebar_menu ul#menu_lateral1 li {
	border-bottom: 1px solid #c4d1cc;
	margin: 0 0 0 -40px;
	padding: 10px 5px 10px 5px;
	color: #015e93;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	width: 200px;
}

#sidebar_menu ul#menu_lateral1 li a {
	color: #015e93;
}

/******************* BARRA LATERAL PEQUENA DA PÁGINA INICIAL *******************/

.sidebar_inicial {
	width: 200px;
	float: right;
	margin: -50px -225px 0 0;
	color: #9f955f;
}

/******************* BARRA LATERAL MAIOR DA PÁGINA INICIAL *******************/

#sidebar_inicialmaior {
	width: 300px;
	float: right;
	margin: 0px -220px 0 0;
	padding: 0 0 0 70px;
	display: block;
	background: url('/project_assets/images/back_sidebar1.jpg') repeat-y;
}

#sidebar_inicialmaior ul li {
	float: left;
	color: #9e9e9e;
	padding: 3px 0px 3px 20px;
	margin: 2px 0px 2px -40px;
	font-size: 11px;
	width: 280px;
	height: auto;
	display: block;
	background-position: 0% 10%;
	background-image: url('/project_assets/images/detalhe.jpg');
	background-repeat: no-repeat;
}

.back_sidebar{
	float: right;
	margin: 340px -250px 0 -40px;
}

.sidebar_maiorb{
	float: right;
	margin: 450px -171px 0 0;
}

.back_footer {
	float: right;
	z-index: 2000;
	margin: 0px 200px 0 0;
}

/******************* CAIXINHA NA PÁGINA INICIAL (ABAIXO DAS NOTÍCIAS) *******************/

/* ESTA CLASSE DEFINE A IMAGEM DO FUNDO DA CAIXA */

.box {     
	width: 470px;
    background-image: url('/project_assets/images/bc.jpg');
    background-repeat: repeat-y;
	display:block;
	margin: 500px 0 0 20px;
}

/* ESTA OUTRA CLASSE DEFINE A IMAGEM DO TOPO DA CAIXA */

.box_top {
    background-image: url('/project_assets/images/bs.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

/* E ESTA DEFINE A IMAGEM DO RODAPÉ DA CAIXA */

.box_bottom {
    background-image: url('/project_assets/images/bi.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 15px 15px 15px 15px;
}

/* MENU DA CAIXA */

#box_menu {
	color: #de9406;
	width: 470px;
	height: 35px;
	margin-left: 100px;
	margin-top: -33px;
	padding-top: 0px;
	margin-bottom: 30px;
}

#box_menu ul#nav {
	z-index: 1000;
	float: right;
	font-size: 22px;
	font-family: helvetica, arial, sans-serif;
	list-style: none;
	color: #00903d;
	top: -23px;
}



#box_menu ul#nav li.it0 {
	line-height: 16px;
	text-transform: uppercase;
	margin-left: -530px;
	float: left;
	text-align: justify;
	padding: 2px 400px 5px 0px;
	display: inline;
	background-image:none;
	list-style: none;
}

#box_menu ul#nav li.it1 {
	line-height: 16px;
	margin-left: -150px;
	text-align: justify;
	padding: 5px 0px 5px 0px;
	display: inline;
	background-image:none;
	list-style: none;
}

#box_menu ul#nav a{
	color:#00903d; 
	padding: 5px 5px 5px 5px; 
	text-decoration:none;
}

#box_menu ul#nav a:hover{
	color:#de9406;
	background-color: #f9f8f4;
	
}

/******************* TÍTULOS: H1, H3, H4, H5 E H6 *******************/

h1{
	color: #af7e00;
	font-size: 14px;
	font: arial;
	text-transform: uppercase;
}

h2 {
	color: #00933c;
	font-size: 16px;
	line-height: 24px;
}

h3{
color: #00933c;
font-size: 14px;
}

h4{
	color: #00578d;
	font-size: 14px;
	font: arial;
	text-transform: uppercase;
}

h5{
	color: #00578d;
	font-size: 14px;
	font: arial;
}


/******************* OUTROS TÍTULOS *******************/

/* TÍTULO NA PÁGINA INICIAL, TWITTER, BLOG, ETC */

.title0 {
	color: #9f955f;
	font-size: 12px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #c4d1cc;
	background-position: 0% 50%;
	background-image: url('/project_assets/images/detalhem.jpg');
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.title1 {
	color: #9f955f;
	font-size: 12px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #c4d1cc;
	background-position: 100% 50%;
	background-image: url('/project_assets/images/detalhe.jpg');
	background-repeat: no-repeat;
	text-transform: uppercase;
}

/* TÍTULO DA CHAMADA DO BLOG NA PÁGINA INICIAL (SIDEBAR) */

.title2 {
	color: #af7e00;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0 60px;
}

/* TÍTULO NA PÁGINA DE NOTÍCIAS */

.title3 {
	color: #015e93;
	font-size: 12px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #c4d1cc;
	background-position: 0% 50%;
	background-image: url('/project_assets/images/detalhemazul.png');
	background-repeat: no-repeat;
	text-transform: uppercase;
}


/******************* TÍTULOS DA PÁGINA INICIAL *******************/

.title4{
	color: #00933b;
	font-size: 14px;
	font-weight: bold;
	font: arial;
	line-height: 60px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	background-position: 0% 50%;
	background-image: url('/project_assets/images/detalhemverde.jpg');
	background-repeat: no-repeat;
}

.title5 {
	color: #00933b;
	font-size: 14px;
	font: arial;
	font-weight: bold;
}

.title6{
	color: #00933b;
	font-size: 14px;
	font-weight: bold;
	font: arial;
	line-height: 60px;
	padding: 0 0 0 0px;
	text-transform: uppercase;
}

.title7 {
	color: #00933b;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 7px 0 0 60px;
}

/******************* CONFIGURAÇÕES DAS IMAGENS *******************/

.image1{
	margin: 5px 5px 5px 5px;
}

.image2{
	margin: 0px 5px 5px 5px;
}

.image3{
	margin: 0px 0px 10px 60px;
}

/******************* SUBLINHADO, NEGRITO, E ITÁLICO *******************/

u {
color: #84818e;
}

strong {
color: #84818e;
font-weight: bold;
text-decoration: underline;
}

b {
color: #9f955f;
}

/******************* LINKS *******************/

a {height:1px; font-weight: bold; text-decoration: none;}
a:link {color:#af7e00; text-decoration: none;}
a:visited {color:#af7e00; text-decoration: none;}
a:active {color:#af7e00; text-decoration: none;}

a:hover {color:#000000; text-decoration: none;}