/*==============================
	-- PAGOS ELECTRONICOS --
==============================*/
.PE .LeftCol h2{
    float: none;	
}
.PE .LeftCol p {
    float: none;
	width: auto;	
}

/* PAYMENT-METHOD */
ul.payment-method{
	padding: 48px 0 10px 0;
}
.payment-method li{
	overflow: hidden;
	margin: 0 0 21px 0;
	zoom: 1;
}
.payment-method li div.img-box{
	float: left;
	width: 158px;
	height: 88px;
	padding: 0;
	border: 1px solid #e7e7e7;
	text-align: center;
}
.PE .LeftCol .payment-method li div.img-box img{
	float: none;
	padding: 0;
	margin: 0;
}
.PE .LeftCol .payment-method li div.img-box img:first-child{
	margin-right: 7px;
}

.payment-method li div.text-box{
	float: right;
	width: 507px;
	height: 90px;
	position: relative;
}
p.btn-pay{
	position: absolute;
	z-index: 2;
	bottom: 9px;
	left: 0;
}

p.btn-pay a{
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
	background: url(../../img/sms/btn_left.png) no-repeat 0 0;
	color: #fff !important;
}
p.btn-pay a span{
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding-right: 10px;
	background: url(../../img/sms/btn_right.png) no-repeat top right;
	font-size: 12px !important;
}

/* UL-INSTRUCTIONS */
ul.ul-instructions{
	width: 630px;
	padding: 12px 0 20px 12px;
}
.ul-instructions li{
	padding-left: 25px;
	background: url(../../img/sms/arrow.png) no-repeat 0 0;
	margin-bottom: 8px;
	font-size: 14px;
}
.ul-instructions li a:hover{
	text-decoration: underline;
}
