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

/* ---------------- */
/*   WEB CONTENT    */
/* ---------------- */
#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;
}

/* ---------------- */
/*      LOGOS       */
/* ---------------- */
#Logos {
	border-bottom: 1px solid;
	border-color: #CCC;
	height: 40px;
	text-align: left;
}
#Logos img {
	border: 0;
	height: 40px;
}
#LogoIzq { /* Left logo */
	border: 0;
	height: 40px;
}
/* Sponsor information */
#PatroInfo {
	border: 1px solid;
	border-color: #AAA;
	background-color: #85DFFA;
	display: none;
	font-size: 11px;
	padding: 4px;
	position: absolute;
	min-width: 150px;
}

/* ---------------- */
/*       MAP        */
/* ---------------- */
area {
	cursor: pointer;
}
#Mapa { /* Map properties */
	float: right;
	height: 616px;
	position: relative;
	width: 896px;
}
/* Position information */
#PosInfo {
	border: 1px solid;
	border-color: #AAA;
	background-color: #C0D8A6;
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	position: absolute;
	display: none;
}

/* ---------------- */
/*      PIECES      */
/* ---------------- */
.Fichas { /* NOTE: Indicate the correct dimensions of the pieces */
	height: 29px;
	width: 29px;
	z-index: 1000;
}
.Fichas img { /* NOTE: Indicate the correct dimensions of the pieces */
	height: 25px;
	margin-top: 2px;
	width: 25px;
}
.Fichas {
	position: absolute;
}
/* Pieces information */
#FichaInfo {
	border: 1px solid;
	border-color: #AAA;
	background-color: #EEE;
	font-size: 11px;
	padding: 4px;
	position: absolute;
	display: none;
	width: 120px;
}
/* Selected piece */
.FichaSel {
	background-image: url(../img/fichas/FichaSel.png);
	background-position: center;
	background-repeat: no-repeat;
}

/* ---------------- */
/*      OPTIONS     */
/* ---------------- */
#Opciones {
	background-color: #C1E7FF;
	height: 616px;
	position: relative;
	width: 94px;
}
/* MENU */
#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;
}
/* TURN */
.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;
}
/* UTILITIES */
#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;
}
/* DICE */
#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; /* <- Is indicated by displaying the message with jQuery */
	left: 0px;
	line-height: 25px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 50px;
	z-index: 150;
}
#Utilidades .MoverDado:hover {
	background-color: #FFBF80;
}
/* TIMER */
#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;
}

/* ---------------- */
/*    QUESTIONS     */
/* ---------------- */
/* QUESTION */
#PreguntaTxt img { /* Images of the question */
	border: 1px solid;
	border-color: #AAA;
	float: right;
	margin: 5px 0 5px 5px;
	max-height: 256px;
	max-width: 256px;
}
#PreguntaTxt select { /* Hidden question */
	border: 1px solid;
	border-color: #AAA;
	font-size: 12px;
}
/* ANSWERS */
#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;
}
/* SOLUTION */
#SolucionTxt span { /* Green solution */
	color: #009900;
	font-weight: bold;
}
/* MESSAGES */
#EstadoTxt, #TurnoTxt, #RepeticionTxt {
	font-weight: bold;
}
.MRojo { /* Red message */
	color: #CC0000;
}
.TxtOculto { /* Hidden texts */
	display: none;
}

/* ---------------- */
/*  CONFIGURATION   */
/* ---------------- */
.ConfigBloq, .ConfigBloqOn { /* Configuration Block */
	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;
}
/* The team that plays */
.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;
}
/* Options */
.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;
}