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

html {
	height:100%;
	background-image:url(../imagens/fundogeral.jpg);
}
 
body {
	height:100%;
	margin:0; 
	padding:0;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	background-repeat:repeat-x;
	background-image:url(../imagens/barrasuperior.png);
}
	
#tudo { 
	width:950px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
	background-repeat:repeat-y;
	background-image:url(../imagens/fundotudo.png);
}

* html #tudo {height: 100%;}

#topo {
	width:950px;
	height:157px;
	text-align:center;
	background-image:url(../imagens/barrasuperior.png);
}

#principal {
	width:675px;
	float:right;
	padding:20px;
	margin:0 0 0 0;
	height:auto;
	min-height:640px;
	background-image:url(../imagens/conteudofundo.jpg);
}

#conteudo{
}

#leftbar {
	float:left;
	width:235px;
	text-align:center;
	margin:0 0 0 0;
	padding-top:50px;
}

#menu{
	width:214px;
	height:280px;
	text-align:left;
	padding-top:7px;
	padding-left:0px;
	margin:0px 10px 0px 5px;
	/*background-repeat:no-repeat;
	background-image:url(../imagens/menu.png);*/
}
#menulocalizacao{
	width:200px;
	height:50px;
	text-align:left;
	padding-top:7px;
	padding-left:0px;
	margin:0px 10px 0px 5px;
	/*background-repeat:no-repeat;
	background-image:url(../imagens/menu.png);*/
}

#destaques{
	width:234px;
	height:243px;
	margin:10px 10px 10px -5px;
	/*background-repeat:no-repeat;
	background-image:url(../imagens/banner2.png);*/
}

#rodape {
	background:#b0f1b0;
	width:100%;
	height:0px;
	position: absolute;
	bottom: 0;  
	color:#FFFFFF;
	font-size:10px;
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	background-image:url(../imagens/barrainferior.png);
	display:none;
}

#rodape a{
	color:#FFFFFF;
	font-size:9px;
	text-decoration:none;
}

#base{
	width:100%;
	height:44px;
	bottom:0;  
	background-image:url(../imagens/barrainferior.png);
	z-index:-1;
	color:#FFFFFF;
}

#base a{
	color:#FFFFFF;
	font-size:9px;
	text-decoration:none;
	font-weight:normal;
}

#logo{
	top:0px;
	left:-10px;
	width:237px;
	height:195px;
	position:absolute;
	border:solid 0px #000000;
	/*background-repeat:no-repeat;
	background-image:url(../imagens/logomarca.png);*/
} 

#banner{
	top:12px;
	left:224px;
	width:512px;
	height:131px;
	position:absolute;
} 

#fotos{
	top:0px;
	left:680px;
	width:345px;
	height:240px;
	position:absolute;
	border:solid 0px #000000;
	/*background-repeat:no-repeat;
	background-image:url(../imagens/flashfotos.png);*/
}

#navegacao{
	margin:0px;
	padding:0px;
	list-style:none;
}

#navegacao a{
	color:#755038;
	text-decoration:none;
	font-weight:bold;
}

#navegacao a:hover{
	color:#077035;
	text-decoration:none;
	font-weight:bold;
}


a:link{
	color:#077035;
	font-weight:bold;
	text-decoration:none;
}

a:active{
	color:#077035;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color:#077035;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#755038;
	font-weight:bold;
	text-decoration:none;
}

h1{
	margin:0px;
	padding:0px;
}

h2{
	margin:0px;
	padding:0px;
	color:#755038;
}

h3{
	margin:0px;
	padding:0px;
	color:#755038;
}

h4{
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

.ondeestou{
	color:#000000;	
}

.ondeestou a{
	color:#077035;
	font-weight:bold;
	text-decoration:none;
}

.linkbranco{
	color:#FFFFFF;	
}

.linkbranco a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.linkbranco a:active{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.linkbranco a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.linkbranco a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}