/*==== BANNERE MASTERCARD ====*/

/*HOME PAGE*/
.hplb.stick {
	display: table;
	border: 1px solid #f3f3f3;
	height: 265px;
	left: 50%;
	margin-left: -624px;
	position: fixed;
	top: 450px;
	width: 120px;
	z-index: 1;
	border-radius: 4px;
}
.hplb.stick > a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.hplb.stick > a > img {
	color: #333;
	font-size: 16px;
}
/*LANDING PLATA ONLINE CARD*/
.card-type.mastercard {
	background: url("/images/www/bannere-mastercard/380X39.png") no-repeat;
	width: 385px;
	height: 39px;
}
.lpcard-centered.mastercard {
	border: 1px solid #f3f3f3;
	overflow: hidden;
	border-radius: 4px;
	margin-top: 20px;
	width: 990px;
}
.lpcard-centered.mastercard > a {
	display: block;
}
/*CHECKOUT*/
.co-banner.mastercard {
	border: 1px solid #f3f3f3;
	border-radius: 4px;
	overflow: hidden;
}
.co-banner.mastercard a{
	display: block;
}