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, div, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {	text-decoration: none; }
a:hover { text-decoration: underline; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr { display: none; }

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999; }
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99997; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99997; }
.modal { visibility: hidden; cursor: pointer; }

#activity {
	position: absolute;
	z-index: 99999;
	top: 200px;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	color: #000;
	background: #FFF url(../img/activity-indicator.gif) no-repeat right center;
	border: 2px solid #BBB;
	text-align: right;
	padding: 5px 126px 5px 5px;
}
#activity.disabled {
	display: none;
	visibility: hidden;
}

#accessJumperMenu {
	display: none;
	position: absolute;
	top: -150px;
}

.crop {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

body {
	text-align: center;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	background: #FFF url(../img/layout/bg_topo.png) repeat-x top center;
	color: #4F4F4F;
}

#header {
	height: 166px;
	overflow: hidden;
	cursor: default;
}
#header h1 {
	display: inline;
	float: left;
	background: url(../img/layout/logo.png) no-repeat !important;
	background: url(../img/layout/logo.gif) no-repeat;
	width: 425px;
	height: 98px;
	margin-top: 10px;
}
#header h1 a {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	height: 98px;
}
#header .fone-topo {
	float: right; display: inline;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/layout/fone_topo.png) no-repeat;
	width: 306px;
	height: 45px;
	margin-top: 60px;
	margin-right: -191px;
}
#header .bt-area-restrita a.area-restrita {
	float: right; display: inline;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/layout/bt_area_restrita.png);
	width: 191px;
	height: 33px;
}
#header .bt-area-restrita a.twitter {
	float: right; display: inline;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/layout/twitter.png);
	width: 32px;
	height: 32px;
	margin: 2px 5px 0 0;
}
#nav {
	display: inline;
	float: left;
	width: 980px;
	height: 68px;
	margin-top: 24px;
}
#nav li {
	float: left;
	display: inline;
	height: 38px;
}
#nav li a {
	float: left; display: inline;
	text-indent: -9999px;
	overflow: hidden;
	height: 33px;
	background: url(../img/layout/menu.png);
}

#nav li.capa a { background-position: 0 0; width: 104px; }
#nav li.empresa a { background-position: -104px 0; width: 120px; }
#nav li.servicos a { background-position: -224px 0; width: 117px; }
#nav li.noticias a { background-position: -341px 0; width: 115px; }
#nav li.contato a { background-position: -456px 0; width: 115px; }
#nav li.ouvidoria a { background-position: -571px 0; width: 122px; }

#nav li.capa a:hover { background-position: 0 -33px; width: 104px; }
#nav li.empresa a:hover { background-position: -104px -33px; width: 120px; }
#nav li.servicos a:hover { background-position: -224px -33px; width: 117px; }
#nav li.noticias a:hover { background-position: -341px -33px; width: 115px; }
#nav li.contato a:hover { background-position: -456px -33px; width: 115px; }
#nav li.ouvidoria a:hover { background-position: -571px -33px; width: 122px; }

#content {
	padding: 20px 10px;
	padding-bottom: 40px;
	min-height: 425px;
	color: #4F4F4F;
	background: #FFF;
}
#content div.hr {
	display: block;
	height: 1px;
	border-bottom: 1px solid #EEE;
	color: #FFF;
	clear: both;
	margin: 0 0 19px;
	padding-top: 19px;
	overflow: hidden;
}
#content div.paging {
	color: #333;
	padding: 25px 0 16px;
	text-align: center;
	cursor: default;
	font-size: 11px;
	line-height: 18px;
	clear: both;
}
#content div.paging span.disabled {
	color: #CCC;
	display: none;
}
#content div.paging span.current,
#content div.paging a {
	background: #727272;
	color: #FFF;
	font-weight: bold;
	padding: 4px 6px;
	margin: 0 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#content div.paging a:hover { background: #3054af; }
#content div.paging span.current {
	background: #cbcbcb;
}
#content a.bt-voltar {
	display: inline-block;
	clear: both;
	margin: 15px 0 6px;
	color: #181163;
}

#content h2 {
	font-size: 32px;
	font-weight: normal;
	color: #181163;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

#footer {
	background: url(../img/layout/bg_rodape.png) repeat-x;
	color: #FFFFFF;
	height: 119px;
	overflow: hidden;
	cursor: default;
}
#footer div.crop {
	width: 980px;
	padding: 15px 10px 0;
	height: 112px;
}
#footer div.crop div em {
	font-weight: bold;
	font-style: normal;
}
#footer div.crop div a {
	color: #ffffff;
}
#footer address {
	display: inline;
	float: left;
	font-style: normal;
	line-height: 21px;
	width: 48%;
	
}
#footer p.dev {
	display: inline;
	float: right;
	line-height: 21px;
	text-align: right;
	width: 48%;
	margin-top: 40px;
}
#footer p.dev { color: #ffffff; }
#footer p.dev a { color: #ffffff; font-weight: bold; }
#footer div.crop strong {
	margin-top: 10px;
	display: block;
	color: #ffffff;
}
#footer .crop div { 
	float: left; display: inline;
	width: 980px;
}

/* MSG */
#flashMessage {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	border-bottom: 3px solid #474baa;
	color: #F7F7F7;
	background: #383c9e;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}