span.destaque {
	font-weight: bold;
	font-size: 12px;
}
span.nome_sala {
	color: #0000FF;
	font-weight: bold;
}
span.dia {
	font-weight: bold;
}
a.link_filme {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a.link_filme:hover {
	text-decoration: underline;
}
div.detalhesFilme {
	font-size: 11px;
	width: 750px;
}
.detalhesFilme span.campo {
	display: block;
	width: 140px;
	text-align: right;
	float: left;
	font-weight: bold;
	margin-top: 4px;
}
.detalhesFilme span.valor {
	float: left;
	margin-left: 5px;
	width: 570px;
	margin-top: 4px;
}
div.detalheProg {
	margin-left: 20px;
	color: #333333;
}
