@charset "utf-8";
/* CSS Document */
* 									{ margin: 0; padding: 0; border: 0; }
body 								{ background: #EEE url(img/bg-floral.png) no-repeat right 620px; color: #383838; font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px; }
a 									{ color: #BF2555; text-decoration: none; }
a:hover 							{ color: #A3A3A3; text-decoration: underline; }
ul ul 								{ list-style: none; }
p.noticias_capa a 					{ display: block; border-bottom: 1px dotted #A3A3A3; margin-bottom: 10px; }
p.noticias_capa a:hover 			{ text-decoration: none; border-bottom: 1px solid #A3A3A3; color: #A3A3A3; }

/*---------------------------TOPO----------------------------*/

div#topo							{ width: 100%; height: 601px; background: url(img/bg-topo.jpg) repeat-x; }

div#topo_conteudo
{
	width: 900px;
	height:601px;
	margin: auto;
}

/*------------------------------------------------------------*/



/*-----------------------CORPO--------------------------------*/

/*-----DIV'S-----*/
div#corpo
{
	width: 900px;
	min-height: 300px;
	margin: 20px auto;
}

div#capa_esquerda
{
	width: 435px;
	float: left;
}

div#capa_direita
{
	width: 435px;
	float: right;
}

div#noticia_1,
div#noticia_2,
div#noticia_3,
div#noticia_4
{
	width: 415px;
	height: 115px;
	background: url(img/bg-noticias.png) no-repeat;
	margin-top: 10px;
	padding: 10px;
	cursor: pointer;
}

div#destaque_capa_1,
div#destaque_capa_2,
div#destaque_capa_3,
div#destaque_capa_4,
div#destaque_capa_5,
div#destaque_capa_6,
div#destaque_capa_7,
div#destaque_capa_8,
div#destaque_capa_9,
div#destaque_capa_10,
div#destaque_capa_11 { width: 191px; height: 150px; background: url(img/div-vertical.png) right no-repeat; margin-bottom: 20px;	padding: 0 15px; cursor: pointer; float: left; }

div#destaque_capa_9
{
	width: 420px;
}

div#destaque_capa_2,
div#destaque_capa_3,
div#destaque_capa_4,
div#destaque_capa_6,
div#destaque_capa_7,
div#destaque_capa_8
{
	padding: 0 15px 0 20px;
}

div#destaque_capa_4,
div#destaque_capa_8,
div#destaque_capa_11
{
	background: none;
}

div#destaque_capa_5,
div#destaque_capa_9
{
	cursor: auto;
}

/*---------------*/


/*-----P's-----*/
p
{
	text-align: justify;
	line-height: 26px;
	margin-bottom: 15px;
}

p.texto_destaque_capa
{
	line-height: 18px;
	text-align: left;
	margin: 0;
}

span.texto_destaque
{
	font-weight: bold;
	font-size: 16px;
}

p.veja_mais_capa
{
	float: right;
}

p#noticias_1,
p#noticias_2,
p#noticias_3,
p#noticias_4
{
	line-height: 16px;
	color: #878787;
}

p.titulo_noticias
{
	text-decoration: underline;
}

div#capa_direita p
{
	margin-bottom: 0;
}

p.notas_referencia
{
	border-top: 1px dotted #BF2555;
	margin-top: 60px;
}

p.texto_recuado,
p.texto_recuado_fim
{
	margin-left: 250px;
	margin-bottom: 8px;
}

p.texto_recuado_fim
{
	margin-bottom: 15px;
}

p.noticias_capa
{
	line-height: 20px;
	margin: 0;
}

/*-------------*/

/*-----LISTAS-----*/

div#corpo ul
{
	margin-left: 15px;
	line-height: 20px;
}

div#corpo ul.lista_sem
{
	margin-left: 0;
	list-style: none;
	line-height: 20px;
}

div#corpo ol
{
	margin-left: 18px;
	line-height: 20px;
}

/*div#corpo li a
{
	line-height: 20px;
	padding-left: 15px;
	color: #BF2555;
	text-decoration: none;
}

div#corpo li a:hover
{
	background: url(img/seta.png) no-repeat 0 3px;;
}*/

div#menu_rapido_atuacao
{
	float: right;
}


/*----------*/

/*-----TÍTULOS-----*/

h1
{
	margin: 0 0 10px 0;
}

h1.titulo_atuacao
{
	float: left;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	color: #BF2555;
	margin: 30px 0 10px 0;
}

h2.primeito_h2
{
	margin-top: 0px;
}

h2.titulo_artigos
{
	margin: 40px 0 5px 0;
}

h2.primeiro_titulo
{
	margin-top: 0;
}

h2.titulo_capa_esquerda
{
	margin: 20px 0 10px 0;
}

h3
{
	font-size: 12px;
	margin-bottom: 10px;
}

h3.icone_ieda,
h3.icone_clientes,
h3.icone_martelo,
h3.icone_contato,
h3.icone_noticias
{
	color: #BF2555;
	font-size: 16px;
	font-weight: normal;
}

h3.icone_ieda
{
	background: url(img/icone-ieda-rocha.png) no-repeat;
	padding: 4px 0 5px 40px;
}

h3.icone_clientes
{
	background: url(img/icone-clientes.png) no-repeat;
	padding: 4px 0 12px 65px;
}

h3.icone_martelo
{
	background: url(img/icone-martelo.png) no-repeat;
	padding: 4px 0 12px 40px;
}

h3.icone_contato
{
	background: url(img/icone-contato.png) no-repeat;
	padding: 4px 0 12px 40px;
}

h3.icone_noticias
{
	background: url(img/icone-noticias.png) no-repeat;
	padding: 4px 0 12px 45px;
}

h3.icone_ieda span,
h3.icone_martelo span
{
	letter-spacing: -1px;
}

h3.assinatura_artigos
{
	color: #BF2555;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

/*-----------------*/


input.caixa_area_clientes
{
	width: 191px;
	height: 18px;
	background: url(img/campo-area-restrita.png) no-repeat;
	background-position: 0 4px;
	margin: 0;
	font-size: 11px;
}

input.botao_entrar
{
	width: 60px;
	height: 18px;
	background-image: url(img/bot-entrar.png);
	cursor: pointer;
}

input.botao_entrar:hover
{
	background-position: 0 -18px;
}

img.imagem_esquerda
{
	margin: 0 10px 10px 0;
	float: left;
}

img.imagem_direita
{
	margin: 0 0 10px 10px;
	float: right;
}

p.ultimas_blog
{
	cursor: pointer;
}

span.data
{
	display: block;
	width: 67px;
	height: 41px;
	background-image:url(img/bg-data.png);
	color: #FFF;
	padding: 0 0 0 6px;
	margin-right: 15px;
	float: left;
}


/*-------------------FIM CORPO-----------------------------*/

#contato
{
	width:580px;
	float:left;
}

#formulario
{
	width:280px;
	float:right;
}

input.caixa_form
{
	margin: 5px 0 15px 0;
	width: 270px;
	padding: 6px;
	background: url(img/campo-1-form.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737272;
}

.caixa_form_2, select#menu_atuacao
{
	margin: 5px 0 15px 0;
	width: 282px;
	padding: 5px 10px 5px 10px;
	background: url(img/campo-1-form.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737272;
}

select#menu_atuacao
{
	background: url(img/campo-atuacao.png) no-repeat;
	width: 232px;
}

.caixa_form_3
{
	margin:5px 0 15px 0;
	width:266px;
	height: 103px;
	padding: 5px 10px 8px 5px;
	background: url(img/campo-3-form.png) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737272;
}

.caixa_area_clientes
{
	margin: 5px 0 15px 0;
	width: 170px;
	padding: 6px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737272;
}

.botao_enviar,
.botao_limpar,
.botao_entrar
{
	margin-right: 30px;
	width: 60px;
	height: 18px;
	background-repeat: no-repeat;
}

.botao_enviar
{
	background-image: url(img/bot-enviar.png);
}

.botao_limpar
{
	background-image: url(img/bot-limpar.png);
}

.botao_ir
{
	width: 30px;
	height: 18px;
	background: url(img/bot-ir.png) no-repeat;
	cursor: pointer;
}

.botao_enviar:hover,
.botao_limpar:hover,
.botao_ir:hover
{
	background-position: 0 -18px;
}

.aviso_formulario
{
	font-size:10px;
	text-align:left;
	margin:15px 0 20px 0;
}

div#iedarocha,
div#relacionamento
{
	width: 100%;
	height: 26px;
	background-color: #d2d1d1;
}

div#iedarocha_conteudo,
div#relacionamento_conteudo
{
	width: 900px;
	margin:auto;
}

div#relacionamento
{
	height: 50px;
}


/*---------------------RODAPÉ---------------------------------*/

/*-----DIV's-----*/

div#rodape
{
	width: 100%;
	height: 165px;
	background-image: url(img/bg-rodape.jpg);
	padding: 15px 0;
}

div#rodape_conteudo
{
	width: 900px;
	margin: auto;
}

div#rodape_navegacao
{
	float:left;
}

div#rodape_contato
{
	width: 205px;
	float:left;
}

div#rodape_assinatura
{
	padding: 40px 0 0 0;
	float: right;
}

/*----------*/

div#rodape ul
{
	margin-bottom: 20px;
}

div#rodape ul li
{
	list-style: none;
	display: inline;
	
}

div#rodape li a
{
	color: #EEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 13px;
	margin-right: 15px;
	
}

div#rodape li a:hover
{
	color: #FFF;
	text-decoration: underline;
}

div#rodape p
{
	color: #FFF;
	font-size: 11px;
	margin-bottom: 10px;
	line-height: normal;
}

div#rodape p a
{
	color: #FFF;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 11px;
}

span.titulo_rodape
{
	padding-bottom: 3px;
	border-bottom: #FFF 1px dotted;
}


a.orkut, a.twitter, a.facebook
{
	display:block;
	width: 34px;
	height: 34px;
}

a.orkut
{
	background: url(img/orkut.png) no-repeat;	
}

a.twitter
{
	background: url(img/twitter.png) no-repeat;
	
}

a.facebook
{
	background: url(img/facebook.png) no-repeat;
	
}

a.orkut:hover,
a.twitter:hover,
a.facebook:hover
{
	background-position: 0 -34px;
}

a.bot_veja_mais
{
	display: block;
	width: 120px;
	height: 25px;
	background: url(img/botao-veja-mais.png) no-repeat;
}

a.bot_veja_mais:hover
{
	background-position: 0 -25px;
}

div#siga-me
{
	padding-top: 20px;
	margin-right: 10px;
	float: left;
}

div.links_relacionamento
{
	padding-top: 10px;
	margin-right: 20px;
	float: left;
}


/*------------------------------------------------------------*/

div.clear
{
	clear: both;
}
