div#fondoDesorden
{
	position: absolute;
	
	width: 791px;
	height: 562px;
	
	background: url(../img/desorden.png) no-repeat;
	
	z-index:1;
}

img.fijo
{
	position: absolute;
	z-index: 10;
	
	opacity:0.7;
	filter:alpha(opacity=70);
}

img.parpadeo
{
	position: absolute;
	z-index: 10;
	
	
	opacity:1;
	filter:alpha(opacity=100);
}

img.destello
{
	position: absolute;
	
	z-index: 10;
	
	opacity:0.7;
	filter:alpha(opacity=70);
}

img#d1, img#d1f, img#d1p
{
	top:155px;
	left:332px;
}

img#d2, img#d2f, img#d2p
{
	top:163px;
	left:477px;
}

img#d3, img#d3f, img#d3p
{
	top:155px;
	left:595px;
}

img#d4, img#d4f, img#d4p
{
	top:245px;
	left:222px;
}

img#d5, img#d5f, img#d5p
{
	top:213px;
	left:404px;
}

img#d6, img#d6f, img#d6p
{
	top:188px;
	left:693px;
}

img#d7, img#d7f, img#d7p
{
	top:337px;
	left:239px;
}

img#d8, img#d8f, img#d8p
{
	top:286px;
	left:418px;
}

img#d9, img#d9f, img#d9p
{
	top:290px;
	left:523px;
}

div#capaDeEscritura
{
	height: 100%;
	width: 100%;
	
	z-index:1000;
	
	background: rgba(0,0,0,0.5);
	
	position: absolute;
	top:0px;
	left:0px;
}
input#regla
{
	z-index:1500;
	
	width: 600px;
	left: 50%;
	margin-left:-350px;
	
	position:absolute;
	
	bottom: 60px;
	
	font-size: 14px;
	
	color: black !important;
	
	
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	padding: 5px;
	
	
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	
	box-shadow: 7px 7px 7px rgba(0,0,0,0.75);
}

div#botonAgregar
{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	background: #DD491B;
	
	border: 1px solid white;
	
	width: 50px;
	
	position:absolute;
	bottom: 57px;
	right: 40px;
	
	padding: 5px;
	font-size: 14px;
	
	padding-left:10px;
	padding-right:10px;
	
	cursor: pointer;
	
	color: white !important;
	
	box-shadow: 7px 7px 7px rgba(0,0,0,0.75);
}

div#instruccionesPanel2
{
	color: black;
	
	width: 300px;
	
	font-size: 14px;
	
	font-weight:bold;
}

div#recordar
{
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	
	position: absolute;
	
	top: 50px;
	left: 10px;
	
	width: 260px;
	height: 20px;
	
	padding: 10px;
	
	background: #F16275;
	
	font-size: 13px;
	
	box-shadow: 7px 7px 7px rgba(0,0,0,0.75);
	
	cursor: pointer;
	
	color: white !important;
}