@charset "UTF-8";
/* CSS Document */
html {
	top:0;
	height: 100%;
	margin:0 auto;
	padding:0;
	overflow:scroll;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: #383838;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #0066CC;
	outline: none; /* hide dotted outline in Firefox */
	cursor: pointer;
}

a:hover, a:focus{
	text-decoration: underline;
	color: #0066CC;
	outline: none; /* hide dotted outline in Firefox */
	cursor: pointer;
}

a img, img {
	border: 0 none;
}

p {
	margin: 4px 0px; 
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
	margin-top:-0.05em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1, h3, h4, h5, h6 {
	color: #383838;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	/*font-size: 20px;*/
	line-height: 36px;
	margin-bottom: 18px;
	font-weight: normal;
	text-transform: none;
	color: #383838;
	margin: 20px 0px;
}
h2 {
	font-weight: bold;
	/*font-weight: normal;*/
	color: #0066CC;
	font-size: 16px;
	line-height: 18px;
	/*margin-bottom: 18px;*/
	text-transform: none;
	margin: 18px 0px;
}
h3 {
	font-size: 11px;
	/*font-weight: normal;*/
	text-transform: none;
	color: #009933;
	margin: 16px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
h5 {
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
}
h6 {
	font-weight: bold;
	font-size: 9px;
	line-height: 18px;
}

ol, ul {
	margin: 0 0 0 2em;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

em strong, strong em {
	font-weight:bold;
	font-style:italic;
}

#container {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:210px;
	background:#fff;
	top:50%;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

a.icon:not([classname~="icon"]),
span.icon:not([classname~="icon"]) {
	display: inline-block;
	vertical-align: bottom;
}
a.icon, span.icon, li.icon {
	display: block;
}
.pdf-file {
	background-image:url(../../../img/Reader-16.gif);
}
.pdf-file2 {
	background-image:url(../../../img/Reader-12.gif);
}
.word-file {
	background-image:url(../../../img/Word-16.gif);
}
.word-file2 {
	background-image:url(../../../img/Word-12.gif);
}
.powerpoint-file {
	background-image:url(../../../img/PowerPoint-16.gif);
}
.powerpoint-file2 {
	background-image:url(../../../img/PowerPoint-12.gif);
}
.excel-file {
	background-image:url(../../../img/Excel-16.gif);
}
.icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.small {
	font-size: 9px;
}
.img_destaques {
	margin: 4px 0px 0px 0px;
}

#main_wrapper {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
	background:#FFF url(../images/bkg_repeat_cv_968x2.png) top left repeat-y;
}

#header_block_programa {
	width: 100%;
	height: 270px;
	margin-bottom: 0px;
	clear: both;
	overflow: hidden;
}
#main_block {
	width: 100%;
	margin-bottom: 16px;
}

#menu_block {
	width: 933px;
	display: block;
	float: left;
	_display: inline;
	border-top: 1px solid #0066CC;
	margin: 0px 22px 0px 13px;
}

#content_block {
	padding: 4px 0px 0px 0px;
}

#left_block {
	width: 690px;
	margin: 0px 16px 10px 4px;
	float: left;
	_display: inline;
}
/* content */
#content_wrapper {
	width: 686px;
	/*border: 1px solid #D9D9D9;
	padding: 0px 20px 18px 20px;*/
	text-align: justify;
	padding: 0px 0px 10px 4px;
}

#content_wrapper ul {
	list-style: square;
}

#content_wrapper ul li {
	list-style: square;
}

#content_wrapper ul ol li {
	list-style: none;
}

#content_wrapper .boxtop {
	display: block;
	line-height: 18px;
	/*padding: 12px 10px 0;
	width: 638px;*/
	padding: 6px 0 6px 4px;
	margin-bottom: 8px;
	width: 682px;
}
#content_wrapper .boxbottom {
	display: block;
	line-height: 18px;
	/*padding: 0px 20px;
	width: 618px;*/
	padding: 0 0 6px 4px;
	width: 682px;
}

#content_wrapper .boxtop span {
	padding: 4px 10px;
}
#content_wrapper .boxtop .title {
	font-size: 18px;
	line-height: 20px;
}
#content_wrapper .boxtop .bkg_blue {
	color: #FFF;
	background-color: #0066CC;
}
#content_wrapper .boxtop .bkg_green {
	color: #FFF;
	background-color: #009933;
}
#content_wrapper .boxtop .bkg_green2 {
	color: #C0CF93;
	background-color: #E6ECD4;
}
#content_wrapper .boxbottom ul,
#content_wrapper .boxbottom ol {
	margin-bottom: 18px;
}

#content_wrapper .boxbottom ul li {
	margin-left: 10px;
}
#content_wrapper .boxbottom ul.simple li {
	list-style: none;
}
#content_wrapper .boxbottom .footnote {
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
/* vários */
#content_wrapper hr {
	border-bottom: 1px solid #E5E5E5;
	background: transparent none repeat scroll 0 0;
	border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
	border-style: none none solid;
	border-width: medium medium 1px;
	clear: both;
	color: #FFFFFF;
	margin: 0 -1px 1em;
	#margin: -8px -1px 1em;
	width: 100%;
}

#pub_block {
	margin: 16px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
}

#footer_block {
	width: 100%;
}

/* footer menus */
#footer_mainmenu_block {
	width: 100%;
	margin-bottom: 8px;
	float: left;
}
#footer_mainmenu_block ul {
	display: block;
}
#footer_mainmenu_block ul {
	display: table;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
#footer_mainmenu_block ul {
	#display: inline-block;
}
#footer_mainmenu_block ul {
	#display: inline;
}
#footer_mainmenu_block li {
	list-style: none;
	display: table-cell;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footermenu a {
	float: none;
}
#footer_mainmenu_block a {
	display: block;
	font-size: 9px;
	line-height: 12px;
	text-decoration:none;
	width: 0.1em;
	background-color: #FFF;
	color: #0066CC;
	outline: none;
	margin: 0px 0px 0px 9px;
}
#footer_mainmenu_block a {
	_display: inline;
}
#footer_mainmenu_block > ul a {
	width: auto;
}
#footer_mainmenu_block a:hover {
	text-decoration: underline;
}
#footer_mainmenu_block .menu_title {
	display: block;
	float: none;
	font-size: 9px;
	line-height: 12px;
	background-color: #FFF;
	color: #0066CC;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 20px;
}
#footer_mainmenu_block .menu_title {
	_display: inline;
}

/* copyright */
#copyright {
	padding: 4px 0px;
	width: 956px;
	height: 14px;
	font-size: 9px;
	line-height: 14px;
	background-color: #06C;
	color: #FFF;
	text-align: center;
	margin-left:2px;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}


/* vários */
.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	visibility:hidden;
	overflow:hidden;
}
.hidden {
	display:none;
	height:0px;
	line-height:0px;
	visibility:hidden;
	overflow:hidden;
}

