/******************************************
	 CSS RESET / CFG
******************************************/

body {
	background: #fff url(../_imagens/bg_geral.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#646464;
}

body#publicao-avisos { background: #fff url(../_imagens/bg_geral_verde.gif) repeat-x; }
body#consultoria-assessoria { background: #fff url(../_imagens/bg_geral_amarelo.gif) repeat-x; }
body#criacao-implantacao { background: #fff url(../_imagens/bg_geral.gif) repeat-x; }

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


h2 {
	color:#000;
	font-size:15px;
	padding: 13px 0 5px 0;
}

h2 img{
	padding: 0px 0px 0px 23px;
	}

a img {
	border: 0;
}

p.det a{
	text-decoration:none;
	}
	
p.det {
	font-size: 11px;
	font-weight:bold;
	}	
p {
	padding-bottom: 15px;
	
	}
/******************************************
	 ESTRUTURA
******************************************/
#geral {}

#layout {
	width: 990px;
	height: 500px;
	margin: 0 auto;
}

/******************************************
	TOPO
******************************************/


#topo {
	height: 140px;
	width: 990px;
	border-bottom: 3px solid #137F2B;
}
#topo .logo {
	float:left;
	padding:45px 0px 0px 15px;
}

#topo .banner{
	float:right;
	height:115px;
	width:620px;
	margin:10px 15px 0px 0px;
}

/******************************************
	COLUNA
******************************************/

/*.opt-1 {	border-bottom: 4px solid #FFCC2E;}*/

/*.opt-2 {	border-bottom: 3px solid #137F2B; }*/

#coluna {
	height:auto;
	padding:30px 0;
	width:990px;
	float:left;
}

#coluna .bloco{ 
	float:left;
	padding:5px 15px 0px;
	_padding:5px 15px 0px;
	width:300px;

}


#coluna-2 {
	float: left;
	height:auto;
	padding:30px 0;
	width:990px;
	overflow:hidden;
	border-top: 4px solid #FFCC2E;
}

#coluna-2 .bloco{ 
	float:left;
	padding:5px 15px 0px;
	_padding:5px 15px 0px;
	width:300px;

}


#coluna .bloco-1 {
	float:left;
	padding-right:33px;
}
#coluna .bloco-2 {
	float:left;
}
#coluna .bloco-3 {
	float:right;
	position:relative;
	top:-25px;
	right:-30px;
}


/******************************************
	RODAPE
******************************************/
#rodape {
	clear: both;
	width: 990px;
	padding: 0px 0px 30px 0px;
	border-top: 3px solid #137F2B;
}

#rodape address{
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 25px 0px 0px 15px;
}
#rodape address strong{
	font-size: 15px;	
	}