*{
	margin:0px;
	padding:0px;
}

img{border:none;}
a {text-decoration:none;}

body {
	background-image:url("../imgs/bg_body.jpg");
	background-repeat:repeat-x;
	color:#666666;
}

/*POP UPS*/

#fundo_escuro {
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.5;
	z-index:10;
	filter:alpha(opacity=50);
	top:0px;
	left:0px;
}
.popup {
	display:block;
	position:absolute;
	z-index:11;
	width:100%;
	top:0px;
	left:0px;
}

#MapaGoogle .janela {
	width:640px;
	height:auto;
	border:#08b88b solid 2px;
	margin:auto;
	margin-top:50px;
	background-color:white;
}

#MapaGoogle #fecharMapa {
	display:block;
	background-color:#08b88b;
	text-align:right;
	width:auto;
	padding-right:1em;
	height:2em;
	line-height:2em;
	font-size:10px;
}

#MapaGoogle #fecharMapa a {
	color:white;
	text-decoration:none;
}

/*POP UPS*/

#pagina {
	margin:0px auto;
	width:900px;
	min-height:300px;
	background-color:white;
}
#head {
	background-image:url("../imgs/bg_head.jpg");
	background-repeat:repeat-x;
	position:relative;
	height:97px;
	font-family:'Trebuchet MS';
}
#head .bandeira {
	position:absolute;
	right:-22px;
	top:20px;
}
#head .logo {
	padding-top:10px;
	margin-left:20px;
}
#head .login {
	position:absolute;
	top:10px;
	right:30px;
	font-size:11px;
}
#head .login a {
	background-image:url("../imgs/bt_login.png");
	background-repeat:no-repeat;
	width:67px;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-left:5px;
	display:inline-block;
	color:white;
}
#head .menu {
	position:absolute;
	top:65px;
	right:20px;
}
#head .menu a {
	height:25px;
	font-size:14px;
	color:#999999;
	display:inline-block;
	position:relative;
	margin:0px 5px;
	padding:0px 10px;
	line-height:25px;
}
#head .menu a span {
	display:block;
	position:absolute;
	top:0px;
	background-repeat:no-repeat;
	width:5px;
	height:25px;
}
#head .menu a span.left {
	background-image:url("../imgs/border_left.png");
	left:-2px;
}
#head .menu a span.right {
	background-image:url("../imgs/border_right.png");
	right:-2px;
}
#head .menu a.ativo {
	background-image:url("../imgs/bg_amenu.jpg");
	background-repeat:repeat-x;
	color:white;
}
#container {
	background-image:url("../imgs/bg_container.jpg");
	background-repeat:repeat-x;
	font-size:12px;
	min-height:300px;
}
#flash {height:248px;}

#rodape {
	background-image:url("../imgs/bgrodape.jpg");
	background-repeat:repeat-x;
	height:41px;
	font-family:arial;
	font-size:11px;
	line-height:41px;
	color:white;
	position:relative;
	bottom:0px;
	padding:0px 20px;
}
#rodape .left {
	position:absolute;
	left:0px;
	top:0px;
}
#rodape .right {
	position:absolute;
	right:0px;
	top:0px;
}
#rodape strong {
	border-right:solid 1px white;
	padding-right:5px;
}
#rodape .contato {
	float:left;
}
#rodape .contato a {
	border-left:solid 1px white;
	padding-left:5px;
	color:white;
	text-decoration:underline;
}
#rodape .contato em {
	border-right:solid 1px white;
	padding-right:5px;
}
#rodape .rede {
	float:right;
}
#rodape .rede a img {
	vertical-align:middle;
}
.suagencia {text-align:right;margin-right:10px;margin-top:5px;margin-bottom:10px;}
