/* estrutura */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, option,
form, label, textarea, table, caption,
tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: 'trebuchet MS';
	vertical-align: baseline;
	color: #fff;
	float: left;
	text-align: left;;
}
:focus{
	outline: 0;
}
html{
	width: 100%;
}
body{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-repeat: repeat;
	background-position: top left;
	background-image: url("../imagens/bgList.png");
	background-color: #000;
	line-height: 1.2;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	float: none;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
br, strong{
	float: none;
	color: inherit;
}
strong{
	font-weight: bold;
}
em{
	float: none;
	font-style: italic;
}
.right{
	float: right;
}
.none{
	float: none;
	text-decoration: none;
}
.hidden{
	display: none;
}
/*estrutura*/
.global{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.agrupaSite {
	width: 1000px;
	margin: 0 auto;
	float: none;
}
.bgInterna {
	background-repeat: no-repeat;
	background-color: #000;
	background-position: 0px 158px;
}
.agrupaTopo {
	width: 1000px;
	height: 158px; /*temporário*/
	background-color: #FFF;
	position: relative;
}
.agrupaMenu {
	width: 165px;
	margin-left: 75px;
	display: inline;
	padding-top: 35px;
}
.agrupaLateralMenu {
	width: 758px;
	padding-top: 35px;
}
.agrupaFlashBanner {
	width: 856px;
	padding: 30px 72px 0px 72px;
}
.posicionaLogotipo {
	padding-left:93px;
	position:absolute;
	top: 1px;
}
.msgSistema {
	width: 800px;
	padding-bottom: 10px;
}
.error_message{
	width: 720px;
	color: #FFF;
	padding-left: 83px;
}
.success_message{
	width: 720px;
	color: #0F0;
	padding-left: 83px;
}
.update {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
/**/
.rodapeSisdado{
	padding: 10px 0;
	width: 920px;
}
.logoSisdado{
	float: right;
}
.linkSisdado{
	width: 57px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("../imagens/logoSisdado.png");
}
.linkSisdado:hover{
	background-position: left center;
}

.agrupaRedes {
	float: right;
	padding-right: 30px;
}

.itemRedeSocial {
	padding-left: 10px;
}

.agrupaDepoimentos {
	width: 856px;
	padding: 30px 72px 0px 72px;
}
.depoimento {
	width: 812px;
	padding: 10px 20px;
	margin-top: 10px;
	border-left: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

ul.marquee{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 812px;
	height: 26px;
}
ul.marquee li{
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	color: #FFF;
	font-size: 14px;
	padding: 3px 5px;
}

.agrupaBotaoEscreverDepoimento {
	padding: 10px 0 0 0;
	width: 159px;
	height: 28px;
	float: right;
}

.btEscreverDepoimento {
	width: 156px;
	height: 28px;
	background-image: url("../imagens/btEscrever.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
.btEscreverDepoimento:hover {
	background-position: bottom left;
}
.flashTodos{
	position: absolute;
}
.new-top {
	width: 100%;
	background-image: url(../imagens/bg-topo.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 327px;
}
.new-top .logo{
	position: absolute;
	top: 200px;
	margin-left: 93px;
}