/* CSS Document */
/*-------------------------------------------*/

	#zona_trabajo{
		  min-height: 100%;
		  left: 0px;
		  top: -50px;
		  width: 100%;
		  border-radius: 12px;
		  position: absolute;	
	}
	.fondocasa
	{
		background-image: url(../images/tema/house-parts.png);
    background-size: 98%;
    height: 370px;
    background-repeat: no-repeat;
	
	}
	
	.fondococina
	{
		background-image: url(../images/tema/cocina.png);
		background-position: 55% 71%;
    	background-size: 87%;
    	height: 370px;
    	background-repeat: no-repeat;
	}
	
	.fondocomedor
	{
		background-image: url(../images/tema/comedor.png);
		background-position: 55% 71%;
    	background-size: 87%;
    	height: 370px;
    	background-repeat: no-repeat;
	}
	
	#manito
	{
	    color: #1976D2;
    font-size: 37px;
    padding: 12px 5px 12px 12px;
    animation: 2s aum infinite;
    z-index: 2;
    position: relative;
    left: -6px;
    top: 8px;
	}
	@keyframes aum {
   	 50% { opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */}
	}
	.boton {
    color: white;
    text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
    width: 100px;
    height: 50px;
    text-align: center;
    font-family: Chewy;
    font-size: 19px;
    background-color: #FFC107;
    border-radius: 20px 7px 20px 7px;
    padding: 12px;
    cursor: url(../images/cursor/hand.cur) , auto!important;
	}
	.partes div
	{
		width:80%;
		margin:0px auto;
		padding:5px;
		background-color:white;
		font-family:chewy;
		font-size:25px;
		border-radius:12px;
		color:blue;
		margin:3px;
		text-align:center;		
	}
	
	.arrastrable
	{
	    width: 103px;
    float: left;
    font-family: Chewy;
    text-stroke: 1px black;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    margin-right: 3px;
	}
	
	#arras_incorrecto
	{
		display:none;
		    position: relative;
    left: 559px;
    top: -104px;
    transform: rotate(-53deg);
    width: 139px;
    z-index: 2000;
	}
	
	.verificar
	{
	position: absolute;
    right: 218px;
    top: 73px;
    z-index: 10;
    padding: 0px 24px 20px 22px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.87);
	display:none;
	}
	
	#contenedorPiezas
	{
	background-color: white;
    height: 52px;
    border: 3px dashed orange;
    padding: 4px;
	}
	.contenedorPieza div
	{
		margin:0px;
	}
	
	.bgcolor1 { background-color:#F44336; }
 .bgcolor2 { background-color:#E91E63; }
 .bgcolor3 { background-color:#9C27B0; }
 .bgcolor4 { background-color:#3F51B5; }
 .bgcolor5 { background-color:#2196F3; }
 .bgcolor6 { background-color:#009688; }
 .bgcolor7 { background-color:#43A047; }
 .bgcolor8 { background-color:#EF6C00; }
 .bgcolor9 { background-color:#FF5722; }
 .bgcolor10 { background-color:#607D8B; }
 
  .textcolor1 { color:#F44336; }
 .textcolor2 { color:#E91E63; }
 .textcolor3 { color:#9C27B0; }
 .textcolor4 { color:#3F51B5; }
 .textcolor5 { color:#2196F3; }
 .textcolor6 { color:#009688; }
 .textcolor7 { color:#43A047; }
 .textcolor8 { color:#EF6C00; }
 .textcolor9 { color:#FF5722; }
 .textcolor10 { color:#607D8B; }

	#imagen .contenedorPieza{   
	opacity: 0.5;
    z-index: 5;
    width: 102px;
    height: 28px;
    background-color: white;
    position: absolute;
    border: 2px dotted orange;}
	#imagen #pieza_Bath-room {   left: 47px;  top: 203px; }
	#imagen #pieza_Bed-room {    left: 496px;  top: 203px; }
	#imagen #pieza_Kitchen {  left: 496px;  top: 321px; }
	#imagen #pieza_Living-room { left: 47px;  top: 321px;}
	#imagen #pieza_Study-room {  left: 271px;  top: 203px; }
	#imagen #pieza_Dinning-room { left: 271px; top: 321px; }
	
	#imagen #pieza_Blender { left: 480px;  top: 134px;}
	#imagen #pieza_Window {  left: 69px; top: 57px;}
	#imagen #pieza_Microwave {  left: 415px;  top: 62px; }
	#imagen #pieza_Fridge { left: 150px;  top: 303px;}
	
    #imagen #pieza_Chair { left: 240px; top: 201px;}
	#imagen #pieza_Door {  left: 69px; top: 288px;}
	#imagen #pieza_Table {  left: 325px; top: 157px;}
	#imagen #pieza_Ladders { left: 245px; top: 118px;}
	#imagen #pieza_TV { left: 450px; top: 137px;}
	
	