body {
	font-size: 86%;
	text-align: center;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
	color: #000000;
	background: #0C396C;
}

em { color: #333; }

hr { margin: 3px 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet Ms, Arial,Tahoma,Sans-Serif;
	font-weight: normal;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.5em;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	text-align: left;
	margin-top: 1em;
}

h3 {
	font-size: 1.2em;
	text-align: center;
}

h4,
dl dt {
 	font-size: 1.1em !important;
	text-align: left;
	min-height: 15px;
	margin-bottom: .5em;
	padding-bottom: .3em;
	border-bottom: 1px solid #EEE;
}

	h4 a,
	dl dt a {
		display: block;
		font-weight: bold;
		text-decoration: none;
		width: 75%;
	}

	h4 em,
	dl dt em {
		float: right;
		font-weight: normal;
		font-size: 0.7em;
		line-height: 17px;
		margin-top: -15px;
	}

h5 {
	text-align: left;
 	font-size: 1em;
}

.bottom {
	margin-bottom: 0 !important;
}

a:link,
a:visited,
a:hover {
	color: #000;
	background-position: left center;
	background-repeat: no-repeat;
}

a:hover { color: #FFAA00 !important; }

div#header,
div#header div {
	height: 259px;
}

div#header form#search {
	position: absolute;
	right: 16px;
	top: 17px;
	width: 218px;
	height: 32px;
}

div#header form#search fieldset {
	position: relative;
	top: 0;
	right: 0;
	border: none;
	width: auto;
	height: 32px;
	background: transparent url(../imagens/bg/bg_search.png) 0 -3px;
}

div#header form#search fieldset input.iText {
	position: absolute;
	top: 0;
	left: 4px;
	width: 176px;
	height: 20px;
	border-color: #CCC;
	padding-right: 25px;
	-moz-border-radius: 3px;
}

div#header form#search fieldset input.btSearch {
	position: absolute;
	top: 3px;
	right: 11px;
	width: 22px;
	height: 22px;
}

div#header_logo {
	background: url(../imagens/header/topo_logo.png) 3% top no-repeat;
}

div#header_texto {
	background: url(../imagens/header/topo_texto.png) 67% center no-repeat;
}

div#header_mask_m {
	background: url(../imagens/header/topo_mask_m.png) 0 0 repeat-x;
}

div#header_mask_l {
	background: url(../imagens/header/topo_mask_l.png) 0 0 no-repeat;
}

div#header_mask_r {
	background: url(../imagens/header/topo_mask_r.png) right top no-repeat;
}

div.container {
	width: 778px;
	background-color: transparent;
	margin: 0 auto;
}

div.shadowLeft {
	background: #FFF url(../imagens/header/shadow_l.png) 0 0 repeat-y;
}

div.shadowRight {
	background: url(../imagens/header/shadow_r.png) right top repeat-y;
}

div#footer,
div#footer div { height: 50px; }

div#footer {
	background: transparent url(../imagens/header/footer_b.png) repeat-x;
}

div#footer div.lCorner {
	background: transparent url(../imagens/header/footer_l.png) 0 0 no-repeat;
	height: 40px;
	
}

div#footer div.rCorner {
	background: transparent url(../imagens/header/footer_r.png) right top no-repeat;
}

address {/*After*/
	line-height: 1.1em;
	margin: 5px 30px 0;
	text-align: center;
	height: 27px;
	clear: both;
}

strong.arrow {
	color: #FFAA00 !important;
}

strong {
	font-weight: bold;
}

.note,
blockquote {
	clear: both;
	padding: 4px;
	margin: 10px 0 0;
	text-align: left;
	border: none !important;
	background-color: #48B0CE !important;
	-moz-border-radius: 2px;
}

.note p { color: #FFF; }
.note h4 { color: #FFF; }

blockquote {
	color: #FFF;
	margin-left: 50px;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 30px;
	text-align: justify;
	background: url(../imagens/bg/bg_aspas.gif) no-repeat 8px 8px;
}

div#pageContent {
	padding: 0 20px;
}

div.col-1,
div.col-2 {
	float: left;
}

/* para os boxes da index */
div#pageContent div.col-1 div.dataBox.left div.col-1 {
	min-width: 80px;
	width: 15%;
}

div#pageContent div.col-1 div.dataBox.left div.col-2 {
	width: 83%;
}

div#pageContent div.col-1 div.dataBox.left.short1 div.col-1 {
	min-width: 80px;
	width: 15%;
}

div#pageContent div.col-1 div.dataBox.left.short1 div.col-2 {
	width: 75%;
}

div#pageContent div.col-1 {
	width: 78%;
}

div#pageContent div.col-2 {
	width: 20%;
	padding-left: 7px;
	float: right !important;
	border-left: thin dotted #DDD;
}

div#pageContent div.col-1 div.col-1 {
	width: 65%;
	text-align: center;
}

div#pageContent div.col-1 div.col-2 {
	width: 35%;
	border-left: 0;
	padding: 0;
}

div#pageContent div.col-1 div.groupBox div.col-1 {
	width: 25%;
	text-align: center;
}

div#pageContent div.col-1 div.groupBox div.col-2 {
	width: 75%;
}


/*----------------------------------------------------------------------
	Persistent 
------------------------------------------------------------------------*/
.hide {
	display: none;
}

.show {
	display: block;
}

.lastItem {
	border-width: 0 !important;
}

div.row {/*After*/
	width: auto;
	height: 1%;
	clear: both; /* analisar pois e pseudo elemento criado (:after) tamb�m tem clear:both. */
	padding: 3px 0 2px;
}

div.row img { vertical-align: top; }

p {
	text-indent: 45px !important;
	text-align: justify;
	padding: 2px;
	margin: 5px 0;
	line-height: 1.2em;
}

div#content p:first-letter {
	font-size: 1.3em;
}

p.descricao {
	text-indent: 0 !important;
}

p.detail {
	text-indent: 0 !important;
	padding-left: 110px;
}

p.right {
	text-align: right;
	margin-top: 10px;
}

p.data {
	text-indent: 0 !important;
}

p.data:first-letter,
p.right:first-letter {
	font-size: inherit !important;
	*font-size: 1.0em !important;
	_font-size: 1.0em !important;
}

/*----------------------------------------------------------------------
	Section Title
------------------------------------------------------------------------*/
h3 a {
	display: block;
	_width: 100%;
	_cursor: hand;
	color: #FFF !important;
	text-decoration: none;
}

h3 a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.xSectionTitle,
.sectionTitle {
	display: block;
	position: relative;
	z-index: 0;
	margin-bottom: 0 !important;
	line-height: 30px;
	height: 30px;
	color: #FFF;
	padding: 0 7px;
	background: #0077B3 url(../imagens/fundo_chapeu.png) repeat-x;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
}

.xSectionTitle { text-align: right; }
.sectionTitle { text-align: left; }

h1.title {
	position: relative;
	z-index: 1;
	text-align: left;
	border-bottom: 3px solid #FFAA00;
	margin-bottom: 0;
}

h1.title span.img {
	position: absolute;
	top: -10px;
	right: 0;
	width: 70px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: right;
}

.icone {
	position: absolute;
	top: -10px;
	background: none;
	border: none;
	outline: 0;
	padding: 0;
}

.sectionTitle .icone { right: 5px; }
.xSectionTitle .icone { left: 7px; }

span.agenda {
	width: 39px;
	height: 40px;
	background: transparent url(../imagens/icon/date.png);
}

span.news {
	width: 44px;
	height: 40px;
	background: transparent url(../imagens/icon/news.png);
}

span.estudo {
	width: 34px;
	height: 40px;
	background: transparent url(../imagens/icon/estudo.png);
}

span.foto {
	width: 47px;
	height: 40px;
	background: transparent url(../imagens/icon/foto.png);
}

span.video {
	width: 48px;
	height: 40px;
	background: transparent url(../imagens/icon/video.png);
}

h4.titleFloat { position: relative }
h4.titleFloat a {
	font-size: .8em !important;
	text-decoration: underline;
}
h4.titleFloat span {
	position: absolute;
	top: 0;
	right: 0;
}

div.boxFoto {
	float: left;
	width: 150px;
	margin: 5px;
}

div.dataBox {/*After*/
	width: auto;
	min-height: 80px;
	padding: 5px;
	text-align: justify;
	border: 1px solid #DDD;
	background: #F9F9F9;
	margin-bottom: 10px;
	-moz-border-radius-bottomleft : 3px;
	-moz-border-radius-bottomright : 3px;
}

div.dataBox.short1 {
	min-height: 170px;
	max-height: 170px;
}

div.dataBox img {
	margin: 0 5px 0 0;
}

div.dataBox.noDate h4 a {
	display: inline;
	font-weight: bold;
	margin-right: 0;
}

div.dataBox.noDate h4 {
	height: auto;
}


div.dataBox ul {
	width: 100%;
}

div.dataBox ul li h5 {
	font-weight: bold;
}

div.dataBox ul li div,
div.dataBox ul li {
	min-height: 50px;
}

div.dataBox ul li {
	margin-top: 15px;
}

div.dataBox ul li.top {
	margin-top: 0;
}

div.dataBox div.dataBox {
	padding: 5px;
	margin: 3px;
	background: #FFF;
}
.bold {
	font-weight: bold !important;
}

ul.newsticker li {
	height: 133px;
	overflow: auto;
}
/*----------------------------------------------------------------------
	Processing 
------------------------------------------------------------------------*/

div#processing {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border: 1px solid #000;
	padding: 7px;
	background: #FFF;
}

/*----------------------------------------------------------------------
	Data BOXES 
------------------------------------------------------------------------*/
div.boxFloat {
	width: 150px;
	float: right;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

ul.avisos li {
	text-align: left;
}

div.groupBox {
	text-align: justify;
	min-height: 500px;
}

div.groupBox div.groupBox {
	background: #F9F9F9;
	padding: 7px;
	border: 1px solid #CCC;
	margin-bottom: 0;
}
/*----------------------------------------------------------------------
	Estudos 
------------------------------------------------------------------------*/
div#content ol {
	margin-left: 50px;
}
div#content h3 {
	text-align: center;
	margin-top: 15px;
}

div#content h4 {
	margin-bottom: 10px;
}
div.controlBar {/*After*/
	border: 1px solid #AAA;
	margin-bottom: 15px;
	padding: 5px;
	height: 20px;
	line-height: 20px;
}
div.controlBar a,
div.controlBar a:link,
div.controlBar a:hover,
div.controlBar a:active {
	background-image: none !important;
	padding-left: 0 !important;
	font-weight: bold;
}

div.controlBar ul {
	float: right;
}

div.controlBar ul li {
	float: left;
}
/*tamanho das fontes dos estudos*/
.pq, .md, .gr {
	line-height: 15px;
}

.pq,
div.pq p { font-size: 1.0em !important; }
div.pq h2 { font-size: 1.5em !important; }
div.pq h3 { font-size: 1.3em !important; }

.md,
div.md p { font-size: 1.2em !important;}
div.md h2 { font-size: 1.7em !important; }
div.md h3 { font-size: 1.6em !important; }

.gr,
div.gr p { font-size: 1.4em !important; }
div.gr h2 { font-size: 1.9em !important; }
div.gr h3 { font-size: 1.8em !important; }

.info, .warn, .error {
	height:1%;
}
.warn {
	background-color:#FFFFD8;
	background-image:url(../imagens/ico_warn.gif);
	border:1px solid #B3B300;
}
.error {
	background-color:#FFD8D8;
	background-image:url(../imagens/ico_error.gif);
	border:1px solid #B30000;
}
.info {
	background-color:#D8FFD8;
	background-image: url(../imagens/ico_info.gif);
	border: 1px solid #00B300;
}
.info, .warn, .error {
	background-position:4px 3px;
	background-repeat:no-repeat;
	display:block;
	margin-bottom:0.5em;
	padding:6px 7px 7px 28px;
	text-align:left;
}
.noMargin {
	margin: 0 !important;
	padding: 0 !important;
}
/* LISTAS*/
ol li {
	text-align: left;
	margin: 7px 20px;
	padding: 5px;
	list-style-type: decimal;
}

ul, li {
	list-style-type: none;
}

ul.list li {
	min-height: 8px !important;
}

ul.bullet,
ul.bullet li {
	margin-left: 5px;
	text-align: left;
	list-style-type: disc;
}

ul.bullet li {
	margin: 0;
	min-height: 10px !important;
	height: 10px !important;
}

a.bullet:link,
a.bullet:hover,
a.bullet:active,
a.bullet:visited {
	padding-left: 0;
	background-image: url(../imagens/bullet.gif);
}

p.centerPhoto {
	margin: 0 auto;
	text-align: center;
}
dl.simple {
	background: #EEE;
	padding: 10px;
}

dl.simple dt,
dl.simple dd {
	border: none;
	margin: 0;
	padding: 0;
}

dl.simple dt {
	margin: 4px 0;
}

dl {
	text-align: left;
}
dl dt {
	font-family: Trebuchet Ms,Arial,Tahoma,Sans-Serif;
	padding: 0 0 4px 0;
	font-weight: bold;
}

dl dd {
	margin-bottom: 20px;
	margin-left: 0;
	padding: 5px 0;
}

/* GALERIA */
ul.photoGal {
	padding-left: -10px;
}
ul.photoGal li {
	float: left;
	width: 115px;
	height: 80px;
	margin: 28px;
	_margin: 20px;
	text-align: center;
	_font-size: .8em;
}

div.container div.gal div.row div.col-1,
div.container div.gal div.row div.col-2 {
	width: 200px !important;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

.center {
	text-align: center;
}
img.noBorder {
	float: left;
	border: none;
	background: #FFF;
	padding: 0;
}
img {
	margin: 0 5px;
	border: 1px solid #BBB;
	background: #FFF;
	padding: 4px;
	-moz-border-radius : 3px;
}



/* REDES */
ul.fastView {
	width: 150px;
	background: #FFF;
	overflow: hidden;
	float: left;
	padding-left: 7px;
	margin-bottom: 10px;
}
ul.fastView li {
	width: 100%;
	float: left;
	text-align: left;
}
ul.fastView li a.button {
	display: block;
	height: 36px;
	line-height: 36px;
	background-image: url(../imagens/icon/icons.gif) !important;
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 5px 50px;
	
}
ul.fastView li a.button:hover {
	background-color: #EEE;
}
ul.fastView li a.est {
	background-position: 0 0;
}
ul.fastView li a.gal {
	background-position: 0 -44px;
}
ul.fastView li a.mat {
	background-position: 0 -88px;
}

div.dataBox:after,
div.dataBox div.col-1:after,
div.dataBox div.col-2:after,
div.dataBox ul:after,
div.dataBox ul li:after,
dd:after,
address:after,
div:after,
span:after,
h3.sectionTitle:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
