/* PROJECTS */

#blocos-principal-lateral{
	width:100px;
	float:left;
	background-image:url(../Imagens/lateral-projects.png);
	background-position:top;
	background-repeat:no-repeat;
	height:500px;
}

#blocos-principal-conteudo{
	width:480px;
	padding:15px;
	float:right;
	background-color:#FFFFFF;
}

.blocos-juntor{
	border-bottom:5px solid #666666;
	margin-bottom:10px;
	min-height:500px;
}
			
/*#############################################################*/
/*#############################################################*/
/*#############################################################*/

/* LISTA */

#listaprojects li{
	list-style:none;
	width:470px;
	height:60px;
	border:5px solid #666666;
	margin-bottom:10px;
	position:relative;
}
	#listaprojects li img{
		position:absolute;
		top:0;
	}
	#listaprojects li .cover{
		position:absolute;
		top:0px;
		
		width:460px;
		height:60px;
		background-image:url(../Imagens/fundorodape.png);
		padding-left:10px;
	}
		#listaprojects li .cover h1{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px;
		}
		#listaprojects li .cover h1 a{
			color: #c0e142; 
			font-size: 18px;
			font-family: Arial, Verdana, Helvetica, sans-serif; 
			line-height:20px; 
			margin-bottom:5px;
			text-decoration:none;
		}
		
		#listaprojects li .cover p{
			color: #eeeeee; 
			font-size: 12px; 
			font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height:15px;
			font-weight:bold;
			margin-top:15px;
		}