﻿body {
	margin: 0px;
	background-color: #ECECEC;
}
#centralizar {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#topo {
	position: absolute;
	width: 800px;
	height: 97px;
	background-image: url('../images/ancora_01.jpg');
	background-repeat: no-repeat;
}
#lateral {
	position: absolute;
	width: 168px;
	height: 403px;
	top: 97px;
	border-right-style: solid; border-right-width: 1px; border-right-color: #C00000;
	background-image: url('../images/ancora_02.jpg');
	background-repeat: no-repeat;
}
#quadro_locatario, #quadro_proprietario {
	width: 161px;
	height: 58px;
	margin-left: 8px;
/*	border: 1px solid #000000;*/
}
#horario_atend {
	font-family: Verdana;
	font-size: 10px;
	color: gray;
	text-align: center;

}
.style_mensagem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	font-weight: bold;*/
	color: #000000;
	text-align: center;
	padding-left: 5px;
}
#menu_tit_locatario, #menu_tit_proprietario {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: gray;
}
.link_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link_menu:hover {
	color: #C00;
	text-decoration:underline;
}
#conteudo {
	position: absolute;
	width: 632px;
	height: 403px;
	top: 97px;
	left: 169px;
	background-image: url('../images/ancora_03.jpg');
	background-repeat: no-repeat;
}
#rodape {
	position: absolute;
	width: 800px;
	height: 40px;
	top: 500px;
	padding-top: 22px;
	padding-left: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: gray;
	text-align: center;
	background-image: url('../images/ancora_04.jpg');
	background-repeat: no-repeat;
}
#logo_bazevani {
	position: absolute;
	left: 677px;
	top: 18px;
	height: 34px;
}
#home, #empresa, #anuncie, #localizacao, #contato, #tit_2_via_boleto, #extrato_prop, #tit_manut_senha {
	position: absolute;
	width: auto;
	height: auto;
	left: 8px;
	top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #C00000;
}
.ok {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.titulos {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC0001;
}
#form2via {
	position: absolute;
	width: 100%;
	height: 350px;
	left: 0px;
	top: 52px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: scroll;
}

