#splash {
	width:571px;
	height:350px;
}

#panelReel {
	position: absolute;
	top: 0;
	left: 0;
}

#panelReel > * {
	position:relative;
	display:block;
	width: 790px;
	height:560px;
	}

#activity {
	width: 790px;
	height: 560px;
	
	/*Estas propiedades pueden modificarse si llegase a ser necesario*/	
	margin:auto;
	overflow:hidden;
	/*border: dashed 3px;	*/
}

.ac_drag{
	position:relative;
	width: 210px;
	height: 80px;
	background-repeat: no-repeat;
	z-index: 3;
	background-image: url(../img/etiqueta.png);
	cursor: move;
}

.ac_drop{
	position:relative;
	width: 197px;
	height: 80px;
}
p{
	color: rgb(255, 255, 255) !important;
	font-size: 14px;
	padding-top: 12px;
	padding-left: 14px;
	text-align: center;
	cursor: move;
}
h3{
	text-align: center;
	margin-top: 35px;
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
}
h2{
	width: 68px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: normal;
}

#final{
	font-size: 14px;
}
#tablero {
	background-image: url(../img/fondo.png);
	background-repeat: no-repeat;*/
	height: 560px;
	font-family: 'trade';
}

#consecuencias{

}

/*Elementos Dropables*/
#modernizacion{
	top: 64px;
	left: 294px;
	/*background-color: blue;*/
}

#impulsada{
	top: 22px;
	left: 32px;
	/*background-color: brown;*/
}
         
#llevo{
	top: -58px;
	left: 562px;
	/*background-color: yellow;*/
}         
         
#significaron{
	top: 22px;
	left: 157px;
	/*background-color: violet;*/
}          
 
 #pretendiera{
	top: -58px;
	left: 439px;
	/*background-color: orange;*/
}         
         

#Procesos{

}

/*Elementos Dragables */
 #comenzo{
	top: -20px;
	left: 54px;
	/*background-color: blue;*/
}  

#fin_sistema{
	top: -98px;
	left: 300px;
	/*background-color: violet;*/
}  

#expandirse{
	top: -98px;
	left: 500px;
	/*background-color: violet;*/
}  

 #convirtiera{
	top: -180px;
	left: 549px;	
	/*background-color: yellow;*/
}         

#expandirse{
	top: -180px;
	left: 169px;
	/*background-color: orange;*/
}           

#reformas{
	top: -258px;
	left: 427px;
	/*background-color: brown;*/
}                

#felicidades_wrap{
	display:none;
	width: 790px;
	height: 560px;
	text-align:center;
	background-color: rgba(255, 255, 255, .8);
}

/* Utilizar la fuente trade bold */
.heavy {font-family: 'tradebold' !important; }

/* Mensajes de diálogo (acierto / error) */
.ui-dialog { padding: 0 !important; background: transparent !important; border: 1px solid transparent !important; }
#felicidades, #reiniciar, #acierto, #error { font-family:'trade' !important; font-size:16px; }
#felicidades, #acierto { background: #3399cc; border-radius: 5px; box-shadow: 0 5px 10px 0 #333;}
#reiniciar, #error { background: #ff3300; border-radius: 5px; box-shadow: 0 5px 10px 0 #333;}
#felicidades p, #acierto p { font-weight: normal; color: #fff; }
#reiniciar p, #error p { font-family: 'trade' !important; font-weight: normal; color: #fff; }
.ui-dialog-titlebar { background: transparent !important; border: none !important; } 
.ui-widget-header button { width: 35px !important; height: 35px !important; margin: 0 !important; padding: 0 !important; background: url('../img/cerrar.png') !important; z-index: 10 !important; right: -5px !important; top: 11px !important;}
.ui-icon-closethick { display: none !important; }
.ui-button { background: transparent !important; color: transparent !important; border: none !important; }
.ui-widget-overlay { background: #222222; opacity: .8; }
*:focus, :focus { outline: 0; }
.ui-draggable-disabled {opacity: 1 !important;}
