#conteudo{
	float: left;
	margin: 0px 10px;
	width: 960px;
	color: #747474;
	font: 13px/20px 'PTSansRegular', Arial, Helvetica, sans-serif;
	font-family:'PT Sans', Arial, Helvetica, sans-serif !important;
}

#bloco{
	padding-bottom:20px;
	margin-bottom:20px;
	float:left;
	width:960px;
	height:140px;
	border-bottom: 1px dotted #c6c6c6;
}

#objeto{
	width: 960px;
	height:140px;
	background-image:url(../imagens/bg_01.png);
	float:left;
	
}

.esq{
	float:left;
	width:210px;
	height:140px;
}

.foto{
	float:left;
	width:200px;
	height:140px;
	margin-right:10px;
}

.meio{
	float:left;
	width: 480px;
	margin-right: 10px;
}

#nome{
	padding: 5px 5px 0;
}

#nome h2{
	font-size:15px;
	color:#000;
}

#info{
	width:480px;
	height:24px;
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid #c6c6c6;
	float:left;
}

.data{
	background-image: url(../imagens/icones/data.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	color: #930206;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
	line-height: 14px;
	margin: 5px 5px 5px 7px;
}

.local{
	background-image: url(../imagens/icones/local_01.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px 5px 5px 7px;
	padding: 0px 0px 0px 10px;
	float: left;
	color: #930206;
	font-size: 12px;
	cursor: pointer;
	line-height: 14px;
}

.area{
	background-image: url(../imagens/icones/area.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 5px 5px 5px 7px;
	padding: 0px 0px 0px 18px;
	float: left;
	color: #930206;
	font-size: 12px;
	cursor: pointer;
	line-height: 14px;
}

#fotos{
	float: left;
	margin: 7px 0px;
}

.dir{
	float: left;
	margin-top: 10px;
	width: 250px;
	text-indent: 20px;
	text-align: justify;
}

.dir span{
	font-size: 15px;
	text-indent: 30px;	
}

#progresso{
	width: 230px;
	height: 140px;
	background-image: url(../imagens/bg_01.png);
	float: right;
	padding:0 10px;
	
}

#tempo{
	float: left;
	width: 230px;
	height: 85px;
	border-top: 1px solid #c6c6c6;
}

#countdown{
	height: 45px;
}

#barra{
	background:#707070;
	float:left;
	width:230px;
	height:20px;
}

#barra .concluido{
	height:100%;
	width:100%;
	background:url(../imagens/concluido.png);
}

#barra span{
	float: right;
	margin-top: -20px;
	color: #fff;
	padding-right: 5px;
}

#tempo span{
	color: #333;
	margin-left: 10px;
}

#tempo #countdown span{
	color: #333;
	margin-left: 0;
	font-weight: bold;
}

#tempo p{
	text-shadow: 0px 0px 3px #000;
	color: #fff;
}

#tempo .dias{
	float: left;
	width: 47px;
	text-align: center;
	background-image:url(../imagens/progresso.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
	margin: 0px 1px;
}

#tempo .horas{
	float: left;
	width: 48px;
	text-align: center;
	background-image:url(../imagens/progresso.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
	margin: 0px 1px;
}

#tempo .minutos{
	float: left;
	width: 57px;
	text-align: center;
	background-image:url(../imagens/progresso.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
	margin: 0px 1px;
}

#tempo .segundos{
	float: left;
	width: 70px;
	text-align: center;
	background-image:url(../imagens/progresso.jpg);
	background-repeat:repeat-x;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
	margin: 0px 1px;
}

#concluida{
	width:230px;
	height:50px;
	border-top:3px solid #930206;
	margin:10px 0;
}

#concluida .texto1{
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	margin: 0px 30px;
	color:#930206;
}

#concluida .texto2{
	text-align: center;
	text-shadow: none;
	color: #930206;
	line-height: 20px;
	font-size: 15px;
	border-top: 3px solid #930206;
}