@charset "utf-8";
/* CSS Document */

/* styles for error box */  
.error {
	color:#000000;
	border-color:#000000;
	padding:5px;
	border:solid 1px black;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCFF00;
}  
  
.error a, .error a:hover{  
    color:#000000;  
}  
  
/* simply moves close box to right */  
.kickRight {  
    text-align:right;  
} 

body {
	background-attachment: fixed;
	background-image: url(images/bg-site.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
    /*overflow-x:hidden;*/
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	width: 842px;
	/*height: 648px;*/
	position: absolute;
	left: 50%;
	margin-left: -421px;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	margin-top: 8px;
}

#topo {
	height: 82px;
	width: 822px;
	position: relative;
	left: 10px;
	top: 10px;
	background-image: url(images/bg-topo.jpg);
	background-repeat: no-repeat;
}

#central {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	float: right;
	height: 50px;
	width: 200px;
	position: relative;
	top: 10px;
	right: 10px;
}

.central {
	font-size: 12px;
}

.tel-central {
	font-size: 14px;
}

#navega {
	height: 34px;
	width: 822px;
	position: relative;
	left: 10px;
	top: 10px;
	*top: 20px;
}

#menu {
	left: -20px;
	position: relative;
	width: 852px;
}

#menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #273e52;
	list-style-type: none;
}

#menu ul li {
    float: left;
    display: inline;
}

#menu a {
	display: block;
	width: auto;
	magin-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(images/bullet-off.jpg);
	background-repeat: no-repeat;
	color: #273e52;
}

#menu a:hover {
	background-image: url(images/bullet-on.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

#bsdnet {
	background-color: #d9e4ec;
	background-image: url(images/bg-bsdnet.gif);
	background-repeat: repeat-x;
	float: left;
	height: 138px;
	width: 196px;
	padding: 10px;
	position: relative;
	left: 10px;
}

#t-bsdnet {
	position: relative;
	height: 19px;
	width: 81px;
	top: 5px;
}

#form-bsdnet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 196px;
	position: relative;
	top: 5px;
	color: #00293d;
	line-height: 22px;
}

#login {
	width: 100px;
	height: 14px;
	position: relative;
	left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#senha {
	width: 100px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
}

#botao-form-bsdnet {
	height: 20px;
	width: 32px;
	position: relative;
	top: -3px;
}

.esqueceu {
	font-size: 10px;
	color: #00293d;
}

#saiba-mais {
	font-size: 12px;
	font-weight: bold;
	color: #00293d;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	height: 20px;
	width: 100px;
}

#saiba-mais a {
	color: #00293d;
}

#slider {
	float: left;
	height: 158px;
	width: 599px;
	position: relative;
	left: 10px;
}

img{border:none;}

/* Easy Slider */

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:599px;
		height:158px;
		overflow:hidden; 
		}	
			
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	float:left;
	position: relative;
	left: 720px;
	margin-top: -28px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
	/*float:left;*/
		height:30px;
	line-height:30px;
	/*border:1px solid #c30d11;*/
		background:#9a0f12;
	color:#fff;
	text-decoration:none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
		}
	ol#controls li.current a{
		background:#590709;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#banner-solicite {
	background-image: url(images/bg-banner-solicite.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 119px;
	width: 588px;
	position: relative;
	left: 10px;
	top: 10px;
}

#txt-banner1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	height: 57px;
	width: 136px;
	position: relative;
	top: 12px;
	left: 20px;
	float: left;
}

#txt-administramos1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	height: 20px;
	width: 200px;
	position: relative;
	top: 15px;
	right: 40px;
}

#txt-administramos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 20px;
	width: 240px;
	position: relative;
	clear: left;
	top: 30px;
	left: 40px;
}

#saiba-mais2 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	height: 20px;
	width: 90px;
	/*top: 10px;*/
	position: relative;
	top: 25px;
	right: 40px;
}

#saiba-mais2 a {
	color: #666666;
}

#saiba-mais3 {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 20px;
	width: 90px;
	position: relative;
	top: 15px;
	left: 270px;
}

#saiba-mais3 a {
	color: #666666;
}

.txt-azul {
	color: #00293d;
	font-size: 14px;
}

.txt-vermelho {
	color: #9b0e17;	
	font-size: 14px;
}

#txt-banner2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	height: 57px;
	width: 136px;
	position: relative;
	float: right;
	right: 20px;
	clear: right;
	top: 30px;
	*top: 0px;
}

#solicite {
	height: 28px;
	width: 246px;
	position: relative;
	left: 35px;
	top: 23px;
	/**left: 185px;
	*top: -33px;*/
	clear: right;
}

#segundavia {
	float: right;
	height: 119px;
	width: 207px;
	position: relative;
	left: 10px;
	top: 10px;
	padding-top: 11px;
	padding-left: 25px;
	background-image: url(images/bg-2via.gif);
	background-repeat: no-repeat;
}

#clique-boleto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b0e17;
	text-align: right;
	float: left;
	height: 20px;
	width: 150px;
	position: relative;
	clear: both;
	top: 20px;
}

#clique-boleto a {
	color: #9b0e17;
}

#classificados {
	background-image: url(images/bg-classificados.jpg);
	clear: both;
	float: left;
	height: 158px;
	width: 599px;
	position: relative;
	left: 10px;
	top: 10px;
	*top: 20px;
}

#bsdclassificados {
	float: left;
	position: relative;
	left: 10px;
	top: 10px;
}

#bsdclassificados-clique {
	float: right;
	position: relative;
	top: 55px;
	right: 22px;
}

#bsdnews {
	height: 158px;
	width: 196px;
	float: right;
	top: 10px;
	*top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #408080;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
}

#bsdnews a {
	color: #408080;
}

#news {
	height: 158px;
}

#rodape {
	background-color: #FFFFFF;
	background-image: url(images/bg-rodape.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 822px;
	clear: both;
	padding: 10px;
}

#endereco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	height: 34px;
	width: 500px;
	position: relative;
}

#secovi {
	float: right;
	height: 34px;
	width: 200px;
	position: relative;
}

#miolo {
	width: 795px;
	position: relative;
	left: 10px;
	min-height:450px;
	height:450px
}

html>body #miolo {
height: auto;
}

#bsdnet2 {
	background-color: #d9e4ec;
	float: left;
	height: 20px;
	width: 812px;
	padding: 5px;
	position: relative;
	left: 10px;
	*top: 10px;
}

#t-bsdnet2 {
	position: relative;
	height: 19px;
	width: 81px;
	float: left;
}

#form-bsdnet2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 770px;
	position: relative;
	color: #00293d;
	float: left;
}

#login2 {
	width: 80px;
	height: 14px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#senha2 {
	width: 80px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
}

#botao-form-bsdnet {
	height: 20px;
	width: 32px;
	position: relative;
	top: -2px;
}

.esqueceu {
	font-size: 10px;
	color: #00293d;
}

.saiba-mais4 {
	font-size: 11px;
	font-weight: bold;
	color: #00293d;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.saiba-mais a4 {
	color: #00293d;
}

#titulo-institucional {
	background-image: url(images/t-institucional.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-condominios {
	background-image: url(images/t-condominios.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-locacoes {
	background-image: url(images/t-locacoes.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-bsdnews {
	background-image: url(images/t-bsdnews.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-compra-e-venda {
	background-image: url(images/t-compra-e-venda.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-solicite {
	background-image: url(images/t-proposta.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-faleconosco {
	background-image: url(images/t-faleconosco.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-bsdnet {
	background-image: url(images/t-bsdnet.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-seguro-conteudo {
	background-image: url(images/t-seguro-conteudo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

#titulo-404 {
	background-image: url(images/t-404.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 822px;
	position: relative;
	top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00293d;
	position: relative;
	top: 110px;
	left: 15px;
	width: 350px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #940f12;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#subnavega {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	position: relative;
	top: 15px;
	left: 10px;
	width: 812px;
}

#subnavega a {
	color: #940f12;
}

#txt-conteudo {
	position: relative;
	width: 797px;
	left: 15px;
	top: 20px;
}

#txt-conteudo li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#txt-conteudo a {
	color: #000000;
}

#txt-propostas {
	position: relative;
	width: 797px;
	left: 15px;
	top: 20px;
}

#txt-propostas p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 24px;
	font-weight: bold;
	text-indent: 100px;
}

#txt-propostas a {
	color: #000000;
}

#sobe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #940f12;
	text-align: right;
	position: relative;
	top: 10px;
	right: 15px;
}

#sobe a {
	color: #940f12;
}

#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px dotted #999999;
}
