@import url(global.css);

#lista {
	width: 625px;
}
#lista li {
	float: left;
	width: 175px;
	padding-left: 25px;
}

#lista li.trio {
	clear: both;
	padding-left: 0;
}

#lista li a {
	color: #0078B9;
	display: block;
	font-weight: normal;
	padding: 17px 0;
	text-decoration: none;
	width: 175px;
}

#lista li a img {
	display: block;
	margin-bottom: 5px;
}
#lista li a em {
	clear: both;
	color: #43484A;
	display: block;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	line-height: 105%;
	padding-bottom: 3px;
}
#lista li a big {
	font-size: 16px;
	line-height: 105%;
}






/*############ DETALHES ############*/

#conteudo div.descricao {
	clear: both;
	padding-top: 12px;
	width: 656px;
}

#conteudo div.descricao p {
	clear: both;
	font-size: 15px;
	line-height: 105%;
	padding-bottom: 15px;
	width: 544px;
}

#fotos {
	border-top: 1px solid #ABCEE1;
	margin-top: 10px;
	width: 600px;
}

#fotos h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
}

#fotos ul {
	display: block;
	position: relative;
}

#fotos ul li {
	float: left;
	padding-bottom: 25px;
	padding-right: 25px;
	width: 175px;
}

#fotos ul li.quebra {
	float: none;
	clear: both;
	*clear: none;
	padding: 0;
	width: 600px;
}

#fotos ul li a {
	color: #43484A;
	display: block;
	text-decoration: none;
}

#fotos ul li a span {
	display: block;
	font-size: 11px;
	padding-top: 8px;

}

#fotos ul li a.download {
	background: #fff url(../imgs/fotosIcoDownload.gif) no-repeat 7px center;
	font-size: 11px;
	line-height: 24px;
	margin: -33px 0 0 100px;
	padding-left: 22px;
	width: 65px;
	position: absolute;
}

#fotos ul li a img {
	display: block;
}