@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image: url(../img/geral/bg_geral.png); background-repeat: repeat; background-size: cover;
}
* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	word-wrap: break-word;
	outline: none;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	border:none;
}
.clear {
	clear:both;
}
.div_1k {
	width: 1000px;
	position: relative;
}
#container_geral {
	width:100%;
	position: relative;
}
.transparencia {
	-webkit-transition: -webkit-filter 0.5s;
	transition: opacity 0.5s;
}
.transparencia {
	opacity: .15;
	-moz-opacity: .15;
	filter:alpha(opacity=15);
}
.transparencia:hover {
	opacity: .99;
	-moz-opacity: .99;
	filter:alpha(opacity=99);
}
/* borda banner - Início */
#borda_banner { background-color: #5777AA; position: relative; z-index: -3; border: solid 3px #28338C; padding: 5px; width: 850px; }
/* borda banner - Fim */
