/* CONTROLES HTML */
/* ///////////////////////////////////// */
html {
  height: 100%;
  min-height: 100%;
}

body {
	height: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(../imagens/bg_shadow_all.gif);
	background-repeat: repeat-y;
	background-position: center;
}


/* ///////////////////////////////////// */




/* DIVS ESTRUTURAIS BÁSICAS */
/* ///////////////////////////////////// */

#conteiner {
	width: 840px;
	height:100%;  
	margin: 0px auto;
	text-align: left;
}

/* Para Internet Explorer */
/*
* html #conteiner {
  height: 100%; 
}
*/

#banner {
	width: 792px;
	padding: 0 24px 0 24px;
}

#menu_superior {
	width: 792px;
	height: 25px;
	text-align: center;
	margin: 0 24px 0 24px;
	background-image: url(../imagens/bg_menu_superior.gif);
}

#menu_superior ul {
	margin: 0;
	padding: 0;
}

#menu_superior li {
	list-style-type: none;
	display: inline;
	color: #FFF;
}

#menu_superior li a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu_superior li a:hover {
	color: #8fb73e;
}

#conteudo_conteudo {
	width: 792px;
	margin: 20px 0px 0px 0px;
	background-image: url(../imagens/bg_teste.gif);
}

#coluna_esq_hp {
	width: 500px;
	text-align: left;
/*	margin: 20px 0px 0px 50px;*/
	margin-left:20px;
	float: left;
	background-color:white;
}

#coluna_dir_hp {
	width: 210px;
	text-align: left;
	margin: 0px 30px 0px 0px;
	padding: 0;
	float: right;
	background-image: url(../imagens/bg_not_hp.gif);
}

#depoimentos_hp {
	margin:30px 0px 30px 40px;
}


#chamadas_hp {
	height:500px;
	margin-left: 40px;
	padding-bottom: 30px;
}

#coluna_esq_conteudo {
	width: 185px;
	text-align: left;
	margin: 0px 0px 0px 24px;
	float: left;
}

#coluna_dir_conteudo {
	width: 570px;
	height: auto;
	min-height:100%;
	text-align: justify;
	margin-left:31px;
	padding-top: 20px; 
	padding-bottom: 50px;
	float: left;
	background-color:#FFF;
}

#coluna_dir_conteudo p,  #coluna_dir_conteudo ul,  #coluna_dir_conteudo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

#coluna_dir_conteudo h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #006633;
}

#coluna_dir_conteudo img {
	margin: 0px
}

#coluna_dir_conteudo a {
	color: #006633;
}

#coluna_dir_conteudo a:hover {
	color: #8fb73e;
	text-decoration: none;
}

#rodape {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
/* ///////////////////////////////////// */
/* ANDAMENTO OBRAS */
/* ///////////////////////////////////// */

#data_obras {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	padding-right: 5px;
	widht: 100%;
	height: 25px;
	background-color: #8fb73e;
	margin-bottom: 20px;
}

#fotos_obras img {
	border: 1px solid #CCC;
	padding: 2px;
}

#fotos_obras div {
	width: 130px;
	height: 130px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 15px;
	margin: 0 5px 0 5px;
}

#fotos_obras div{
	display: inline
}

#fotos_obras > div{
	display: inline-block
}
/* ///////////////////////////////////// */
/* DIVS NOTICIAS */
/* ///////////////////////////////////// */

#foto_noticia {
	width: 100%;
	height: 180px;
	background-image: url(../imagens/bg_not_foto.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#legenda_foto_noticia {
	width: 200px;
	height:40px;
	margin: -40px 0px 0px 230px;
	padding: 3px;
	z-index: 0;
	position: relative;
	vertical-align: middle;
}

#legenda_foto_noticia p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006633;
	margin: 0;
}

/* ///////////////////////////////////// */
/* DIVS MENU LATERAL INTERNO */
/* ///////////////////////////////////// */

#menu_lateral {
	width: 100%;
	text-align: left;
	background-color: #edf3db;
/*	padding-bottom: 200px;**/
	}

#menu_lateral ul, #menu_lateral_hp ul {
	margin: 0;
	padding: 0;
}

#menu_lateral li {
	list-style-type: none;
	border-bottom: 1px solid #8fb73e;
	margin: 0px 8px 3px 8px;
	padding: 6px 0px 6px 0px;
}

#menu_lateral li a {
	width: 185px;
/*	height: 25px; 
	line-height: 25px; */
	font-size: 11px;
	color: #006633;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_lateral li a:hover {
	color: #8fb73e;
}

#menu_lateral h1, #menu_lateral_hp h1 {
	font-size: 0px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

/* ///////////////////////////////////// */
/* DIVS HP */
/* ///////////////////////////////////// */

#menu_lateral_hp {
	width: 200px;
	height: auto;
	background-image: url(../imagens/bg_not_hp.gif);
	padding-bottom: 30px;
}

#menu_lateral_hp li {
	list-style-type: none;
	margin: 0px 12px 3px 12px;
	padding-bottom: 2px;
	line-height: 13px;
}

#menu_lateral_hp li a {
	font-size: 11px;
	color: #006633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_lateral_hp li a:hover {
	color: #8fb73e;
}

#chamadas_hp {
	width: 500px;
	text-align: center;
/*	margin-top: 15px;*/
	margin: 15px 0 0 50px;
	float: left;
}

#chamadas_hp ul {
	margin: 0;
	padding: 0;
}

#chamadas_hp li {
	list-style-type: none;
	display: inline;
}

#chamadas_hp li a {
	margin: 0px 5px 0px 5px;
}


/* ///////////////////////////////////// */
/* DIVS ASSINATURAS , PARCEIROS ,
   DEPOIMENTOS , MEMORIAL DESCRITIVO ,
   COMO CONSTRUIR */
/* ///////////////////////////////////// */

#assinaturas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-align:center;
	margin: 20px 50px 0px 0px;
	float:left;
}

#depoimentos {
	width:100%;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align:left;
	margin:15px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	background-image: url(../imagens/dep_divisoria.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#depoimentos img {
	margin: 0px 0px 0px 15px;
	float: right;
	border: 1px solid #CCC;
}

#parceiros {
	width:100%;
	margin:30px 0px 0px 0px;
}

#parceiros img {
	margin:0px 20px 20px 0px;
	float:left;
}

#memorial_descritivo {
	width:100%;
	border-top: 2px solid #006633;
	border-bottom: 2px solid #006633;
	padding: 5px 0 5px 0;
}

#memorial_descritivo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#como_construir {
	width:100%;
	height: 70px;
	padding-top: 8px;
	margin-bottom:20px;
	border-top: 2px solid #006633;
	border-bottom: 2px solid #006633;
}

#como_construir ul {
	margin:0;
	padding:0;
}

#como_construir li {
	width: 270px;
	height:35px;
	list-style:none;
	float:left;
}

#como_construir li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/* ///////////////////////////////////// */



/* ///////////////////////////////////// */
/* CLASSES SOLTAS */
/* ///////////////////////////////////// */

.data_not {
	font-size: 11px;
	font-weight: bold;
}

.texto_negativo {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

.negrito {
	font-weight: bold;
}

/* ///////////////////////////////////// */

