#content .titulo h2 {
	float: left; display: inline;
	width: 300px;
}
#content .titulo-item {
	display: block;
}
#content .titulo-item em {
	float: right; display: inline;
	color: #a80202;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
#content .titulo-item h4 {
	float: left; display: inline;
}
#content h4 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h6 {
	color: #c71717;
	font-size: 14px;
}


#content .galeria li a:hover {
	color: #c71717;
}
.view #content .galeria li {
	padding: 0;
	background: none;
	float: left; display: inline;
	margin-right: 22px;
	margin-bottom: 20px;
	width: 170px;
	height: 138px;
}
#content .galeria ul li.quebra {
	margin-right: 0;
}

#content .galeria {
	padding-top: 20px;
}
#content .galeria li img {
	position: absolute;
	display: block;
	width: 170px;
	height: 108px;
}
#content .galeria li .lupa {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/layout/lupa1.png);
	margin-top: 65px;
	margin-left: 127px;
}

#content #turnable-container {
	position: relative;
	margin-bottom: 40px;
	height: 380px;
	border: 2px solid #EEE;
	text-align: center;
}
#content #turnable-reel {
	position: relative;
	width: 800px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
}
#content #turnable-container .selo360 {
	display: block;
	position: absolute;
	width: 85px;
	height: 82px;
	background: url(../img/layout/selo360.png) no-repeat 0 0;
	top: 18px;
	right: 18px;
}
#content .lista-projetos li {
	float: left; display: inline;
	width: 215px;
	margin-right: 26px;
	margin-bottom: 30px;
}
#content .lista-projetos li.break-line {
	width: 940px;
	height: 1px;
	margin: 0;
}
#content .lista-projetos li.quebra {
	margin-right: 0;
}
#content .lista-projetos li * {
	margin-bottom: 8px;
}
#content .lista-projetos li img {
	width: 215px;
	height: 130px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cccccc;
}
#content .lista-projetos li strong {
	display: block;
	font-size: 14px;
	color: #c71717;
	text-align: center;
}
#content .lista-projetos li span {
	display: block;
	color: #5f5f5f;
}
#content .lista-projetos li a:hover *,
#content .lista-projetos li a:hover {
	color: #c71717;
}

.view #content p.data {
	font-size: 18px;
	color: #727272;
	font-weight: bold;
}
