/************* ESTILO CSS *************/
*{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

body{
	color: #666;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}


a{
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


.area{
	width: 807px;
	padding: 20px 0;
	margin: 0 auto;
}

.topo{
	background-color: #d4e4ee;
	border-bottom: 1px solid #b9d9ed;
}

.topo h1{
	width: 175px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -2px;
	color: #377aa6;
}
.topo h1 a{
	color: #377aa6;
}
.topo h2{
	display: block;
	width: 175px;
	margin-top: -5px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 1.1em;
}

.rodape{
	clear: both;
	background-color: #d4e4ee;
	border-top: 1px solid #b9d9ed;
}
.rodape strong{
	display: block;
}
.rodape .endereco{
	float: right;
}

.centro{
	min-height: 500px;
}

dl{
	float: right;
	height: 15px;
	padding: 5px;
	font-size: 12px;
}
dl dt{ 
	float: left;
}
dl dd{
	cursor: pointer;
	float: left;
	width: 14px;
	height: 16px;
	margin-left: 10px;
	overflow: hidden;
	line-height: 50px;
}
dl dd.grande{ background-image: url(img/icn_lista.gif); }
dl dd.pequena{ background-image: url(img/icn_item.gif); }


ul.projetos{
	clear: both;
}
ul.projetos li{
	clear: both;
	padding: 30px 0 45px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ul.projetos h3{
	float: left;
	margin-bottom: 10px;
	color: #377aa6;
	font-size: 20px;
	font-weight: normal;
}
ul.projetos h3 a{ color: #377aa6; }

ul.projetos h4{
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	padding: 2px 0 2px 10px;
	border-left: 1px solid #999;
	font-size: 14px;
	font-weight: normal;
}
ul.projetos h5{
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	padding: 2px 0 2px 10px;
	border-left: 1px solid #999;
	font-size: 14px;
}
ul.projetos p{
	float: right;
	font-size: 16px;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(img/icn_seta_dir.gif) no-repeat left 8px;
}
ul.projetos .imagem{
	clear: both;
	padding-bottom: 7px;
	background: url(img/qdr_rodape.gif) no-repeat right bottom;
}
ul.projetos .imagem span{
	display: block;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(img/qdr_centro.gif) right;
}
ul.projetos .imagem img{
	display: block;
	width: 800px;
	padding: 1px 6px 0 0;	
	border-left: 1px solid #cccccc;
	background: url(img/qdr_topo.gif) no-repeat right top;
}
ul.projetos .icone{
	float: right;
	cursor: pointer;
	padding: 5px 5px 1px 20px;
	background: url(img/icn_seta_down.gif) no-repeat left bottom;
	color: #377aa6;
	font-size: 11px;
}
ul.projetos .icone.reduzir{
	background-image: url(img/icn_seta_up.gif);
}
ul.projetos .icone:hover{
	text-decoration: underline;
}
ul.projetos a.icn_topo{
	float: left;
	height: 13px;
	padding: 8px 0 0 20px;
	background: url(img/icn_seta_topo.gif) no-repeat left bottom;
	color: #333;
}
ul.projetos a.icn_topo:hover{
	background-position: left top;
	color: #377aa6;
}



ul.projetos.modo_item{
	padding-top: 30px;
}
ul.projetos.modo_item li{
	clear: none;
	float: left;
	width: 250px;
	padding: 0 9px 15px 9px;
}
ul.projetos.modo_item h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
ul.projetos.modo_item h3{
	 display: none;
}
ul.projetos.modo_item h4{
	 display: none;
}
ul.projetos.modo_item p{
	 display: none;
}
ul.projetos.modo_item .imagem{
	width: 250px;
	padding-bottom: 7px;
}
ul.projetos.modo_item .imagem span{
	width: 100%;
	height: 156px;
}
ul.projetos.modo_item .imagem img{
	width: 244px;
}
.modo_item .icone{
	display: none;
}
.modo_item .icn_topo{
	display: none;
}