/* - - - - - - - - - - - - - - - - - - - - -
 BASIC									
- - - - - - - - - - - - - - - - - - - - - -*/

* { 
	margin: 0; 
	padding: 0;
}

html {
	height: 100%;
	overflow: hidden ;
}

body { 
	position: relative;	
	min-height: 101%; 
	font: 100.01%/110% Arial, Helvetica, sans-serif;		
	color: #000; 
	background: #fff; 
	width: 100%;
}

img {
	border: 0;
}

/* END BASIC */



/* - - - - - - - - - - - - - - - - - - - - -
 STRUCTURE							
- - - - - - - - - - - - - - - - - - - - - -*/

#header {
	width: 700px ;
	height: 87px ;
	background: url(../images/header.jpg) ;
	text-indent: -99999px ;
}
#header02 {
	width: 700px ;
	height: 87px ;
	background: url(../images/header02.jpg) ;
	text-indent: -99999px ;
}


#nav {
	display: block ;
	width: 700px ;
	height: 26px ;
	border-bottom: 1px solid #8ab0d5 ;
	background: #ced5db ;
	list-style: none ;
	text-align: center ;
}
#nav li {
	display: inline ;
	font-weight: bold ;
	font-size: 12px ;
	line-height: 26px ;
	padding: 0 4px ;
	border-right: 1px solid #000 ;	
}
#nav li.last {
	border-right: none ;
}
#nav li a {
	color: #313535 ;
	text-decoration: none ;
	padding: 2px 8px ;
}
#nav li a:hover,
#intro #nav li a#intro-nav ,
#conteudo #nav li a#conteudo-nav,
#responsavel #nav li a#responsavel-nav,
#data_local #nav li a#data_local-nav,
#investimento #nav li a#investimento-nav,
#info #nav li a#info-nav,
#inscricao #nav li a#inscricao-nav  {
	background: #0b4289 ;
	color: #fff ;
}


#content {
	position:relative;
	width: 700px ;
	height: 335px ;
	background: #f3f7f8 ;
	border-bottom: 1px solid #8ab0d5 ;
	overflow: auto ;
}

#main {
	position:relative;
	padding: 10px ;
	font-size: 12px ;
	text-align: left ;
}
#main p {
	margin: 0 0 1.3em 0 ;
	text-align:justify;
}
#main a {
	color: #CF7900 ;
	text-decoration: none ;
}
#main a:hover {
	text-decoration: underline ;
}
#main ul {
	margin: 0 0 1.3em 25px ;
}
#main ul li {
	margin: 0 0 .9em 0 ;
}

#main dt {
	font-weight: bold ;
}
#main dd {
	margin: 0 0 1.3em 0 ;
}


#img_livro{
	float: left;
	margin: 0 12px 12px 0;
}



#footer {
	position: relative ;
	height: 50px ;
	width: 700px ;
	background: #ced5db ;
	font-size: 10px ;
}
#footer address {
	font-style: normal ;
	text-align: left ;
	padding: 4px 0 0 100px ;
	color: #0b4289 ;
}
#footer a {
	color: #0b4289 ;
	text-decoration: none ;
}
#footer a:hover {
	text-decoration: underline ;
}
#footer #pn {
	position: absolute ;
	display: block ;
	top: 5 ;
	left: 0 ;
	width: 89px ;
	height: 38px ;
	background: url(../images/logo_pn.gif) ;
	text-indent: -99999px ;
}
#footer #emp {
	position: absolute ;
	display: block ;
	top: 10px ;
	right: 0 ;
	width: 102px ;
	height: 29px ;
	background: url(../images/logo_emp.gif) ;
	text-indent: -99999px ;
}

#footer #sen {
	position: absolute ;
	display: block ;
	top: 3px ;
	right: 120px ;
	width: 90px ;
	height: 43px ;
	background: url(../images/logo_senac.gif) ;
	text-indent: -99999px ;
}

/* END STRUCTURE */

/* IMG DESCONTO*/
#img_desconto{
	position:absolute;
	top:12px;
	left:512px;
}
#img_desconto_home{
	position:absolute;
	top:21px;
	left:587px;
}
