/* ---------------- */
/*  CUERPO GENERAL  */
/* ---------------- */
body {
	background-image: url(../img/diseno/FondoA.jpg);
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.Clear {
	clear: both;
}

/* ---------------- */
/*  CONTENIDO WEB   */
/* ---------------- */
#Contenido {
	background-image: url(../img/diseno/FondoMapa.jpg);
	box-shadow: 5px 5px 10px #333; /* CSS3: Sombra - IZQ. ABA. DIFUM. COLOR */
	margin: auto;
	text-align: center;
	width: 990px;
}
#MensajesOcultos {
	display: none;
}
.ImgJuego {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin: 5px;
	text-align: center;
	text-transform: uppercase;
}
.ImgJuego img {
	margin-bottom: 3px;
	width: 200px;
}

/* ---------------- */
/*    LOGOTIPOS     */
/* ---------------- */
#Logos {
	border-bottom: 1px solid;
	border-color: #CCC;
	height: 40px;
	text-align: left;
}
#Logos img {
	border: 0;
	height: 40px;
}
#LogoIzq { /* Logo más estrecho de la izquierda */
	border: 0;
	height: 40px;
}
/* Información sobre el Patrocinador */
#PatroInfo {
	border: 1px solid;
	border-color: #AAA;
	background-color: #85DFFA;
	display: none;
	font-size: 11px;
	padding: 4px;
	position: absolute;
	min-width: 150px;
}

/* ---------------- */
/*      MAPA        */
/* ---------------- */
area {
	cursor: pointer;
}
#Mapa { /* Propiedad el Mapa */
	float: right;
	height: 616px;
	position: relative;
	width: 896px;
}
/* Información sobre la Posición */
#PosInfo {
	border: 1px solid;
	border-color: #AAA;
	background-color: #C0D8A6;
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	position: absolute;
	display: none;
}

/* ---------------- */
/*     FICHAS       */
/* ---------------- */
.Fichas { /* NOTA: Indicar las dimensiones correctas de las fichas */
	height: 29px;
	width: 29px;
	z-index: 1000;
}
.Fichas img { /* NOTA: Indicar las dimensiones correctas de las fichas */
	height: 25px;
	margin-top: 2px;
	width: 25px;
}
.Fichas {
	position: absolute;
}
/* Información sobre la Ficha */
#FichaInfo {
	border: 1px solid;
	border-color: #AAA;
	background-color: #EEE;
	font-size: 11px;
	padding: 4px;
	position: absolute;
	display: none;
	width: 120px;
}
/* Ficha seleccionada */
.FichaSel {
	background-image: url(../img/fichas/FichaSel.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* ---------------- */
/*     OPCIONES     */
/* ---------------- */
#Opciones {
	background-color: #C1E7FF;
	height: 616px;
	position: relative;
	width: 94px;
}
/* MENÚ */
#MenuVer {
	background-image: url(../img/diseno/MenuFondo.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 1px;
}
#MenuVer div {
	background-image: url(../img/diseno/MenuFlechaOn.png);
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
#Menu {
	background-color: #EEE;
	display: none;
	font-size: 11px;
	left: 94px;
	line-height: 20px;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 170px;
	z-index: 1100;
}
#Menu img {
	margin: 3px 0 0 3px;
}
#Menu span {
	cursor: pointer;
	font-weight: bold;
}
#Menu span:hover {
	color: #45862D;
}
#Menu .Activo {
	color: #0066CC;
	text-decoration: underline;
}
.MenuTit {
	background-image: url(../img/diseno/MenuFondo.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
}
.MenuSub {
	background-color: #CCC;
	color: #333;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
	padding: 0 5px 0 5px;
	text-align: left;
	text-transform: uppercase;
}
/* TURNO */
.TurnoActual {
	background-image: url(../img/diseno/TurnoEquipo.png);
	background-repeat: no-repeat;
	background-color: #91FF91;
	border: 1px solid;
	border-color: #006600;
	display: none;
	font-size: 11px;
	left: 94px;
	padding: 5px 5px 5px 15px ;
	position: absolute;
	text-align: left;
	top: 0px;
	width: 130px;
	z-index: 1500;
}
/* UTILIDADES */
#Utilidades {
	height: 44px;
	padding-left: 1px;
}
#Utilidades div {
	cursor: pointer;
}
#Utilidades img {
	height: 44px;
}
#Utilidades div {
	float: left;
	height: 44px;
	width: 46px;
}
#Utilidades div:hover {
	background-color: #37B5FF;
}
/* DADO */
#Dado {
	background-image: url(../img/diseno/DadoFondo.gif);
}
#Utilidades .MoverDado {
	background-color: #FFBF80;
	border: 1px solid;
	border-color: #F60;
	display: none;
	font-size: 12px;
	font-weight: bold;
	height: 25px; /* <- Se indica al mostrar el mensaje con jQuery */
	left: 0px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 50px;
	z-index: 150;
}
#Utilidades .MoverDado:hover {
	background-color: #FFBF80;
}
/* CRONÓMETRO */
#Cronometro {
	background-color: #C1E7FF;
	display: none;
	left: 94px;
	position: absolute;
	top: 26px;
	width: 140px;
	z-index: 1000;
}
#CronoTiempo {
	font-size: 30px;
	line-height: 44px;
}
#CronoOpcion {
	background-color: #CCC;
	float: right;
	width: 22px;
}
#CronoOpcion div {
	background-color: #FFF;
	cursor: pointer;
	height: 22px;
}
#CronoOpcion img {
	padding-top: 3px;
}
/* PUZZLES */
#Puzzles {
	margin-top: 3px;
}
.Casilla {
	height: 120px;
	margin: 5px auto 0 auto;
	position: relative;
	width: 78px;
}
.Casilla img {
	left: 0px;
	position: absolute;
}
.Casilla .Pieza {
	visibility: hidden;
}

/* ---------------- */
/*    PREGUNTAS     */
/* ---------------- */
/* PREGUNTA */
#PreguntaTxt img { /* Imágenes pregunta */
	border: 1px solid;
	border-color: #AAA;
	float: right;
	margin: 5px 0 5px 5px;
	max-height: 256px;
	max-width: 256px;
}
#PreguntaTxt select { /* Pregunta oculta */
	border: 1px solid;
	border-color: #AAA;
	font-size: 12px;
}
/* RESPUESTAS */
#RespOcultaVer {
	background-color: #DDD;
	background-image: url(../img/diseno/VerOculta.png);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #AAA;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 6px;
	position: relative;
	width: 190px;
}
#RespOcultaVer:hover {
	background-color: #CCC;
}
#RespOculta {
	background-color: #91FF91;
	border: 1px solid;
	border-color: #006600;
	display: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 4px 6px;
	position: absolute;
	z-index: 1600;
	width: 190px;
}
/* SOLUCIÓN */
#SolucionTxt span { /* Solución en verde */
	color: #009900;
	font-weight: bold;
}
/* MENSAJES */
#EstadoTxt, #TurnoTxt, #RepeticionTxt { /* Mensajes */
	font-weight: bold;
}
.MRojo { /* Mensaje en Rojo */
	color: #CC0000;
}
.TxtOculto { /* Textos Ocultos */
	display: none;
}

/* ---------------- */
/*  CONFIGURACIÓN   */
/* ---------------- */
.ConfigBloq, .ConfigBloqOn { /* Bloque de configuración */
	cursor: default;
	float: left;
	font-size: 12px;
	margin-right: 3px;
	width: 130px;
}
.ConfigBloq {
	border: 1px dashed;
	border-color: #CCC;
}
.ConfigBloqOn {
	border: 1px solid;
	border-color: #999;
}
.ConfigBloqTit, .ConfigBloqTitOn {
	background-color: #DDD;
	font-weight: bold;
	padding: 3px 5px;
}
.ConfigBloqTit {
	border-bottom: 1px dashed;
	border-color: #CCC;
}
.ConfigBloqTitOn {
	border-bottom: 1px solid;
	border-color: #999;
}
/* El equipo juega */
.ConfigJuega {
	float: right;
	font-size: 11px;
	margin: 3px;
}
.ConfigJuega  .On {
	color: #080;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.ConfigJuega  .Off {
	color: #C00;
}
/* Opciones */
.ConfigOpcion {
	border-bottom: 1px dashed;
	border-color: #CCC;
	color: #666;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 4px;
}
.ConfigBloqOn .ConfigOpcion:hover {
	background-color: #CCC;
	color: #333;
	cursor: pointer;
}
.ConfigSelec {
	background-color: #AFA;
	color: #060;
}
.ConfigBloqOn .ConfigSelec:hover {
	color: #C00;
}