@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	}
	
body {
	background:#dbe2ea url(../images/body.jpg) left top repeat-x
	}
	
#container {
	width:760px;
	margin:0 auto;
	border-top:2px solid #2b5b8c;
	background:#fff
	}
	
#topo {
	background:url(../images/topo.jpg) center top no-repeat;
	height:142px;
	}
#topo #barnavtop {
	list-style:none;
	text-align:right;
	background:#e0e8f1;
	border-bottom:1px solid #fff;
	word-spacing:15px;
	padding-right:15px;
	height:20px;
	}
#topo #barnavtop li {
	display:inline;
	}
#topo #barnavtop li a {
	color:#89939f;
	font-size:12px;
	text-decoration:none;
	}
	
#topo h1 {
	height:90px;
	padding-top:7px;
	padding-left:10px;
	}
#topo h1 a {
	display:block;
	text-indent:-9999px;
	height:88px;
	width:115px;
	}
	
#barnav {
	list-style:none;
	height:23px;
	padding-left:130px;
	}
#barnav li {
	width:90px;
	float:left;
	}
#barnav li a {
	background:url(../images/icon.gif) left center no-repeat;
	font-size:12px;
	text-decoration:none;
	color:#89939f;
	padding-left:7px;
	}
	
#principal {
	width:529px;
	float:left;
	}

#intro {
	width:528px;
	background:url(../images/intro.jpg) left top no-repeat;
	height:250px;
	position:relative;
	top:-1px;
	}
html>body #intro {
	top:0;
	}
#intro p a {
	color:#6f6f6f;
	text-decoration:none;
	}
#intro ul {
	list-style:none;
	width:166px;
	padding-top:15px;
	float:left;
	}
#intro ul li {
	height:30px;
	}
#intro ul li a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	height:25px;
	padding-top:5px;
	text-indent:10px;
	}
#intro ul li a:hover {
	background:url(../images/intro-li-a.jpg)
	}

#intro div {
	width:330px;
	float:left;
	}
#intro div img {
	margin:10px;
	float:left;
	}
#intro div h3 {
	font-size:16px;
	margin-top:0
	}
#intro div p {
	font-size:11px;
	color:#6f6f6f;
	line-height:18px;
	padding-top:8px;
	}
#intro p.chamada {
	text-indent:-9999px;
	}
	
h2.titulo {
	font-size:16px;
	color:#586778;
	background:url(../images/h2.gif) left center no-repeat;
	text-indent:40px;
	height:22px;
	padding-top:5px;
	}

h3 {
	color:#586778;
	font-size:14px;
	margin-top:15px;
	}

p {
	color:#586778;
	font-size:12px;
	text-align:justify
	}
	
p span.botao {
	display:block;
	height:20px;
	padding-top:2px;
	background:url(../images/botao.gif) right center no-repeat;
	margin-right:25px;
	text-align:right;
	padding-right:18px;
	}
p span.botao a {
	text-decoration:none;
	color:#fff
	}
	
a {
	outline:none
	}
	
#coluna {
	width:231px;
	background:url(../images/coluna-dados.gif) no-repeat;
	float:left;
	}

.dados {
	font-size:12px;
	padding:15px;
	padding-top:0;
	padding-bottom:10px;
	}
.dados address {
	font-size:11px;
	font-style:normal
	}
	
#rodape {
	background:#2b5b8c;
	padding:3px;
	}
#rodape p {
	color:#fff
	}