/* Residencial PÔR-DO-SOL - Print/CSS Document */

	.logo, .lang, .lang_pt, .lang_en, .menu_position, .menu {
	display:none;
	}
	
	.footer {
	display:block;
	float:left;
	width:auto;
	height:20px;
	font-size:10x;
	padding:50px 0 0 100px;
	}
	
/* Páginas Interiores */

/* HOME */

.main_window {
	display:block;
	width:500px;
	height:auto;
	margin:2px auto;
}

#main_txt {
	float:left;
	width:350px;
	text-align:justify;
	font-size:14px;
	padding:10px 10px 0 0;
}

#main_img {
	float:left;
	}

/* PREÇOS */

.table_prices {
	float:left;
	width:auto;
	height:auto;
	text-align:justify;
	font-size:12px;
	padding:10px 0 0 0;
}

h1 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}

.season {
	display:block;
	float:left;
	width:250px;
	height:auto;
	margin:5px auto auto 5px;
	padding:5px;
	border:1px solid #D8AF79;
	}
	
.season h2 {
	clear:both;
	font-size:12px;
	margin:0px;
	padding:5px 0 5px 0;
	font-weight:bold;
	color:#ac703d;
	border-bottom:1px solid black;
}
	
.season .type {
	float:left;
	padding:5px 0 10px 0;
	text-align:right;
	}
	
.season .price {
	float:right;
	padding:5px 0 10px 0;
	text-align:right;
	}
	
.season_details {
	display:block;
	float:left;
	width:250px;
	height:auto;
	margin:auto;
	padding:10px 0 5px 20px;
	/*border:1px solid red;*/
	}
	
.season_details .type {
	float:left;
	text-align:left;
	}
	
.season_details .price {
	float:right;
	text-align:right;
	}
	
.season_details h2 {
	font-size:10px;
	margin:0px;
	padding:0 0 5px 0;
	}
	
.season_details p {
	font-size:12px;
	margin:0px;
	padding:0px;
	}

.txt_prices p {
	margin:5px 0 0 0;
	padding:0;
	}
