body{
	margin:0;
	padding:0;
	background:#fff;
	font-size:0.9em;
	min-width:800px;
	font-family:sans-serif;
}

a img{
	border:0;
}

a{
	text-decoration:none;
	color:#002BB8;
}

a:hover{
	text-decoration:underline;
}

.lateral{
	float:left;
	width:160px;
}

.contenido{
	padding: 0 1em 1em 170px;
}

.area_usuario{
	text-align:right;
	float:right;
}

.area_usuario div,.area_usuario form{
	display:inline;
}

.area_usuario .field input{
}


#titleQuestion, #name, #window td, #mensaje_respuesta_acertada, #mensaje_respuesta_fallada, #mensaje_respuesta_correcta, #esplicacion{
	text-align: center;
}

#question{
	margin: 0 auto;
}

#question #response{
	width: 200px;
}

#question div#options{
	margin-top:0.5em;
	text-align:center;
}

#question #options a{
	margin-right:1em;
	padding:0.5em 1em;
	border:1px solid;
	border-color:white gray gray white;
	font-size:1.4em;
	color:black;
	background:#cde;
	text-decoration:none;
	white-space:nowrap;
	line-height:3em;
}

#window table{
	margin: 1em auto 0 auto;
	width: 800px;
	border-collapse: collapse;
}

#window table, #window table td{
	border: 1px solid #0066c9;
}

#ok_button{
	display: block;
	margin: 0 auto;
	width: 100px;
	margin-top: 10px;
}

#question form {
	margin: 0;
	padding: 0;
	text-align:center;
}

#mensaje_respuesta_acertada, #respuesta_fallada, #respuesta_correcta{
	font-size: 1.2em;
}

#mensaje_respuesta_correcta, #mensaje_respuesta_acertada, #mensaje_respuesta_fallada{
	display: none;	
}

#mensaje_respuesta_acertada{
	color: #41a62a;
}

#mensaje_respuesta_fallada{
	color: #cc0000;
}

#respuesta_fallada{
	color: #ff0000;
}

#respuesta_correcta{
	color: #0066c9;
	font-size: 1.8em;
}

.opciones_ejercicio{
	float:right;
	background:#f0fbff;
	border:1px solid;
	border-color:white #8bd #8bd white;
	padding:5px;
	
}

.opciones_ejercicio .opciones{
	height:1.5em;
}

.opciones_ejercicio .opciones a.pausa{
	background:url(ejercicios/pausa.png) no-repeat 2px 5px #ddf8ff;
}

.opciones_ejercicio .opciones a.reiniciar{
	background:url(ejercicios/reiniciar.png) no-repeat 2px 5px #ddf8ff;
}

.opciones_ejercicio .opciones a.guardar{
	background:url(ejercicios/guardar.png) no-repeat 2px 5px #ddf8ff;
}

.opciones_ejercicio .opciones a.pausa:hover{
	background:url(ejercicios/pausa.png) no-repeat 3px 6px #f0fbff;
}

.opciones_ejercicio .opciones a.reiniciar:hover{
	background:url(ejercicios/reiniciar.png) no-repeat 3px 6px #f0fbff;
}

.opciones_ejercicio .opciones a.guardar:hover{
	background:url(ejercicios/guardar.png) no-repeat 3px 6px #f0fbff;
}

html>body .opciones_ejercicio .opciones{
	overflow:auto;
	height:auto;
}

.opciones_ejercicio .opciones a, .cuadroDialogo input{
	padding:1px 3px 1px 14px;
	display:block;
	color:black;
	text-decoration:none;
	background:#ddf8ff;
	float:left;
	margin:1px;
	border:1px solid;
	border-color:white #8bd #8bd white;
	font-weight:bolder;
}

.cuadroDialogo input{
	margin:auto;
	float:none;
}


.opciones_ejercicio .opciones a:hover, .cuadroDialogo input:hover{
	padding:2px 2px 0px 15px;
	border-color:#8bd white white #8bd;
}


.barra_progreso{
	border:1px solid black;
	text-align:center;
	margin:10px 0;
	background:url(ejercicios/progreso.png) repeat-y #eee;
	background-position:-200px;
	width:200px;
}

.contenedor_ejercicio{
	padding-right:200px;
}

.ejercicio{
	background: url(ejercicios/boxTop.png) no-repeat top;
	min-height:251px;
}

.ejercicio_window{
	background: url(ejercicios/boxBottom.png) no-repeat bottom;
	margin:0;
	height:20px;
}

.ejercicio2 #expandWindow{
	width: 530px;
	background: url(ejercicios/degraBox.png) repeat-y;
}

.ejercicio2{
	width: 530px;
	margin: 0.5em auto;
}

#enhorabuena_final{
	text-align:center;
	margin:2em;
	margin-top:5em;
}


/* Ejercicio de ordenar frases */

#question #options #origen_palabras a,
#question #options #destino_palabras a{
	margin-right:0.2em;
	padding:0 0.2em;
	font-size:1.2em;
	line-height:2em;
	cursor:pointer;
}

#question #options #origen_palabras,
#question #options #destino_palabras{
	background:#ef9;
	border:1px solid #cd7;
	height:2.5em;
	margin-bottom:0.2em;
}

html>body #question #options #origen_palabras,
html>body #question #options #destino_palabras{
	height:auto;
	min-height:2.5em;
}

#question #options p.explicacion_ordenar{
	margin:0;
	padding:0;
	font-size:0.8em;
}

.tecladoVirtual{
	margin-top:1em;
}

.tecladoVirtual a{
	background:silver;
	border:2px solid;
	border-color:#eee #999 #999 #eee;
	font-size:1.3em;
	color:black;
	text-decoration:none;
	padding:0.2em 0.5em;
	line-height:2em;
}

.tecladoVirtual a:hover{
	background:#ddd;
	border-color:#999 #eee #eee #999;
}

.tecladoVirtual a.modificador{
	background:#ff7
}



/* wiki */

.migas_wiki{
	padding:0.5em 1em;
}

ul.opciones_wiki{
	list-style:none;
	padding:0;
	margin:0;
	height:1.35em;
}


ul.opciones_wiki li a{
	position:relative;
	float:left;
	display:block;
	border:1px solid silver;
	text-decoration:none;
	padding:0.1em 0.4em;
	background:#eee;
	margin-left:0.2em;
}

ul.opciones_wiki li.actual a{
	background:white;
	margin-top:1px;
	margin-bottom:-1px;
	border-bottom:none;
	z-index:10;
}

.bloque_wiki{
	padding:0.5em;
	border:1px solid silver;
	background:white;
}

.bloque_wiki h1, .bloque_wiki h2{
	margin:0.5em 0;
	border-bottom:1px solid silver;
	font-size:1.7em;
	font-weight:normal;
}

.bloque_wiki h2{
	font-size:1.3em;
	margin:0.5em 0;
}

.bloque_wiki h3{
	margin:-0.6em -0.6em 0 -0.6em;
	background:gray;
	color: white;
	padding:0.1em 0.2em;
	font-size:0.9em;
}

.versiones_articulo{
	float:right;
	width:14em;
}

.versiones_articulo table{
	border-collapse:collapse;
	width:100%;
}

.versiones_articulo table th, .versiones_articulo table td{
	border-right:1px solid silver;
	margin:0;
	padding:0;
}

.versiones_articulo table td{
	border-top:1px solid #eef;
}

.versiones_articulo table a{
	display:block;
	height:18px;
	color:black;
	text-decoration:none;
	padding:1px;
}

.versiones_articulo table .actual a{
	background:#def;
}

.columna_central_wiki{
	/*padding-right:16em;*/
}

.revision_add{
	color:green;
	text-decoration:underline;
}

.revision_remove{
	color:red;
	text-decoration:line-through;
}

.form_edicion_articulo textarea{
	width:100%;
	height:30em;
}

div#objeto_pregunta{
	text-align:center;
	font-size:3em;
	color:#09f;
}

.ejercicio .estadisticas .datos{
	float:right;
}

.licencia_wiki{
	text-align:center;
}

/* Últimas revisiones */

.ultimos_cambios_wiki, .apartados_principales_wiki{
	border:1px solid silver;
	margin-top:20px;
	margin:0.5em 0 0.5em 0.5em;
}

.ultimos_cambios_wiki h2, .apartados_principales_wiki h2{
	font-size:1em;
	margin:0;
	background:gray;
	color:white;
	padding:0.1em 0.3em;
}

.apartados_principales_wiki ul {
font-size:90%;
line-height:1.5em;
list-style-image:url(bullet.gif);
list-style-type:square;
margin:0.3em 0 0 1.5em;
padding:0;
}

.apartados_principales_wiki li {
margin:0;
padding:0;
margin-bottom:0.1em;
}

.ultimos_cambios_wiki ul{
	list-style:none;
	margin:0;
	padding:0;
	height:200px;
	overflow:auto;
}

.ultimos_cambios_wiki a{
	text-decoration:none;
	color:black;
	display:block;
}

.edicion_ejercicio{
	display:none;
}

.apartado_edicion_ejercicio{
	border:1px solid silver;
	margin:1em 0 0.5em 0;
	padding:0.5em;
}

.apartado_edicion_ejercicio .incluye_ejercicio_label{
	display:block;
	margin-top:-1.2em;
	background:white;
	float:left;
	padding:0 0.5em 0 0;
}

a.articulo_inexistente{
	color:red;
}

a.ejercicio_no_iniciado, a.ejercicio_iniciado, a.ejercicio_mitad, a.ejercicio_terminando, a.ejercicio_completo{
	padding-left:14px;
}

a.ejercicio_no_iniciado{background:url(estado/0.png) left 50% no-repeat;}
a.ejercicio_iniciado{background:url(estado/25.png) left 50% no-repeat;}
a.ejercicio_mitad{background:url(estado/50.png) left 50% no-repeat;}
a.ejercicio_terminando{background:url(estado/75.png) left 50% no-repeat;}
a.ejercicio_completo{background:url(estado/100.png) left 50% no-repeat;}

.historial{
	border:1px outset;
}

.historial th, .historial td{
	border:1px inset;
	padding:2px;
}

.historial tr.actual{
	background:#adf;
	font-weight:bolder;
}