body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: white;
	background: url('/img/bg_int.jpg');
}

#bgMainIni {
	width: 100%;
	background: url('/img/bg_index_geral.jpg') repeat-x;
}

#layMainIni {
	width: 778px;
	text-align: left;
}

#bgMain {
	width: 100%;
	background: url('/img/bg_int_geral.jpg') repeat-x;
}

#layMain {
	width: 778px;
	text-align: left;
}

#content {
	padding: 15px 0px 0px 20px;
	line-height: 21px;
}

#photosRight {
	width: 235px;
	float: right;
	text-align: right;
}

#photosRight img {
	margin-bottom: 10px;
}

.empreendimento {
	width: 354px;
	float: left;
	line-height: 20px;
}

.empreendimento img {
	margin-bottom: 10px;
}

#gallery img,
.gallery img {
	margin: 0px 7px 7px 0px;
	border: 5px solid white;
}

h1,
h2 {
	color: #DFE313;
	font-size: 23px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
}


a:link, a:visited, a:active {
	color: #DFE215;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.lnkOn  {
	text-decoration: none;
	cursor: text;
	color: white;
}

#footer {
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
}

#footer a {
	color: white;
}

li {
	margin-bottom: 0px;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
}

td {
	color: white;
	font-weight: bold;
}

.input_text,
.textarea {
	width: 280px;
	height: 25px;
	color: #5C5F59;
	background: #D2DDBD;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	border: 0px;
	padding: 4px 5px 0px 5px;
}

.textarea {
	height: 150px;
}

#buttonEnviar {
	background: none;
	border: 0px;
	color: white;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	cursor: pointer;
	cursor: hand;
}

.contentImages {
	background: #FFFFFF;
	height: 75px;
	width: 354px;
	padding-top: 7px;
	padding-left: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}

.contentImagesArrow {
	position: absolute;
	width: 29px;
	height: 29px;
}

.boxsized {
}

#tableFicha td,
.tableAndamento td {
	height: 25px;
	padding: 2px;
	font-weight: normal;
}

#tableFicha .tdFichaItem,
.tableAndamento .tdAndaItem {
	background: #4E7812;
	font-weight: bold;
	text-align: right;
	width: 200px;
}

.tdFichaItemValor {
	background: #669F13;
	width: 400px;
}

.tableAndamento .tdAndaItem {
	width: 120px;
	font-weight: bold;
}

.tableAndamento .tdPorc {
	background: #4E7812;
	width: 40px;
	text-align: center;
	font-weight: bold;
}

.tdPorc5 {
	background: url('/img/bgAnd.gif') no-repeat;
	height: 25px;
}

.tdPorc10 {
	background: url('/img/bgAnd.gif') repeat-x;
	height: 25px;
}

.month {

}
/*
#layMain,
#layLeftIni,
#layLeft,
#layCenterIni,
#layRightIni,
#layRightMain,
#layRightCenter,
#content,
#boxPlanosLeft,
#inputNomeNews,
#inputEmailNews,
#tableFicha td,
.tableAndamento td,
.tdAndaItem,
.contentImages,
.contentImagesArrow,
.input_text,
.boxsized,
.textarea
{
  	behavior: url("/scripts/boxsizing.htc");
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*/
#layMain * {	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

* html #layMain * {
	behavior: url('<?=$PATH_SCRIPTS?>boxsizing/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

*:first-child+html #layMain * {
	behavior: url('<?=$PATH_SCRIPTS?>boxsizing/boxsizing.htc');
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
