@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #536A6F;
}
.wrapper{
	width: 900px;
	margin: 0 auto;
}
a img{
	border: none;
}
a{
	text-decoration: none;
	color: #FF6600;
}
a:hover{
	color: #FF6600;
}
.breadcrumb div {
	color: #6B898F;
}
.row-top{
	position: relative;
	float: right;
	width: 720px;
	height: 300px;
	overflow: hidden;
}
/**
 * Informacion en recuperacion de la cuenta.
 **/
.captcha {
	padding-top: 10px;
}
/**
 * Tabla de los datos para las Tarjetas. 
 */
.trRow {
	padding: 3px;
}
.tdLabel {
	width: 120px;
}
.tdElement {
	width: 300px;
}
.gpoTarjeta {
	width: 35px;
	text-align: center;
}
/**
 * Datos de facturacion resumen.
 */
.dfCont {
	background: #f5f5f5;
	border: solid 1px #e6e6e6;
	padding: 10px
}
.df {
	padding: 5px;
	clear: all;
}
.dfLabel {
	width: 140px;
	float: left;
}
.dfCampo {
	width: 300px;
}
/**
 * Filas y celdas en div.
 */
.tableDiv {
	position: relative;
	display: block;
	overflow: hidden;
}
 .trDiv {
 	position: relative;
	overflow: hidden;
 }
.tdDiv{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
/**
 * Imagenes de las tarjetas aceptadas.
 **/
.Payments {
    position: relative;
    width: 100%;
    overflow: hidden
}
.Payments h3 {
    width: 300px;
    float: left;
}
.Payments div {
    float: right;
    overflow: hidden;
}
