body {
	margin :  5px  5px  0px  5px;
	font-family: 'Trebuchet MS';
}

h1.tit {
	position: relative;
	margin :  0px  0px 12px  0px;
	padding:  2px  5px;
	font-size  : 15px;
	background: #F4F4FF;
}
h2.sub {
	position: relative;
	margin :  0px  0px  6px  0px;
	padding:  0px;
	font-size  : 13px;
}
p {
	margin :  0px  0px 12px  0px;
	font-size  : 13px;
}

#cfgform {
	position: relative;
	padding:  0px 25px;
}
.cfgopts {
	margin :  0px  0px  6px  0px;
	padding:  3px  5px;
	background: #F4F4FF;
}

.grup {
	display: inline-block;
	width : 150px;
	color : #333333;
	text-decoration: none;
}
.grup:hover {
	color : #000099;
}

#btn_start {
	position: absolute;
	bottom:  0px;
	left  : 50%;
	width : 130px;
	margin-left: -65px;
	padding:  2px 5px;
	color : #7F7FCC;
	font-size  : 15px;
	font-weight: bold;
	text-align : center;
	text-decoration: none;
	border: 1px solid #D5D5FF;
	border-bottom: 0px;
	background: #F4F4FF;
}
#btn_start:hover {
	color : #000099;
}



#scoreboard {
	position: relative;
	margin :  0px;
	color : #000099;
	font-size  : 22px;
	line-height: 35px;
	background-color : #F4F4FF;
}
.withclock {
	background-image : url('../images/ico-clock.png');
	background-repeat: no-repeat;
}
#scoreboard_timer {
	position: absolute;
	top   :  0px;
	left  : 35px;
}
#scoreboard_score {
	position: absolute;
	top   :  0px;
	right :  5px;
}

#board {
	position: relative;
	padding:  0px 25px;
	color : #000099;
}



p#pQuestion {
	margin : 10px  0px 20px  0px;
	font-size: 20px;
}
p#pQuestion img {
	float : right;
	max-width: 200px;
	margin:  0px  0px  5px  5px;
}
p#pQuestion span.de { }
p#pQuestion span.es { color : #777777; }
p#pResult {
	margin : 10px  0px 20px  0px;
	font-size: 20px;
}
p.pResultOk { color: #009900; }
p.pResultKo { color: #FF0000; }

#dAnswers {
	position: relative;
}
#dAnswers p {
	position: relative;
	margin : 10px  0px;
	padding:  2px  0px  2px 35px;
	font-size: 20px;
}
#pAnswerA { background: url(../images/icoOptionA.gif) no-repeat; }
#pAnswerB { background: url(../images/icoOptionB.gif) no-repeat; }
#pAnswerC { background: url(../images/icoOptionC.gif) no-repeat; }



#gameover {
	display: none;
	position: relative;
	width : 585px;
	height: 335px;
	padding:  0px 25px;
}
#gameover_message {
	margin : 25px  8px  8px  8px;
	font-size : 18px;
}
#gameover_score {
	margin :  0px  0px  0px  0px;
	padding:  0px 38px;
	font-size  : 13px;
	line-height: 32px;
}
.gameover_score1 {
	background: url(../images/icons-awards.png) 0px 0px no-repeat;
}
.gameover_score2 {
	background: url(../images/icons-awards.png) 0px -32px no-repeat;
}
.gameover_score3 {
	background: url(../images/icons-awards.png) 0px -64px no-repeat;
}
