/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/fundo_site.jpg) repeat-x #666666;



}

.titulo_home {
 	text-decoration : none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}


.detalhes_home {
 	text-decoration : none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color:#666666;
}

.formulario {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	color: #003399;
	border: 1px inset #009933;
}
td {
	TEXT-DECORATION: none; 
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-style: normal; 
	color: #000033
	}
	


#tie {
	background-image: url(../images/escrito.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0;
	position: absolute;
	top: 0;
	width: 254px;
	height: 1600px;
	z-index: 1;
	left: 0;
	}


#conteudo {
	position: absolute;

	z-index: 1;
	position: static;
	height: auto;
	width: 766px;
	}
.borda-fotos {
	border: 1px solid #FFFFFF;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.borda-base {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


/*-------------------------------
   O fundo escurecido do banner
--------------------------------*/
#floatBannerFundo {
z-index:10;
width:100%; 
height:200%; 
position: absolute; 
top:0; 
left:0; 
background-color:#000; 
filter:alpha(opacity=80); 
opacity: .8;
-moz-opacity: .8;
text-align:center;
}

/*----------
   O banner
-----------*/
#floatBanner {
z-index:1021;
width:98%;
position: absolute;
margin-top:100px;
text-align:center; 
}
#floatBanner .banner {
width:400px; 
margin-left:auto; 
margin-right:auto; 
} 
