/* medallas */
p.oros {
	height:25px;
    position: relative;
	padding-top:2px;
	padding-left:125px;
}
p.oros.peq,p.oros.blackpeq{
	height:16px;
	padding-left:88px;
}

.medallas-empty,.medallas-full{
	display:block;
	position: absolute;
	left: 0px;
	top:0px;
	height:25px;
	background-position:left center;
	background-repeat:repeat-x;
}
.peq .medallas-empty,.peq .medallas-full{
	height:16px;
}
.medallas-empty {
    background-image:url(../img/medalla-empty.gif);
    width: 120px;
    z-index: 1;
}
.medallas-full{
    background-image:url(../img/medalla-full.gif);
    z-index: 2;
}
.peq .medallas-empty {
    background-image:url(../img/medalla-emptyp.gif);
    width: 84px;
}
.peq .medallas-full{
    background-image:url(../img/medalla-fullp.gif);
}
.black .medallas-empty{
	background-image:url(../img/medalla-emptyb.gif);
}
.black .medallas-full{
	background-image:url(../img/medalla-fullb.gif);
}
.blackpeq .medallas-empty{
	background-image:url(../img/medalla-emptybp.gif);
	width: 84px;
}
.blackpeq .medallas-full{
	background-image:url(../img/medalla-fullbp.gif);
}