@charset "utf-8";
/* CSS Document */
*, html {
	margin:0 auto;
}
html {
	height:100%;
}
img {
	border:0;
}
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height:18px;
	width:815px;
}
#header {
	border-bottom:1px solid #999;
	height:40px;
	margin-top:30px;
	padding-bottom:3px;
	margin-bottom:5px;
	width:815px;
}
#header a {
	margin-left:30px;
	display: inline-block;
	padding:3px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}
#header .a1 {
	float:left;
	display: inline-block;
	margin-top:5px;
}
#header .b1 {
	float:left;
	margin-top:18px;
	margin-left:20px;
}
#header .c1 {
	float:right;
	margin-right:0;
}
#header a:hover {
	background-color:#000000;
	color:#CCC;
}
#menu {
	background-color:#e2e2e2;
	margin-bottom:20px;
	padding-left:90px;
}
#menu a {
	display: inline-block;
	padding:3px;
	text-decoration:none;
	color: #999;
	text-transform:uppercase;
	margin-right:30px;
	font-size:11px;
}
#main {
	
	background-color: #FFF;
	margin:10px 0 5px 0;
	width:815px;
	height:460px;
}
#main .a1 {
	background-color: #FFF;
	margin:60px 90px 5px 0;
	line-height:14px;
	width:250px;
	float:left;
	font-size:10px;
}
#main .tit_p {
	color: #000;
	text-transform:uppercase;
}
#main .a2 {
	background-color: #FFF;
	margin:40px 0 5px 0;
	float:left;
	width:460px;
}
h2 {
	color: #000;
	font-size: 30px;
	line-height: 36px;
	;
	margin-bottom: 0.4em;
	margin-left: -2px;
	font-weight:normal;
}
#submenu {
	border-top:1px solid #999;
	margin: 5px 0 0 0;
	padding:20px 0 20px 0;
	text-align: right;
}
#submenu a {
	list-style:none;
	text-decoration:none;
	color:#666;
	margin: 10px 0 0 20px;
	padding:3px;
}
#submenu a:hover {
	background-color:#000000;
	color:#FFF;
}
#txt_projetos {
	border-top:1px solid #999;
	padding:30px 0 30px 0;
	text-align: left;
}
#txt_projetos a {
	text-decoration:none;
	color:#666;
}
#footer {
	border-top:1px solid #999;
	padding-top:3px;
	text-align:center;
	width:815px;
}
/* 
-------------------------------------------------------------- 
clear floats
-------------------------------------------------------------- 
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* hides from IE/Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from IE-Mac */
/*** end clearing hack  ***/
