#modos_pago{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

	padding: 0px;

	text-align: right;
	float: right;
	display: block;
	width: 172px;

}

#modos_pago ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#modos_pago li{
	margin-top: 0px;
	margin-left: 0px;

}

.pagoTitulo{

	text-align: center;
	font-size:14px;
	margin-bottom: 0px;
	background: #000;
	color: #fff;
}

.clearfloat{
	clear: both;
	border-color: #838383;
}



.mp_off{
	border: solid 2px #838383;
	float: left;
}



.mp803 a{
	width: 82px;
	height: 64px;
	float: left;
	background:url(../img/tlf.jpg) left top no-repeat;
	border: solid 2px #838383;
}

.mp803 a:hover {
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/tlf_hover.jpg) top left no-repeat;
	border: solid 2px #f83f82;
}




.mpsms a{
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/sms.jpg) no-repeat top;
	border: solid 2px #838383;

}

.mpsms a:hover{
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/sms_hover.jpg) no-repeat top;
	border: solid 2px #f83f82;
}


.mpcard a{
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/card.jpg) no-repeat top;
	border: solid 2px #838383;

}

.mpcard a:hover{
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/card_hover.jpg)no-repeat top;
	border: solid 2px #f83f82;
}



.mpuser a{
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/user.jpg) no-repeat top;
	border: solid 2px #838383;
}

.mpuser a:hover{
	width: 82px;
	height: 64px;
	float: left;
	background: url(../img/user_hover.jpg) no-repeat top;
	border: solid 2px #f83f82;
}



.volver {
	padding-bottom: 47px;
	padding-left: 60px;
	margin-right:-80px;
	margin-top:-57px;
	float:right;
	background: url(../img/volver.jpg) left top no-repeat;

}

.volver:hover{
	padding-bottom: 47px;
	padding-left: 60px;
	margin-right:-80px;
	margin-top:-57px;
	float:right;
	background: url(../img/volverHover.jpg) left top no-repeat;

}



#tab_login{
	margin-bottom: 10px;
	margin-left: 220px;
}


/*

#modos_pago .mpsms a,a:hover{
	margin-left: -1px;
}

#modos_pago .mpcard a,a:hover{
	margin-top: -1px;
}

#modos_pago .mpuser a,a:hover{
	margin-left: -1px;
	margin-top: -1px;
}
*/



/** inline version */
#payment_inline{
	margin: 0px;

	float: left;
	padding-left: 40px;

	text-align: left;
	display: block;
	width: 344px;

}


#payment_inline ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;

}

#payment_inline li{
	margin-top: 0px;
	margin-left: 0px;
	display: inline;
	list-style-type: none;


}



/** login page **/
#subcontent_frame	{
	color: #fff;
	border-width: 4px;
	border-style: solid;
	border-color: #838383;
	text-align: center;
	font-size: 10px;
	background-color:#262626;
	width: 440px;
	margin-left: auto;
	left: 50%;
	visibility: visible;
	margin-right: auto;
	padding:15px;

	padding-bottom:	20px;
}

#subcontent_frame h1 {
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	color:#3acdf3;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#subcontent_frame p {
	margin: 0px;
	padding: 2px;
	text-align: center;
}
#subcontent_frame .input
{

	margin: 5px;
}
#subcontent_frame input
{
	width: 300px;
}

#subcontent_frame input[type=submit]
{
	width: 200px;
	height:20px;
}

#subcontent_frame a {
	font-weight:bold;
	text-transform:none;
	color:#fff;
}

#subcontent_frame label
{
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #fff;
	margin: 5px;
}

#subcontent_frame .submit

{
	margin-top: 20px;
	margin-bottom: 10px;

	text-align: center;
}





/*-----msg Atention-----*/

.attention_marcablanca {
	background-color: #ffdede;
	width: 700px;
	float: none;
	border: 1px solid #ffbebe;
	text-align: center;
	clear:both;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left:auto;
	margin-right:auto;


	color:#aa8888;
	font-size:10px;
	font-weight:bold;
	text-transform:none;
}
.attention_marcablanca h1 {
	font-size:16px;
	font-weight:bold;
	text-transform:none;
	color:#e83d3d;
}


.attention_marcablanca p {
	color:#aa8888;
	margin: 0px;
	padding: 0px;
	font-size:10px;
	font-weight:bold;
	text-transform:none;
}

