/* Limpando valores default 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Começo do CSS */

body{
	font:80%/1.4 verdana, helvetica, "bitstream vera sans", sans-serif;
	font-size:80%;
	color:#4b4a4a;
	background:#fff url(../i/pattern.gif);
}
#all{
	position:relative;
	overflow:hidden;
	height:100%;
	min-width:760px;
}
#wrapper{
	width:90%;
	margin:0;
	margin:0 auto;
	position:relative;
	background:#fef5ec url(../i/border-side.gif) repeat-y left top;
	max-width:1105px;
}
#wrapper2{
	background:transparent url(../i/border.gif) repeat-y right top;
}
#bg-wrapper{
	width:10%;
	background:#fff url(../i/bg-wrapper.gif) repeat-y right top;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	position:absolute;
	left:0;

	top:0;
}
#bg-wrapper-2{
	width:10%;
	background:#fff url(../i/bg-wrapper2.gif) repeat-y left top;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	position:absolute;
	right:0;
	z-index:1000;
	top:0;
}

/* Header */

#header{
	background:#fff url(../i/bg-header.gif) repeat-x left bottom;
	width:90%;
	margin:0 auto;
	position:relative;
	height:165px;
	max-width:1105px;
}

#trade{
	float:left;
	width:222px;
	height:150px;
	display:inline;
	padding-left:75px;
	position:relative;
	padding-top:15px;
	z-index:1;
	background:url(../i/border.gif) repeat-y left top;
}
#libras{
	float:right;
	position:absolute;
	top:-1px;
	display:inline;
	right:0;
	z-index:0;
	background:url(../i/border.gif) repeat-y right top;
}
#libras img{
	margin-right:14px;
}

/* Conteúdo */

#content-wrapper{
	clear:both;
	width:100%;
	float:right;
	margin-left:-225px;
}
#main{
	position:relative;
	margin-top:15px;
	margin-bottom:45px;
	float:right;
	display:inline;
	margin-left:225px;
	padding-left:15px;
}

#access{
	position:absolute;
	right:20px;
	top:-183px;
	text-align:right;
	font-weight:bold;
}
#access .salto{
	background:url(../i/seta-access.gif) no-repeat left bottom;
	padding-left:12px;
	padding-right:5px;
}
#access .salto a{
	color:#68040e;
	text-decoration:underline;
	font-size:0.85em;
}
#access .salto a:hover{text-decoration:none;}
#access .fontsize{
	font-size:0.85em;
	background:url(../i/seta-access.gif) no-repeat left bottom;
	padding-left:12px;
}
#access p{
	margin-bottom:0;
}
#access img{
	position:relative;
	top:0.8ex;
}
#busca #q{
	width:111px;
	height:23px;
	padding:3px 0 3px 2px;
	border:none;
	background:none;
	
}
#busca #sq{background:url(../i/bg-busca.gif) no-repeat left top; width:111px; height:23px; display:block;}

#busca #ir, #busca span{
	float:left;
	margin-right:3px;
}

#busca{
	color:#68040e;
	position:absolute;
	margin-right:36px;
	right:0;
	top:-51px;
	font-family:"lucida sans", "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	font-size:1.1em;
}

/* Barra lateral */

#secondary{
	float:left;
	display:inline;
	width:210px;
	background:#f9b175 url(../i/bg-sidebar.gif) no-repeat right top;
	position:relative;
	top:-15px;
	margin-left:15px;
}
#nav ul{
	margin-left:10px;
	width:87%;
	margin-top:0.5em;
}
#nav li{
	background:url(../i/bg-li-nav.gif) repeat-x left top;
	font:1.1em "lucida sans", "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	margin-top:0.5em;
	padding-top:0.5em;
}
#wrapper #nav li.open{
	background:#6a0b11;
	color:#fff;
}
#nav li.open a{
	color:#fff;
}
#nav li.first{
	background:none;
}
#nav li a{
	color:#66040c;
	text-decoration:none;
	padding-left:2px;
	display:block;
}
#nav li a:hover{
	color:white;
		background:#6a0b11;
}
#nav li ul{
	background:#fccba3;
	margin:0;
	width:100%;
	padding-top:0.2em;
	padding-bottom:0.5em;
}
#nav li ul li{
	font-size:0.85em;
	background-image:none;
	padding:0;
}
#nav li ul li a, #nav li.open ul li a{
	text-decoration:underline;
	color:#66040C;
	padding:0 5px;
	}
#nav li ul li a:hover, #nav li.open ul li a:hover{
color:white;}
.hidden{ display:none; }
#badges ul, #rss ul{
	margin-left:18px;
	margin-top:0.5em;
	width:80%;
}
#rss ul{margin-top:0.1em;}
#badges li, #rss li{
	background:url(../i/bg-li-badges.gif) repeat-x left bottom;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
#badges li a, #rss li a{
	display:block;
	margin:0 auto;
	width:100%;
}
#badges li a img{
	display:block;
	margin:0 auto;
}
#rss li{
	width:auto;
}
#rss li a{
	background:url(../i/rssicon.gif) no-repeat left center;
	padding-left:37px;
	height:34px;
	line-height:34px;
	width:auto;
	font-size:0.8em;
	color:#680e0e;
}
#partners h4{
	font:bold 1em arial, "bitstream vera sans", helvetica, sans-serif;
	color:#000;
	margin-top:0.1em;
	margin-left:18px;
}
#partners ul{
	margin-left:18px;
	margin-top:0.1em;
	width:80%;
	text-align:center;
}
#partners li{
	margin-bottom:0.2em;
	float:left;
}

#main h2{
	font:normal 2em "lucida sans", "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	color:#6a0b11;
	padding-top:5px;
}
#main h2.big{
	font:normal 2.4em "lucida sans", "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	color:#6a0b11;
	padding-top:10px;
}
.interna #main h2{
	padding-top:5px;
	border-bottom:1px solid #560a16;
	padding-bottom:3px;
	background:url(../i/seta-titulo.gif) no-repeat left center;
	padding-left:18px;
	margin-bottom:0.5em;
}
.img-post-right{
	float:right;
	padding:0 0 0.5em 0.5em;
}
.img-post-left{
	float:left;
	padding:0 1.5em 0.5em 0.5em;
}
.img-post-left2{
	float:left;
	padding:0 2.5em 0.5em 0.5em;
}
.parceria{
margin-left:1em;
margin-bottom:1em;
}
.parceria li{margin-bottom:1em;margin-right:2em;margin-top:1.5em;}

#main img.img-content{
	float:left;
	margin:0 1.3em 1.3em 0;
}
#main #highlight{
	padding:0 3em 1em 0;
}
#main p{
	margin:1em 0.5em 1em 1em;
}
.home #main #highlight p{
	line-height:1.8;
	font-size:1.2em;	
}
.home #main #highlight p.missao{
	font-size:1.7em;
	padding:0;margin:0.5em 1em 0 0;
}

#news{
	background:#fff url(../i/bg-news-left.gif) no-repeat left bottom;
	margin-right:3em;
	clear:both;
}
#news-wrapper{
	background:transparent url(../i/bg-news-right.gif) no-repeat right bottom;

}
#news-chamada{
	background:#fff;
	padding:5px 10px;
	margin-right:42px;text-align:center;
  margin-bottom:12px;
  margin:5px 42px 17px 7px;
}
#news-chamada img{
	margin:0 auto;
}
#news-chamada-int{
	background:#fff;
	padding:5px 10px;
	margin-right:42px;text-align:center;
  margin-bottom:12px;
  margin:5px 5px 17px 7px;
}
#news-chamada-int img{
	margin:0 auto;
}
#news ul{
	padding:0.4em 2em 2em 2em;
}
#news li{
	font-size:0.8em;
	color:#000;
	margin-bottom:0.5em;
}
#news li .date{
	font-weight:bold;
	background:url(../i/seta-access.gif) no-repeat left bottom;
	padding-left:12px;
}
#news-chamada-int ol li{
	list-style-type: upper-roman;
}
#news li a{
	color:#3c3c3c;
	text-decoration:underline;
	font-size:1.2em;
	line-height:2em;
}
#news li a:hover{
text-decoration:none;
}
#news h3{
	color:#66040c;
	font-size:1.3em;
	font-weight:normal;
	padding-left:1.8em;
	background:url(../i/bg-news-corner-top-right.gif) no-repeat right top;
	padding-top:15px;
}
#news h3 span{
	background:url(../i/bg-news-title.gif) repeat-x left bottom;
	display:block;
	margin-right:2em;
	padding-bottom:0.2em;
}
#news #news-title{
	display:block;
	background:url(../i/bg-news-corner-top-left.gif) no-repeat left top;
}
#cornerstones{
	clear:both;
	width:60%;
	margin:0 20%;
	padding-top:3.5em;
}
#cornerstones a img{
	display:block;
	margin:0 auto;
}
#cornerstones li{
	float:left;
	width:30%;
	text-align:center;
}
#cornerstones li a{
	color:#9e101a;
	font:normal 1.1em "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	text-decoration:none;
}
#footer{
	clear:both;
	background:#7d0810 url(../i/bg-footer.gif) repeat-x left top;
	color:#fff;
	padding:0.5em 0;
	position:relative;
	margin:0 14px;
}
#footer a{color:white;}
#footer a:hover{text-decoration:none;}
#footer p, #footer address{
	text-align:center;
	font-style:normal;
}
#subir{
	background:url(../i/bg-subir.gif) no-repeat right bottom;
	width:160px;
	height:41px;
	position:absolute;
	right:0;
	top:-36px;
}
#subir a{
	position:absolute;
	right:0.3em;
	bottom:0.3em;
	padding-top:10px;
	font:normal 1.1em "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	color:#fff;
	background:url(../i/bg-a-subir.gif) no-repeat 50% 20%;
}
.interna #main h3{
	font:normal 1.3em "lucida sans", "trebuchet ms", arial, "bitstream vera sans", helvetica, sans-serif;
	color:#9a0d1e;
	padding-top:10px;
	background:url(../i/border-h3.gif) repeat-x left bottom;
	padding-bottom:3px;
	margin-bottom:3px
}
.interna #main ul{
	margin-top:5px;
}
.interna #main ul li{
margin-left:15px;
}
.interna #main ul li{
	background:url(../i/seta-access.gif) no-repeat 0 0.5ex;
	padding-left:25px;
}
.interna #main ul li ul{
margin-left:15px;
}
.interna #main ul li ul li{
	background:transparent;
	padding-left:10px;
	
	list-style-type:square;
}
.areas{list-style-type:decimal;margin-left:3em;}
.areas li{margin-bottom:1em;}
.areas li a{color:#66040c;}
.areas li a:hover{text-decoration:none;}
.areas-ul{list-style-type:none;margin-left:1em;}
.link-cor{color:#66040c;}
.img-centro{text-align:center;}
#highlight ol{
list-style-type:decimal;
margin-left:40px;
}
	.depoimentos{background:#ffffee url(../i/abrir.gif) no-repeat top left;width:80%;margin:auto;margin-top:30px;}
	.dep-baixo{background:url(../i/fechar.gif) no-repeat bottom right;padding:50px 30px 35px 30px;}
  p.depo1{line-height:200%;font-size:1.3em;} 
  p.depo2{line-height:200%;font-size:1.3em;font-style:italic;font-weight:normal;margin-left:40px;}
	.dep-baixo2{padding:50px 30px 0 30px;background:url(../i/fechar.gif) no-repeat right bottom;}
   

         


