/* CSS Document */

body {
	background:#001500 url(imgs/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	border:0px;
	padding:0px;
	text-align:center;
}

/* ---- tamanho layout -------*/
#estrutura {
	width:1100px;
	height:600px;
	background-image:url(imgs/arvores.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
}
/* --- menu ---- */
#estrutura #menu {
	width:980px;
	height:20px;
	margin-right:120px;
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:right;
	float:left;
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #B29900;
}
#menu a:active {
	color: #FFF;
	text-decoration: none;
}
/* conteudo */
#estrutura #coluna-1 {
	width:280px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}
#estrutura #coluna-2 {
	width:350px;
	margin-top:30px;
	margin-left:20px;
	float:left;
}
#estrutura #coluna-3 {
	width:350px;
	margin-top:30px;
	margin-left:10px;
	float:left;
}
/*---coluna - 1 -----*/
#coluna-1 #logo {
	width:280px;
	height:160px;
	text-align:left;
	float:left;
}
#coluna-1 #chamada {
	width:280px;
	height:60px;
	margin-top:10px;
	text-align:left;
	float:left;
}
#coluna-1 #extra {
	width:280px;
	height:40px;
	margin-top:60px;
	text-align:left;
	float:left;
}
#coluna-1 #option {
	width:280px;
	text-align:left;
	float:left;
}
/*----- Apartamentos ----- */
#apto {
	width:350px;
	height:230px;
	float:left;
}
#apto #illustrator {
	width:150px;
	height:230px;
	float:left;
}
#illustrator #foto {
	width:150px;
	height:100px;
	float:left;
}
#illustrator #box-ampliar {
	width:150px;
	height:100px;
	margin-top:5px;
	text-align:left;
	float:left;
}
#apto #paper {
	width:180px;
	height:225px;
	background-image:url(imgs/paper-aptos.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	float:left;
}
#apto-2 {
	width:350px;
	height:230px;
	margin-top:40px;
	float:left;
}
#apto-2 #illustrator-2 {
	width:150px;
	height:230px;
	float:left;
}
#illustrator-2 #foto-2 {
	width:150px;
	height:100px;
	float:left;
}
#illustrator-2 #box-ampliar-2 {
	width:150px;
	height:100px;
	margin-top:5px;
	text-align:left;
	float:left;
}
#apto-2 #paper-2 {
	width:180px;
	height:225px;
	background-image:url(imgs/paper-aptos.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	float:left;
}
/* ---- texto ---- */
.texto-2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color:#B29900;
	text-align:left;
}
.texto-5 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:700;
	color:#000;
	text-align:left;
}