*{
	font-family:"Bookman Old Style","Book Antiqua","Times New Roman";
	line-height:1.3em;
	font-size:9pt;
	margin:0;
	border:0;
	padding:0;			
	list-style:none;
}

header, nav, figure, footer, section, aside, article, hgroup {
	display: block;
}

body{
	background:	url(../img/padrao/bgBody.jpg) repeat left top;	
}

#fundo{
	background:	url(../img/padrao/bgFundo.png) repeat-x left top;
}

/*--- HEADER ---*/
header{
	width:880px;
	height:227px;
	padding: 90px 30px 0;
	margin:0 auto;	
	position:relative;
	background:url(../img/padrao/bgHeader.jpg) no-repeat left bottom;
	z-index: 5;
}

#faixa{
	background:url(../img/padrao/bgFaixa.png) no-repeat;
	width:940px;
	height:109px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#faixa h1{
	position:absolute;
	top:10px;
	left:365px;
	width: 210px;
	height: 140px;
}

#apresentacao {
	width: 880px;
	height: 190px;
	visibility: hidden;
}

header nav{
	width: 875px;
	height: 28px;
	padding-left: 5px;
}

header nav ul .nv1{
	float: left;
	height: 28px;
	padding: 0 9px 0 10px;
	position:relative;
}

header nav ul li span, header nav ul li a{	
	font-size:120%;
	font-style:italic;
	text-decoration:none;
	cursor:pointer;
	line-height:28px;
	color: #542;
}

header nav ul li a:hover,header nav ul li span:hover{
	color:#b82;	
}

header nav ul li ul{
	display:none;	
	position:absolute;
	top:28px;
	left:0;
	background-color:#f8dfad;
	border-bottom:1px solid #dc9;
	padding: 5px 0 5px 10px;
}

header nav ul li .med1 {
	width: 110px;
}

header nav ul li .med2 {
	width: 180px;
}

header nav ul li ul li a{
	line-height: 25px;
}

header nav ul li:hover ul{
	display:block;
}

/*--- CONTAINER ---*/
#container{
	width:880px;
	padding: 23px 30px 15px;
	margin:0 auto;	
}

#container p{
	color:#653;
	margin-bottom:1em;	
}

#container a{
	color:#362;
	text-decoration:underline;
}

#container a:hover{
	color:#b82;	
	text-decoration:none;
}

#conteudo.semAside {
	width:880px;
	float: none;
}

#conteudo .btn{
	background-repeat: no-repeat;
	height:20px;
	color:#dec;
	cursor: pointer;
}

#conteudo .btn:hover{
	color: #fd9;
}

/*--- FOOTER ---*/
#fundoFooter{
	background:url(../img/padrao/bg_footer.png) repeat-x left top;
	height: 150px;
}

footer{
	width:880px;
	margin:0 auto;
	height:150px;
	position:relative;
}

footer strong{
	background-color:#FFF;
	display:block;
	width:175px;
	line-height: 16px;
	text-align:center;
	margin-left:352px;
	color: #333;
}

#containerRodape{
	background:url(../img/padrao/borderRodape.jpg) left top repeat-x;
	padding-top:8px;
}

#containerRodape em{
	float:left;
	color: #653;
}
#containerRodape .triares{
	float:right;
	display: block;
	width: 65px;
	height: 15px;
}

/*GERAL*/
.floatLeft{
	float:left;
	margin-right:20px;	
}

.clear{
	clear:both;	
}

.marginTop{
	margin-top:1em;	
}

.relative{
	position:relative;	
}
