@charset "utf-8";
body {
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-color: #F6F7F9;
}
#site{
padding:0 auto;
margin:0 auto;
}
#geral{
	position: absolute;
	top: 20px;
	padding:0 auto;
	margin:0 auto;
	width:1000px;
	height:90%; /* works only if parent container is assigned a height value */
	min-height:590px;
	max-height:300px;
	color:#333;
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	left: 50%;
	margin-left:-500px;

}
#menu{
	float:left;
	width:200px;
	padding-left: 10px;
}
#cabecalho{
height:170px;
}
#map{
	top: 100px;
	padding:0 auto;
	margin:0 auto;
	width:780px;
	height:70%; /* works only if parent container is assigned a height value */
	color:#333;
	background:#CCCCCC;
	border:1px solid #E0E0E0;
	left: 225px;
	float:right;
}
#site #geral #cabecalho #logotipo {
	width: 200px;
	float: left;
	height: 135px;
	background-image:url(../imagens/logo2.jpg);
	background-repeat:no-repeat;
}
#site #geral #cabecalho #menu_topo {
	height: 25px;
	background-color: #e9ebeb;
	border-bottom:1px solid #cccccc;
}
#site #geral #cabecalho #banners {
	float: right;
	width: 770px;
	padding-right: 20px;
	height: 0px;
}
#site #geral #cabecalho #close {
	clear: both;
	
}
#geral #rodape {
	clear: both;
	position: relative;
}
#site #geral #central #close {
	clear: both;
}
.foto_balao{
float:left;
margin:10px;
border:1px solid silver;
}
#balao h1{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0:
}
#balao{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

}

