body {
	font-family: Arial,Verdana;
	font-size: 0.8em;
	color: #373535;
	line-height: 150%;
}
H1 {
	font-size: 130%;
	font-weight: bold;
}
div.instrukzioak {
	padding: 5px;
	border: 1px solid #C5A22B;
	background-color: #FAF6EC;
	color: #C5A22B;
}
div.botoiak {
	padding-top: 15px;
	width: 100%;
	text-align: center;
}
div.botoiak input {
	border-color: #C5A22B;
	background-color: #FAF6EC;
	color: #C5A22B;
	margin: 10px;
	padding: 3px;
	font-weight: bold;
}
div.posibleak {
	padding: 10px;
	border: 1px solid #C5A22B;
	background-color: #FAF6EC;
	color: #C5A22B;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	width: 100%;
	height: 100%;
}
div.posibleak span{
	padding: 5px;
	margin: 5px;
	border: 1px dotted #C5A22B;
	float: left;
	display: block;
}
div.posibleak span.eginda{
	font-style: italic;
	display: none;
}
div.posibleak span.aukeratua{
	background-color: #FAF6EC;
}
div.preguntasdiv {
	padding-bottom: 10px;
}
span.feedback {
	position: absolute;
	top: 30px;
	left: -20px;
	padding: 5px;
	border: 1px solid #C5A22B;
	background-color: #FAF6EC;
	color: #C5A22B;
}
table.columnas, table.column_radio {
	border: 2px solid #C5A22B;
	position: relative;
	width: 90%;
	clear: both;
}
table.columnas th, table.column_radio th{
	border: 1px solid #C5A22B;
	border-right: 0px solid #C5A22B;
	background-color: #FAF6EC;
	font-size: 0.8em;
	color: #C5A22B;
	font-weight: bold;
	padding: 5px;
}
table.columnas td{
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #C5A22B;
	font-size: 0.8em;
	padding: 5px;
	height: 5px;
}
table.columnas td.aukerak{
	height: 100px;
	vertical-align: top;
}
table.columnas td ul{
	list-style: square;
	padding-left: 15px;
}
table.columnas td ul li{
	padding-top: 5px;
}
table.columnas td.aukerak ul li img.ezabatu{
	padding: 2px;
	margin-left: 10px;
	border: 1px solid #C5A22B;
	background-color: #FAF6EC;
	vertical-align: middle;
}

table.column_radio td{
	border: 1px solid #C5A22B;
	border-right: 0px solid #C5A22B;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
table.column_radio span.correcta {
	color: black;
}


