/* CSS Document */

ul#menu li#projetos_menu a {
	background:url(../img/menu/projetos_over.gif) no-repeat;
	}

#col_1{
	width:665px;
	height:1000px;
	float:left;
	margin-right:25px;
}

#col_1 h1{
	font-size:20px;
	color:#708e98;
}

#col_1 h2{
	margin-bottom:20px;
	font-size:12px;
	color:#cecece;
}

#navegacao{
	width:650px;
	padding-left:15px;
}

.projeto{
	height:auto;
	margin:20px 0px;
	padding-bottom:20px;
	clear:both;
	border-bottom:thin solid #2e2e2e;
}

.projeto:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;
}

.projeto img{
	float:left;
	margin-right:25px;
}

.projeto p.lnk{
	margin-top:20px;
}

/* PROJETO ÚNICO */

#projeto{
	margin-top:20px;
}

#imagens{
	width:170px;
	float:left;
}

#box_gal{
	padding:5px 15px 5px 20px;
	margin-top:20px;
	background-color:#0f0f0f;
}

#descricao{
	width:470px;
	padding-left:25px;
	float:left;
}

#faixas h1{
	margin-top:40px;
	padding:5px 0px;
	font-size:18px;
	color:#708e98;
	border-top: thin solid #708e98;
	border-bottom: thin solid #708e98;
	
}

#faixas ul{
	margin-top:20px;
}

#faixas li{
	display:block;
	height:15px;
	padding:5px 5px;
	margin:5px 0px;
}

#faixas li img{
	vertical-align:middle;
	margin-right:5px;
}