@charset "utf-8";
/* CSS Document */

.listaafiliados {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #0374D2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.listaafiliados .afiliado {
	height: 20px;
	padding: 2px;
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
.listaafiliados .afiliado .num {
	float: left;
	width: 10%;
	line-height: 20px;
}
.listaafiliados .afiliado .link {
	float: left;
	width: 70%;
	line-height: 20px;
	color:#333333;
}
.listaafiliados .afiliado a {
	color:#333333;
}
.listaafiliados .afiliado a:hover {
	color:#CC3300;
}
.listaafiliados .afiliado .hits {
	float: left;
	width: 10%;
	line-height: 20px;
	text-align: right;
}
.listaafiliados .afiliado .percent {
	float: left;
	width: 10%;
	line-height: 20px;
	text-align: right;
}
#sBackGrd #sG .tableCont tr .sRR .adelantos center .gemAfiliados {
	padding: 4px;
	font-size: 12px;
}
#sBackGrd #sG .tableCont tr .sRR .adelantos center .gemAfiliados .lista .item {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#sBackGrd #sG .tableCont tr .sRR .adelantos center .gemAfiliados .lista .item a {
	color: #006;
}

#sBackGrd #sG .tableCont tr .sRR .adelantos center .gemAfiliados .lnk_mas {
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#sBackGrd #sG .tableCont tr .sRR .adelantos center .gemAfiliados .lnk_afiliar {
	display: block;
}
.gemAfiliados a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-align: center;
}
.afiliarformulario {
	color: #333333;
	background-color:#FFF;
}
.gemAfiliados a:hover {
	color:#CC3300;
}