/*

{
	width:;
	height:;
	background:;
	color:;
	border:;
	font-family:;
	font-size:;
	font-weight:;
	text-decoration:;
	text-align:;
	text-indent:;
	line-height:;
	vertical-align:;
	margin:;
	padding:;
	display:;
	float:;
	clear:;
	position:;
	z-index:;
}

*/

/* TÍTULOS */
.title_home {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.bemvindo.png');
	float: left;
}

.title_quemsomos {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.quemsomos.png');
	float: right;
}

.title_cadastre {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.cadastre.png');
	float: right;
}

.title_busca {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.busca.png');
	float: right;
}

.title_localizacao {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.localizacao.png');
	float: right;
}

.title_faleconosco{
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.faleconosco.png');
	float: right;
}

.title_imovel {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.imovel.png');
	float: right;
}

.title_resultados {
	width: 260px;
	height: 40px;
	background: transparent url('../images/layout/titulo.resultados.png');
	float: right;
}

/* HOME */
.home_content {
	width: 300px;
	height: 260px;
	background: #eeeeec;
	text-align: justify;
	margin: auto;
	display: block;
	float: left;
}

.home_content_titleline {
	width: 300px;
	height: 40px;
	text-align: justify;
	margin: auto;
	margin-bottom: 10px;
	display: block;
	float: left;
}

.home_content p {
	margin-left: 10px;
	margin-right: 10px;
}

.home_content_spacer {
	width: 300px;
	height: 8px;
	background: transparent url('../images/layout/home.spacer.png');
	text-align: justify;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 2px;
	display: block;
	float: left;
	clear: both;
}

.home_side_spacer {
	width: 10px;
	height: 260px;
	background: transparent url('../images/layout/home.sidespacer.png');
	text-align: justify;
	margin: auto;
	display: block;
	float: left;
}

.home_right {
	width: 240px;
	height: 260px;
	text-align: left;
	margin: auto;
	display: block;
	float: left;
	position: relative;
}

.wmg_logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
}

.home_paragrafo_index {
	color: #000066;
	font-weight: bold;
	margin: 8px;
	margin-right: 16px;
}

.home_right p {
	margin-left: 8px;
	margin-right: 10px;
}

.home_paragraph_align {
	text-align: center;
}

.home_top_block {
	margin-top: 20px;
	margin-right: 20px;
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

/* PÁGINAS */
.pages_leftcol {
	width: 200px;
	height: 470px;
	margin: auto;
	display: table;
	float: left;
	position: relative;
}

.pages_leftcol_horarios {
	margin: auto;
	text-align: left;
	display: block;
	float: left;
}

.pages_leftcol_horarios p {
	margin-left: 0;
	margin-right: 0;
}

.pages_rightcol {
	width: 550px;
	height: 470px;
	background: #eeeeec;
	margin: auto;
	margin-left: 10px;
	display: table;
	float: left;
	position: relative;
}

.content_title {
	width: 550px;
	height: 40px;
	background: #d3d7cf;
	color:;
	border:;
	font-family:;
	font-size:;
	font-weight:;
	text-decoration:;
	text-align:;
	text-indent:;
	line-height:;
	vertical-align:;
	margin: auto;
	padding:;
	display: block;
	float: left;
	clear: both;
	position:;
	z-index:;
}

.content_page {
	width: 550px;
	height: 430px;
	text-align: justify;
	margin: auto;
	display: block;
	float: left;
	clear: both;
	overflow: auto;
}

.content_page p {
	margin: 10px;
}

.content_page h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	margin-bottom: 4px;
	color: #000066;
	text-align: center;
}