/* CSS Document */
#conteudo_projetos{
	position:absolute;
	left:170px;
	top:140px;
	background-repeat: no-repeat;
	width:820px;
	height: 1690px;
	
}
#div_projetos{
	padding: 0px 0px 0 0;
	position: absolute;
	margin: 0;
	top: 17px;
	left: -1px;
	width: 819px;
	height: 1516px;
	
}
.titulo_projetos{
	font-weight:bold;
	font-size:16px;
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	position:absolute;
	top:-20px;
	*top:0px;
	left:0px;
	
}

#projeto li.projeto a{
    width:120px;
	color: #FFFF00;
	font-weight: bold;
	background-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;}
	

.galeria_fotosprojetos {
	padding: 0;
	height: 1224px;
	margin:20px 0 0 0;
}
.galeria_fotosprojetos span{
	display:none;
}
.galeria_fotosprojetos li{
	display:inline;
	float:left;
	padding:5px;
	margin:10px;
	text-align:center;
	
	}
.galeria_fotosprojetos li a {
	border: 5px solid #FFF;
	text-decoration: none;
	display:block;
	
	}
.galeria_fotosprojetos li a:hover 
{
	border:5px solid #333;
	margin:0;
	padding:0;
	
	}

#rodape_projetos{
	background-image: url(../images/rodape.jpg);
	width: 1024px;
	height: 22px;
	background-repeat: no-repeat;
	position: absolute;
	text-align:center;
	color: #000000;
	left: 1px;
	font-size:10px;
	margin:0;
	padding-top:5px;
	top:2202px
	}
