#titulo {
	color:#F09123;
	text-transform:uppercase;
	width:60%;
	float:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#F09123;
	font-size:24px;
	margin-bottom:20px;
}


#itens 
{
	width:100%;
	float:left;
	display:inline;
	margin-top:20px;
}

#itens .item
{
	width:100%;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;

}

#itens .item .descricao 
{
	float:left;
	width:70%;
}

#itens .item .fotos 
{
	float:left;
	width:30%;
}

#itens .item .fotos img
{
	border:solid;
	border-width:5px;
	border-color:#999999;
	float:left;
	display:inline;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-top:10px;
	
}

#itens .item .descricao .titulo
{
	color:#F09123;
	font-weight:bold;
	float:left;
	width:100%;
	padding-bottom:10px;
}

#itens .item .descricao .texto
{
	font-size:14px;
	width:87%;
	float:left;
	text-align:justify;
	color:#767676;
}
