@charset "utf-8";
/* CSS Document */

body {
	
	text-align: center; /* Centraliza para ie 5.x */
	background: #FFF url(bg_ferrao.jpg) repeat-x;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	margin: 0;
	
	}
	
	/* CENTRALIZAÇÃO */
	
#contanier {

	width: 770px;
	height: 660px;
	margin: 0 auto;
	text-align: left; /* Desfazer o lainhamento dos textos ao centro da página */
	background:#ffffff url(img/bg_fundo_site.jpg) repeat-x;
	
	}
	
	/* TOPO DO SITE */
	
#topo {
	
	background-color: #FFFFFF;
	height: 86px;
	
}

	.logo_esq {
		
		text-align: left;
		float: left;
		padding-top: 0px;
		padding-left: 20px;
			
		}
		
	.logo_dir {
	
		text-align: right;
		float: right;
		padding-top: 10px;
		padding-right: 25px;
		
		}
	
	}
	
	/* MENU E BANNER */
	
	
	/* NOTÍCIAS */
	
#noticias {

	margin-left: 30px;
	
	
}
	h2.azul { color:#006699;
			  font-size: 18px;
			  margin-left: 28px;
			  }	
	
	ul.seta {list-style-image: url(img/seta.png);}
	
	ul.seta {list-style-type: none;
				line-height: 25px;
				}
	
	a.not {text-decoration: none;
			color: #333333;
			font-size: 14px;
			}
	
	a.not:hover {text-decoration: underline;
			color: #333333;
			font-size: 14px;
			}
	
	/* COLUNAS */
	
	
#colunas {

	margin-top: 10px;

}

#_esq {

	background: url(img/boxe_ca50.png) no-repeat;
	width: 216px;
	height: 167px;
	float: left;
	margin-left: 30px;
	
	}
		
		h2.titulo {
		
			color: #006699;
			font-size:16px;
			padding-left: 10px;
			padding-top: 5px;	
				}
		
		h2.titulo_ {
		
			color: #006699;
			font-size:16px;
			padding-left: 10px;
			padding-top: 5px;
			padding-right: 5px;	
			text-align: right;
				}
				
		p.titulo_ {
		
			color: #333333;
			font-size: 12px;
			padding: 38px 5px 0px 11px;
			
		
		}
		
		a.not_ {
			text-decoration: none;
			color:#006699;
			font-size:12px;
			}
		
		a.not_:hover {
		
			text-decoration: underline;
		} 
	
	     
#_centro {

	background: url(img/boxe_cimento_.png) no-repeat;
	width: 216px;
	height: 167px;
	float: left;
	margin-left: 28px;
	}	
	
	
		p.titulo_b {
		
			color: #333333;
			font-size: 12px;
			padding: 0px 5px 0px 5px;
		
		}


#_dir {

	background: url(img/boxe_mulher.png) no-repeat;
	width: 216px;
	height: 167px;
	float: left;
	margin-left: 28px;
		
	}
	
		p.titulo_c {
		
			color: #333333;
			font-size: 12px;
			padding-left: 70px;
			text-align:right;
			padding-right: 5px;
			
			}
	
	
	/* RODAPE */
	
#rodape {


	color: #333333;
	clear:both;
	text-align:center;
	padding-top: 8px;
	}


