@charset "UTF-8";
/* CSS Document */



body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#ffffff;
	padding:0;
	_padding:0;
	*padding:0;
	margin:0;
	_margin:0;
	*margin:0;
	width:100%;
	min-width:100%;
}

html, body,{
	height: 100%;
	overflow:inherit;
	overflow-x:none;
	}

html .fixed-top /* IE6 position fixed Top */{
	position:absolute;
	bottom:0px;
	top:expression(eval(document.documentElement.scrollTop));
	height:auto;	
	}

img, div, a, input, bt { 
	behavior: url(iepngfix.htc);
}


#tudo{
	position: absolute;
	width:872px;
	height:auto;	
    left:50%;
	padding-bottom: 0px;
	margin-left:-436px; /* metade da largura fictícia */
	min-height:100%;
}


#header{
    width:872px;
	height:auto;
	background-image:url(../images/bk-menuIE.png);
	_background-image:url(../images/bk-menuIE.png);
	*background-image:url(../images/bk-menuIE.png);
	#background-image:url(../images/bk-menu.png);
	background-repeat:no-repeat;
	}
	

#testeira{
	width:872px;
	height:283px;
	margin-top:3px;
	background-repeat:no-repeat;
	padding-bottom:-5px;
}

#menu{
	width:752px;
	height:85px;
	margin-left:155px;
}

#container{
    width:872px;
	min-height:430px;
	margin-top:30px;
	margin-bottom:30px;
}

#cont1{
	width:320px;
	height:400px;
	float:left;
	margin-left:28px;
	padding-right:28px;
}

#cont2{
	width:160px;
	height:400px;
	float:right;	
	padding-left:28px;
	margin-right:28px;
	border-left-style:ridge;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	margin-bottom:30px;
}

#contnoticias{
	width:222px;
	height:400px;
	float:left;	
	border-left-style:ridge;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	padding-left:28px;
	margin-right:28px;	
}

#contbottom {
	width:64%;
	height:auto;
	margin:0 auto;	
/*
	border-top-style:ridge;
	border-top-color:#CCCCCC;
	border-top-width:1px;
*/
	padding: 10px 0 5px 0;
}

#cont2a{
	width:340px;
	height:auto;
	float:right;	
	margin-left:0px;
	margin-right:70px;
	border-left-style:ridge;
	border-left-color:#CCC;
	_border-left-color:#CCCCCC;
	*border-left-color:#CCCCCC;
	border-left-width:1px;
	padding-left:28px;	
	margin-top:53px;
	_margin-top:60px;
	*margin-top:60px;
	margin-bottom:60px;
}


#cont3{
    width:872px;
	height:auto;
	padding: 30px 30px 30px 30px;
}

#cont3a{
    width:150px;
	height:auto;
	float:left;
	margin-left:20px;
}

#cont3a1{
    width:150px;
	height:26px;
	float:left;
	margin-left:20px;
	margin-top:-20px;
}

#cont3b{
    width:560px;
	height:auto;
	float:left;
	padding: 0px 60px 30px 30px;
	_padding: 0px 60px 0px 30px;
	*padding: 0px 60px 0px 30px;
}

#cont3b a{
	color:#444444;
}

#footer{
	height:auto;
	width: 872px;
	position: absolute;
	bottom: 0 !important;
	bottom: -30px;
	background-image:url(../images/bk-footer.jpg);
	background-repeat:repeat-x;
	float:left;
	margin-top:10px;
}


.txtFooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align: right;
	color:#ccc;
	*color:#ccc;
	_color:#ccc;
	margin-right:5px;
	margin-top:10px;
	*margin-top:10px;
	_margin-top:10px;
}

#titBemvindo{
	width:320px;
	margin-bottom:10px;	
	font-family: 'Open Sans Condensed', serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	text-shadow: 2px 2px 2px #927549;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color:#593520;
}

.txt{
	margin-top:10px;	
}

a {
	color:#ccc;
	*color:#ccc;
	_color:#ccc;
	text-decoration: none;
}


p{
	color:#444444;	
}

.bemvindo{
	color:#963;
	float: left;
	margin-right:20px;
}

.bemvindo:hover{
	color:#666;	
}

.errata{
	font-size:10px;
	
}

.titInterno{
	margin-top:-6px;	
}


/* formatacao contato */

.camposForm {
	width: 290px;	
	padding:5px 0px 5px 5px;
	margin-bottom:5px;
	font: 10px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ccc;
	border: 0px;
	vertical-align: baseline;
}

.titmensagem {
	color:#666;
	font-size:12px;
}


.estilotextarea {
	background-color:#ccc;
	border:0px;
	padding:5px 0px 0px 0px;
	width:295px;
	color: #666;
}


.botaoForm{
	background:url(../images/bt-enviar.png) left no-repeat;
	border: none;
	width:51px;
	height:21px;
	float:right;
	margin-right:35px;
	margin-top:15px;
		_margin-top:15px;
		*margin-top:15px;
}

.botaoForm:hover{
	background:url(../images/bt-enviar-hover.png) left no-repeat;
	border: none;
	width:51px;
	height:21px;
	float:right;
	margin-right:35px;

}


#mapa{
	width:290px;
	height:116px;
	margin-top:20px;
	border:3px solid  #999;
}

#likendin{
	float:right;
    width:872px;
	height:27px;
	margin-top:20px;
	margin-bottom:30px;
	_margin-bottom:40px;
	*margin-bottom:40px;	
}

/*by FARPA */

#noticias {
	width:222px;
	height:400px;
	float:left;	
	border-left-style:ridge;
	border-left-color:#CCCCCC;
	border-left-width:1px;
	padding-left:28px;
	margin-right:28px;	
}

#noticias a:link {text-decoration:none; color: #444;}    /* unvisited link */
#noticias a:visited {text-decoration:none; color: #963;} /* visited link */
#noticias a:hover {text-decoration:none; color: #444;}   /* mouse over link */
#noticias a:active {text-decoration:none; color: #CCC;}  /* selected link */

.clear {
	clear:both;
}

#photoframe{
	-webkit-box-shadow: 4px 4px 10px #AAAAAA;
	-moz-box-shadow: 4px 4px 10px #AAAAAA;
	box-shadow: 4px 4px 10px #AAAAAA;
	border: 4px solid #FFFFFF;
}

#photoframe a:link img, a:visited img, a:hover img, a:active img{
	border-style:none;
}


#socialicon img{
	float:left;
	padding-left:16px;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));

}

#socialicon a:link img, a:visited img, a:hover img, a:active img{
	border-style:none;
}

