@charset "utf-8";
.auto {
	color: #666666;
	font-family: Arial;
	font-size: 24px;
}
.nombreLugar {font-family: Arial; font-weight: bold; font-size: 14px; color: #666666; }
.gano {font-family: Arial; font-weight: bold; font-size: 14px; color: #990000; }
.cuota {color: #666666; font-family: Arial; font-size: 24px; font-weight: bold; }
.mensaje {
	font-family: Arial;
	font-size: 11px;
}
.titulo {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#listaAdjudicados {
	width:960px;
	margin:0px;
	padding:0px;
}

#listaAdjudicados {
	width:960px;
	margin:0px;
	padding:0px;
}

.adjudicadoClick {
	font-family: Arial; font-size: 12px; font-weight: bold; color: #333333;
	background-image: url(../images/adjudicado_fondo.png);
	cursor:pointer;
	text-transform:uppercase;
}

#nombreApellido {
	text-transform:uppercase;
}

#listaAdjudicados tr.onOver {
	background-image: url(../images/adjudicado_fondo.png);
	height:50px;
}

.adjudicado {
	font-family: Arial; font-size: 12px; font-weight: bold; color: #333333;
	background-image: url(../images/adjudicado_fondo.png);
}

.cuotaNumero {font-family: Arial; font-weight: bold; font-size: 24px; color: #990000; }


#AdjudicadosTPL {
	width:960px;
	margin:0px;
	padding:0px;
	float:left;
}



.chica1 {
	padding: 0px 0px 7px 0px;
	height:122px;
	width:160px;
	float: right;
	cursor:pointer;
}


.chica2 {
	padding: 0px;
	height:122px;
	width:160px;
	float: right;
	cursor:pointer;
}

.chicaNone1 {
	padding: 0px 0px 7px 0px;
	height:122px;
	width:160px;
	float: right;
	background-image:url(../images/nofoto.png);
	background-repeat:no-repeat;
}


.chicaNone2 {
	padding: 0px;
	height:122px;
	width:160px;
	float: right;
	background-image:url(../images/nofoto.png);
	background-repeat:no-repeat;
}