@import url("css-pages.css");

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:justify;
	}
	
body {
	background:#F4F2F3;
	}
	
#container {
	width:760px;
	margin:0 auto;
	background:#fff url(../images/container.jpg) right top no-repeat
	}
	
#topo {
	width:195px;
	float:left;
	}
	
#topo h1 {
	width:188px;
	height:99px;
	text-indent:-9999px;
	background:url(../images/h1.jpg) center center no-repeat;
	margin-left:10px;
	}
#topo h1 a {
	display:block;
	height:99px;
	}
	
#barnav {
	list-style:none;
	width:195px;
	background:url(../images/ul.jpg) right top no-repeat;
	padding-top:14px;
	}
#barnav li {
	width:176px;
	height:20px;
	padding-top:1px;
	background:url(../images/barnav_li.gif) left top repeat-x;
	}
#barnav li a {
	font-size:12px;
	color:#274480;
	text-decoration:none;
	display:block;
	height:17px;
	padding-top:3px;
	text-indent:21px;
	}
#barnav li a:hover {
	background:#EEF7FC url(../images/barnav_a.gif) left center no-repeat;
	}
	
#topo address {
	width:170px;
	margin-top:20px;
	padding-left:7px;
	margin:0 auto;
	font-size:11px;
	font-style:normal;
	color:#808080;
	border:1px solid #E2E2E2;
	background:url(../images/address.jpg) 50% 5% no-repeat;
	padding-top:60px;
	}
	
#principal {
	width:546px;
	padding-top:20px;
	padding-left:10px;
	position:relative;
	left:-3px;
	float:left;
	background:#eef7fc url(../images/principal.jpg) right top no-repeat;
	}
html>body #principal {
	position:static;
	left:0;
	}
	
#principal h2 {
	font-size:15px;
	color:#CF4834;
	background:url(../images/h2.gif) left top repeat-x;
	padding-top:15px;
	width:98%;
	}
	
#principal .alinha-centro {
	text-align:center;
	}
	
#principal p {
	font-size:13px;
	color:#545E60;
	}
	
.ilustra-texto, .ilustra-texto-b {
	width:98%;
	margin:0 auto;
	}
	
.ilustra-texto p, .ilustra-texto-b p {
	width:68%;
	}
.ilustra-texto img {
	float:left;
	}
.ilustra-texto p {
	float:right;
	}
.ilustra-texto span.saiba-mais, .ilustra-texto-b span.saiba-mais {
	display:block;
	text-align:right;
	padding-right:10px;
	}
.ilustra-texto span.saiba-mais a, .ilustra-texto-b span.saiba-mais a {
	font-size:11px;
	color:#273B7A;
	text-decoration:none;
	}
	
.ilustra-texto-b img {
	float:right;
	position:relative;
	top:-45px;
	}
.ilustra-texto-b p {
	float:left;
	width:75%
	}
	
#rodape {
/*	background:url(../images/rodape.jpg) center 0 no-repeat;*/
	padding-top:30px;
	text-align:justify;
	font-size:13px;
	clear:both;
	color:#213574;
	}
#rodape a{
	color:#213574;
	text-decoration:none;
	border-left:1px solid #213574;
	border-right:1px solid #213574;
	}
#rodape p{
	width:700px;
	margin-left:30px;

}