body {
	background: #E97F05 url('img/bg.jpg') repeat-x;
}

.site-logo {
	width: 221px;
	height: 119px;
	background: url('img/k_logo.png') no-repeat;
	margin: 50px auto 63px auto;
}

.content button{
	width: 290px;
	height: 49px;
	background: url('img/boton.png') no-repeat;
	border: none;
	font-size: 24px;
	color: white;
	text-align: center;
	display: block;
	margin: 15px auto 0 auto;
}

.content a {
	text-decoration: none;
}

/* Clan */

.clanLogo {
	display: inline;
	margin: auto;
}

/* Character */

.smallChar {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 4px 5px 0 0;
	float: left;
}

.smallChar p {
	position: absolute;
	top: -14px;
	width: 96px;
	text-align: center;
	color: white;
	text-decoration: none;
	z-index: 4;
}

.smallFrame {
	position: absolute;
	top: 0px;
	z-index: 2;
}

.stdSmallUrl {
	position: absolute;
	top: 20px;
	left: 2px;
	z-index: 1;
}

.btBottom {
	position: relative;
	float: none;
	top: 10px;
	padding-bottom: 10px;
}

/* UR Card Layout */

.cardRDiv { background-image:url(img/card/v2/bg_r.gif); }
.cardUDiv { background-image:url(img/card/v2/bg_u.gif); }
.cardCDiv { background-image:url(img/card/v2/bg_c.gif); }
.cardXDiv { background-image:url(img/card/v2/bg_x.gif); }

.cardRDiv, .cardUDiv, .cardCDiv, .cardXDiv {
    position: relative;
	float: left;
	text-align: left;
	margin: 0px -2px -3px -5px;
	background-repeat:no-repeat;
	width: 165px;
	height: 225px;
	z-index:10;
}

.cardName {
	position: absolute;
	top: 5px;
    left: 34px;
	width:116px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	color: #FFFFFF;
}

.cardPict {
	position: absolute;
	top: 23px;
	left: 9px;
	border: 0px;
	width: 140px;
	height: 112px;
}

.cardClanMask {
	background-image:url(img/card/v2/clanmask.gif);
	width: 32px;
	height: 37px;
	position: absolute;
	top: 3px;
	left: 5px;
}

.cardClanPict
{
	position: absolute;
	top: 11px;
	left: 12px;
	width: 17px;
	height: 15px;
}

.cardPH
{
    position: absolute;
    top: 141px;
    left: 12px;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
}

.cardPDD {
    position: absolute;
    top: 179px;
    left: 12px;
    font-size: 11px;
    font-weight:bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
}

.cardPower {
    position: absolute;
    top: 166px;
    left: 53px;
    font-size: 9px;
    line-height: 100%;
    color: #FFFFFF;
}

.cardBonus {
    position: absolute;
    top: 192px;
    left: 53px;
    font-size: 9px;
    line-height: 100%;
    color: #FFFFFF;
}

.cardFirstStar {
    position: absolute;
    top: 140px;
    left: 39px;
}

.cardStars {
    position: absolute;
    top: 139px;
    left: 30px;
}

.cardXP {
    position: absolute;
    top: 146px;
    left: 47px;
}

.cardEloValidity {
	position: absolute;
	display: inline;
	top: 26px;
	left: 125px;
}

.cardScore {
	position: absolute;
	text-align: right;
	font-size: 16px;
    font-weight:bold;
	color: gold;
	top: 121px; /*143*/
	left: 15px; /*130*/
	display: none;
}

.cardScore img {
	position: relative;
}


.vig128 { width: 29px; height: 23px; }
.vig160 { width: 35px; height: 28px; }
.vig240 { width: 50px; height: 40px; }
.std128 { width: 92px; height: 74px; }
.std160 { width: 140px; height: 112px; }
.std240 { width: 200px; height: 160px; }
.imgHilite { background-color: #FFFF33; }