@charset "utf-8";
/* CSS Document */

/***** RESET *****/

html, body {height:100%;} 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
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 !important;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	background: #fff;
	color: #000;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
address{
	font-style: normal
}

body {
	background: url(imgs/bg_geral.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.3px;
	color: #444;
	line-height: 1.3;
}

hr {
	color: #e2e2e2;
	background: #e2e2e2;
	border: none;
	margin-bottom: 15px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #017d04;
	font-weight: bold;
	margin: 20px 0 10px 0;
	}
	
h2 {
	margin-bottom: 10px;
	}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #005398;
	margin-bottom: 5px;
	}

/*#bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #f00 url(imgs/bg_rodape.gif) bottom no-repeat;
	} */

#bg {	
    position: relative;
	min-height:100%;
}

* html #bg {height: 100%;}
 
#wrapper {
  width: 780px;
  margin: auto;
  padding-bottom: 87px;
}

#topo {
}
	
#barra-top {
	background: url(imgs/bg_top.gif) repeat-x;
	height: 17px;
	border-top: 1px solid #fcc140;
	border-bottom: 2px solid #005398;
	text-align: right;
	padding-top: 3px;
	width: 755px;
	padding-right: 25px;
	color: #fff;
	font-size: 12px;
	}
	
#barra-top a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	}
	
#barra-top label {
	color: #fff;
	font-size: 12px;
	}
	
#menu {
	background:url(imgs/bg_menu.gif) repeat-x;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	}
	
#menu ul {
	width: auto;
	margin: auto;
	padding-left: 8px;
	}
	
#menu ul li {
	display: block;
	padding: 0 4px;
	width: auto;
	float: left;
	border-right: 1px solid #fff;
	}
	
#menu ul li.last {
	border-right: none;
	}
	
#menu ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 10px;
	}
	
#menu ul li a:hover {
	background: #0c67b2;
	}
	
#content {
	width: 780px;
	height: 100%;
	padding: 20px 0px 9px 0px;
	background: #fff url(imgs/bg_content.gif) repeat-x bottom;
	border-bottom: 1px solid #bfbaba;
	}	
	
#tudo {
	padding: 20px 0px 9px 0px;
	background: #fff url(imgs/bg_content.gif) repeat-x bottom;
	border-bottom: 1px solid #bfbaba;
	width: 780px;
	}
	
#interna {
	min-height: 361px;
	_height: 361px;
	background: url(imgs/bg_interna.gif) no-repeat left top;
	width: 451px;
	padding-left: 208px;
	padding-right: 121px ;
	}
	
#interna a {
	color: #006ada;
	text-decoration: none;
	}
	
#interna a:hover {
	text-decoration: underline;
	}
	
	
	
#left-side {
	width: 447px;
	float: left;
	margin-left: 35px;
	_margin-left: 10px;
	}
	
#right-side {
	width: 239px;
	float: left;
	margin-left: 10px;

	top: -2px;
	padding: 0 15px;
	}
	
#right-side #box-content, #right-side #box-content-blue {
	margin-bottom: 15px; 
	}
	
#left-side #box-content a.leia-mais {
	margin-right: 14px;
	}
	
#box-content-blue {
	background: #e5ecf3;
	width: 431px;
	padding: 16px 8px;
	margin-bottom: 20px;
	position: relative;
	}

#box-content-blue img {
	margin: 0 5px 5px 0;
	}
	
.leia-mais {
	float: right;
	}
	
.destaque {
	font-weight: bold;
	color: #005398;
	font-size: 12px;
	margin-bottom: 5px;
	}
	
.download_projeto {
	position: absolute;
	bottom: -5px;
	right: -5px;
	}
	
.ano_projetos {
	display: block;
	text-align: center;
	padding: 3px 0;
	background: #14962c;
	width: 447px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	}

#rodape {
     position: absolute;
     margin: 0;
     width: 780px;
	 background: #fff;
	 text-align: center;
	 padding-top: 3px;
	 bottom: 0;
	 border-top:1px #000;
}

form.login {
	font-size: 10px;
	height: 15px;
	display: block;
	}

input.email, input.senha {
	width: 100px !important;
	background: #fdc877;
	border: #fa940e 1px solid;
	color: #333;
	height: 11px;
	vertical-align: middle;
	}
	
input.submit {
	border: none !important;
	background: url(imgs/bg_bt_ok.gif) no-repeat;
	height: 15px;
	width: 31px;
	vertical-align: middle;
	margin-top: -3px;
	}
	

.left_bar_interna {
	width: 248px;
	float: left;
	margin-left: 34px;
	}
	
.left_bar_interna li {
	margin-bottom: 7px;
	}

.left_bar_interna li a {

	padding-right: 11px;
	color: #666;
	text-decoration: none;
	}
	
.left_bar_interna li a:hover {
	color: #005398;
	background: url(imgs/seta_bg.gif) no-repeat right center;
	}
	
.right_bar_interna {
	width: 448px;
	float: left;
	width: 37px;
	padding-top: 20px;
	}

.links_downloads {
	width: 410px;
	margin: auto;
	padding: 8px;
	background: #fff url(imgs/links_bg.gif) repeat-x bottom;
	margin: 16px 0 0 0;
	border: 1px solid #cdd6de;
	}
	
.links_downloads ul {
	margin-top: 8px;
	}
	
.links_downloads h5 {
	color: #005398;	
	font-weight: bold;
	}
	
.links_downloads li {
	border-top: 1px dotted #ccc;
	padding: 3px 0px;
	}
	
.links_downloads li a {
	color: #666;
	text-decoration: none;
	}
	
.links_downloads li a:hover {
	color: #005398;
	}




