#capa0 {
	position: absolute;
	left: 0px;
	top: 0px;
    max-width: 1024;
    max-height: 540;
	z-index: 0;
    width: 100%;
    
}

#capa1 {
	position: relative;
/*	left: 940px;
	top: 550px;*/
    max-width: 1024;
    max-height: 540;
	z-index: 1;
    width: 100%;
}

#capa2 {
    position: relative;
	/*left: 0px; //200*/
    width: 100%;  
	top: 10px;
    /*max-width: 1024;
    max-height: 540;*/    
	z-index: 2;
}

/*#capa2a {
    position: relative;
	left: 0px; //200
	top: 10px;
    max-width: 1024;
    max-height: 540;
	z-index: 9;
}*/

/* Error para la carga de archivos con z-index >= 3*/
#capa3 {  
    z-index:0;
    position: absolute;
	top: 100px;    
    max-width: 1024;
    max-height: 540;
    text-align: center;
}

/*#capa3a {
    position: absolute;
	top: 110px;    
    max-width: 1024;
    max-height: 540;
    font-size: 8pt;
	z-index: 3;
    text-align: center;
}

#capa4 {
    position: fixed;
	left: 700px;
	top: 0px;
    max-width: 1024;
    max-height: 540;
	z-index: 4;
    color: blue;
    font-size: 10pt;
    font-weight: bold;
}

#capa5 {
    position: fixed;
	left: 300px;
	top: 50px;
    max-width: 1024;
    max-height: 540;
	z-index: 5;
    color: blue;
    font-size: 10pt;
    font-weight: bold;
}

#capa6 {
    position: absolute;
    left: 10px;
	top: 120px;    
    max-width: 1024;
    max-height: 540;
	z-index: 6;
    text-align: center;
}

.capa3 {
    position: absolute;
	top: 450px;    
    max-width: 1024;
    max-height: 540;
	z-index: 3;
    text-align: center;
}

.capa2 {
    position: absolute;
    text-align: center;
	left: 300px;
	top: 0px;
    max-width: 1024;
    max-height: 540;
	z-index: 2;
}*/

#capa7 {
    position: absolute;
   /* left: 0px;
	top: 620px;   */
    bottom: 0px; 
    left: 0px; 
    max-width: 1024;
    max-height: 540;
	z-index: 7;
    font: bold;
    width: 100%; 
}