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

	Arquivo que seta as alterações do padrao do Framework

-------------------------------------------------------------- */
@import 'reset.css';	/* Zera valores igualando os navegadores */
@import 'tipo.css';		/* Tipografia, fontes, cores e tamanhos */
@import 'grid.css';		/* Estrutura (container, colunas, etc) */
@import 'forms.css';	/* Formulários */
@import 'fred.css';     /* Alteração do Padrao FRED dos arquivos views*/
@import 'faleconosco.css'; /* Define o Padrao FaleConosco*/

/*-------------------- Todos os H1 com a classe específica----------------*/
h1.logo {float:left; text-indent:-9999px;}
h1.logo a { display:block; height:119px; width:360px;}
h2.ultimas_noticias { background:url(../img/ultimas_noticias.gif) no-repeat;	text-indent:-9999px; clear:both; height:24px;}
h2.bem_vindo{background:url(../img/bem_vindo.gif) no-repeat; text-indent:-9999px; clear:both; height:24px;}
h2.escritorio{background:url(../img/titleEscritorio.gif) no-repeat; text-indent:-9999px; clear:both; height:24px;}
h2.projeto{background:url(../img/titleProjeto.gif) no-repeat; text-indent:-9999px; clear:both; height:24px;}
h2.portfolio{background:url(../img/titlePortfolio.gif) no-repeat; text-indent:-9999px; clear:both; height:24px;}
h2.noticia {background:url(../img/titleNoticia.gif) no-repeat; text-indent:-9999px; clear:both; height:24px;}
h2.artigo {background:url(../img/titleArtigo.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.contato{background:url(../img/titleContato.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.sobre_arquiteto{background:url(../img/titleArquiteto.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.processo_criacao{background:url(../img/titleProcessoCriacao.gif) no-repeat; text-indent:-9999px; clear:both; height:26px}
h2.maquete_virtual{background:url(../img/titleMaqueteVirtual.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.acompanhamento{background:url(../img/titleAcompanhamento.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.projeto_residencial{background:url(../img/titleProjetoResidencial.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.projeto_comercial{background:url(../img/titleProjetoComercial.gif) no-repeat; text-indent:-9999px; clear:both; height:24px}
h2.localizacao{background:url(../img/titleLocalizacao.gif) no-repeat; text-indent:-9999px; clear:both; height:26px}
h2
h1.logo a {	display: block;	width:350px;height:119px;text-indent:-9999px;padding:0;}
/*------------------------------------------------------------------------------------------*/
div.banner{
	border-bottom:6px solid #2b2b2b;
	float:left;
}
div#tRodape {
	background:url(../img/back_container_rodape.png) no-repeat;
	margin:0 auto;
	width:799px;
	height:56px;
	color:#F8F8F8;
	padding:54px 23px 0 23px;
}
div.content-right li#borderBottom {
	overflow:hidden;
	padding-bottom:24px;
	border-bottom:1px solid #b9b9b9;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#424242;
	line-height:15px;

}
div.content-right li.listNoticia{ margin-bottom:4px; font-weight:bold;}
div.content-right li.listArtigo{ margin-bottom:4px; font-weight:bold;}

/*------------------------GOOGLE MAPS----------------------*/
iframe.googleMaps{ background:#fff; border:1px solid #2b2b2b; padding:4px; margin-top:10px;}


/*------------------------- RETORNO DO FORMULÁRIO---------------*/
/*div.contatoRetorno { 
	width:480px; 
	height:40px;
	background: #DBF4D5; 
	border:1px solid #40BC2E; 
	text-align:center;
	line-height:40px;
}*/
div.contatoRetorno { font-size:12px;}

/*------------------------CONTATO----------------------*/
input#button, button
{ padding: 3px 5px; font-weight:bold; color:#FFF; background-color:#b85504; border:1px solid #833b00; }

/*----------------------- NOTICIA -----------------*/
div.imagemNoticia img{ background:#fff; padding:4px; border:1px #666 solid;}



div.logout{ float:right; margin-right:20px;}





/* -------------------------------- INDIQUE ----------------------------*/
div.content-left .emailMarketingFormCadastro ul { width:160px; margin:10px 0 0 10px;}
div.content-left .emailMarketingFormCadastro ul li { margin-bottom:5px;}
div.content-left .emailMarketingFormCadastro input { width:178px;}
div.content-left .emailMarketingFormCadastro input.botao { 
	width:55px; 
	background-color:#B85504;
	border:1px solid #833B00;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 5px;
}










