@import url('estrutura.css');

.aviso {
	float:left;
	width:100%;
	display:none;
}
.aviso p {
	margin:0 auto;
	width:500px;
	background:#ffffcc;
	border:1px solid #FFCC00;
	padding:2px;
}
.planos {
	display:block;
	float:left;
	margin-bottom:10px;
	width:100%;
}
.planos label {
	margin:0 !important;
}
.plan1 span, .plan2 span, .plan3 span {
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:none;
	display:block;
	margin-top:40px;
}
.plan1, .plan2, .plan3 {
	height:128px;
	text-align:center !important;
}
.plan1 {
	background:url('../img/label-blue.gif') no-repeat center;
}
.plan2 {
	background:url('../img/label-red.gif') no-repeat center;
}
.plan3 {
	background:url('../img/label-yellow.gif') no-repeat center;
}

table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.plano1 {
	background:url('../img/bg-tab-planos1.gif') repeat-y right;
}
table.plano2 {
	background:url('../img/bg-tab-planos2.gif') repeat-y right;
}
table.plano3 {
	background:url('../img/bg-tab-planos3.gif') repeat-y right;
}
table th {
	background:#666666;
	font-family:inherit;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	padding:4px;
}
table td {
	font-family:inherit;
	font-weight:normal;
	font-size:13px;
	color:#000;
	padding:4px;
	border-bottom:1px solid #666666;
	vertical-align:middle;
}
.exmp {
	text-align:center;
}
.exmp img {
	vertical-align:top;
}