@charset "utf-8";
/* CSS Document */
#titulo-promocoes{
	margin-bottom:10px;
}
#tabela-suites{
	overflow:hidden;
	margin-top:20px;
	margin-bottom: 20px;
}

#ticket-promo{
	overflow:hidden;
	margin-top:20px;
	margin-bottom: 20px;
}

#ticket-promo p.print-vale{
	font-size:.9em;
	font-weight:bold;
	color:#C00;
	margin:15px 0 0 0;
	text-align:right;
}

#tabela-suites tr td{
	padding:0 10px 0 10px;
}
#tabela-suites tr.cor_a{
	background-color:#FFF;
	color:#030000;
	
}
#tabela-suites tr.cor_b{
	background-color:#FFF;
	color:#030000;
}
#tabela-suites tr.cor_destaque{
	background-color:#C00;
	color:#FFF;
}

p.destaque{
	font-size:1em;
	font-weight:bold;
	color:#900;
	margin:10px 0 0 0;
}
p.preco{
	font-size:1em;
	font-weight:bold;
	color:#900;
}
p.print-aviso{
	font-size:1em;
	font-weight:bold;
	color:#900;
}
