/* #zp-paso {
	width:99px;
	height:42px;
	bottom:10px;
	right:10px;
	background: transparent top left url(../images/zp-paso.png) no-repeat;
	cursor:pointer;
}
 */
.container {
 min-width: 950px !important;
}

#columna-der , #columna-izq {
	height:100%;width:120px;
}

#zona-pregunton {
	/* height:319px; */
	height:400px;
}
#zp-pregunta {
	position:relative;
	text-indent:90px;
	margin-top:10px;
	margin-left:15px;
	padding-left:30px;
	padding-right:20px;
	height:125px;
/* 	background: transparent top left url(../images/pregunta.png) no-repeat; */
}
#zp-paso {
	width:99px;
	height:42px;
	position:absolute;
	bottom:0px;
	right:10px;
	background: transparent top left url(../images/zp-paso.png) no-repeat;
	cursor:pointer;
}
#zp-respuestas {
	padding:5px 0px 0px 5px;
	/* width:780px; */
	height:250px;/**/
	float:left;
	position:relative;/*añadido por alex*/
	overflow:auto;/*añadido por alex*/
}
#zp-respuestas ol{
	padding-left:20px;
	margin:0px;
	font-size:0.9em;
}
#zp-respuestas li:hover{
	background: transparent top left url(../images/resp-bg.png);	
	cursor:pointer;
	color: #000;
}
#zp-respuestas .respuesta_mal {
	background-color:#770000;
}
#zp-respuestas .respuesta_bien {
	background-color:#00FF00;
	color: #000;
}
#zp-respuestas .respuesta_seleccionada {
	background-color:#000077;
}
#zona-ley {
	height:240px;
	margin:0px;
}
#ley {
	margin:7px 0px 0px 30px;
	height: 240px;
	float:left;
	font-size:0.9em;
	overflow:auto;
}
#zp-reloj {
	margin-left:12px;
	width:70px;
	height:250px;
	float:left;
	padding-top:107px;
	font-size:2em;
	text-align:center;
	background: transparent top left url(/images/practica.png) no-repeat;
	cursor:pointer;
}
#txtpreg {
	z-index: 1;
    display: block;
    position: absolute;
    margin-left: 20px;
    margin-top: 10px;
}

#ley h1 {
	font-size: 1.3rem !important;
}
#ley h2 {
	font-size: 1.2rem !important;
}
#ley h3 {
	font-size: 1.1rem !important;
}

/*-----------------LO DE ARRIBA ES IMPRESCINDIBLE ----------------------*/

#zp-titulo {
	color:#44220C;
	padding-top:5px;
	padding-left:28px;
}
#zona-pregunton .pasa {
	font-size:1em;
	font-weight:bold;
	padding-top:117px;	
}
/* ########### CSS para las respuestas a base de imagenes que no se amplian automaticamente*/
/*.respuestas_imagen {
	overflow:hidden;
}*/
.respuestas_imagen li {
	float:left;
	width:150px;
	margin-right:5px;
	overflow:hidden;
	text-align:center;
	padding:0px;
	height:100px;
	z-index:1;
	position:relative;/*añadido por alex*/
}
.respuestas_imagen li:hover {overflow:visible;z-index:100;}
.respuestas_imagen li img {
	border: 0px #000 solid;
	margin: 5px auto;
	height: 90px;
	z-index:1;
}
/*.respuestas_imagen li img:hover {
	border: 0px #000 solid;
	height:200px;
	overflow:visible;
	z-index: 100;
}*/
.respuestas_imagen ol {
	margin:0px auto;
}

.respuestas_imagen #respuesta1_dato, .respuestas_imagen #respuesta2_dato, .respuestas_imagen #respuesta3_dato, .respuestas_imagen #respuesta4_dato, .respuestas_imagen #respuesta5_dato {

	height:100px;
}
/* ########### */
/* ########### CSS para las respuestas a base de imagenes que se amplian automaticamente*/
/*.respuestas_imagen_big {
	overflow:hidden;
}*/
.respuestas_imagen_big li {
	float:left;
	width:150px;
	margin-right:5px;
	overflow:hidden;
	text-align:center;
	padding:0px;
	height:100px;
	z-index:1;
	position:relative;/*añadido por alex*/
}
.respuestas_imagen_big li:hover {overflow:visible;z-index:100;}
.respuestas_imagen_big li img {
	border: 0px #000 solid;
	margin: 5px auto;
	height: 90px;
	z-index:1;
}
.respuestas_imagen_big li img:hover {
	border: 0px #000 solid;
	height:200px;
	overflow:visible;
	z-index: 100;
}
.respuestas_imagen_big ol {
	margin:0px auto;
}

.respuestas_imagen_big #respuesta1_dato, .respuestas_imagen_big #respuesta2_dato, .respuestas_imagen_big #respuesta3_dato, .respuestas_imagen_big #respuesta4_dato, .respuestas_imagen_big #respuesta5_dato {

	height:100px;
}
/* ########### */


#temas {
	/* margin:7px 0px 0px 4px; */
	float:left;
	width:100%;
	height: 240px;
	font-size:0.8em;
	cursor:pointer;
	text-transform :capitalize;
	overflow:auto;
}
.linea_jugador, .linea_jugador_toca, .linea_jugador_fallo, .linea_jugador_ok {
	margin:0px;
	padding:0px;
	height:13px;
	overflow:hidden;
	padding-left:15px;	
}
#nicks .linea_jugador_toca {
	background: transparent 0px 1px url(../images/nick-azul.png) no-repeat;
}
#nicks .linea_jugador_fallo {
	background: transparent 0px 1px url(../images/nick-rojo.png) no-repeat;
}
#nicks .linea_jugador_ok {
	background: transparent 0px 1px url(../images/nick-verde.png) no-repeat;
}
#nicks .linea_jugador_ignorado {
	color:#8D5922;
}
#nicks .nombre_jugador {
	float:left;
	width:75px;
	overflow:hidden;
}
#nicks .puntos_jugador {
	float:right;
	width:30px;
	overflow:hidden;	
}



#footer-bg {
	height:213px;
	background: #E5D9BB top left url(../images/footer-bg1.jpg) repeat-x;	
	width:100%;

}

#footer {
	margin:0 auto;
	text-align:left;
	width: 996px;
	height:144px;
	background: transparent top url(../images/footer-bg2.png) repeat-y;
	overflow:hidden;

}
#footer-end {
	margin:0 auto;
	text-align:left;
	width: 960px;
	height:37px;
	background: transparent bottom left url(../images/footer-bg-end.png) no-repeat;
}
.footer-column {
	float:left;
	width: 25%;
	margin:10px 0px 0px 60px;
	color:#FFF;
	font-size:0.8em;
}
.footer-column h1{
	font-size:1em;
}

