/* CSS Document */
#principal{
position: absolute;
top: 0; left: 0;
height: 100%;
width: 100%;
background-color: #6699ff;
}

#particleCanvas{
	height: 224px;
    width: 300px;
	position: absolute;
	z-index:10;
	top: 50%;
	left: 50%;
	margin-left: -150PX;
	margin-top: -112PX;
	}	
img {
	height: 143px;
    width: 284px;
	position: absolute;
	z-index:20;
	margin-top: -71px;
	margin-left: -142px;
	left: 50%;
	top: 50%;
	}

#loading{
	position: absolute;
	left: 50%;
	top: 13%;
	margin-left: -100px;
	font-size: 12px;
	color: #fff;
}
#tabla {
background-color: #6699ff;
width: 80%;
height: auto;
position: absolute;
top: 20px;
left: 50%;
margin-left: -40%;
}

#titulo {
font-family: 'Arial', Lucida Sans, sans-serif;
font-size: 13px;
color: orange;
}

#txt {
font-family: 'Arial', Lucida Sans, sans-serif;
font-size: 13px;
color: #ffffff;
text-align: justify;
}