/*crear contenedor y movible para cada popup DINAMICO (en uso)*/
	div.contenedor1 {
		position: absolute;
		border: 0px solid #000000;
		width: 300px;
		height: 200px;
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	div.movible1 {
		width: 10%%;
		height: 20px;
		background: #FFFFFF;
		cursor: move;
	}
	
	div.contenedor2 {
		position: absolute;
		border: 0px solid #000000;
		width: 300px;
		height: 200px;
		top: 0px;
		left: 310px;
		z-index: 3;		
	}
	div.movible2 {
		width: 10%%;
		height: 20px;
		background: #FFFFFF;
		cursor: move;
	}	
