@charset "UTF-8";
/* CSS Document  */	


/* imagen de fondo: 

background:url(../images/fondo.jpg) repeat top #000000;

cambiar en maestra:  width:600px; que es el ancho del sitio
	
 */	
 

/* PAGINA CENTRADA ARRIBA  

body{
	background: #000000;
	margin: 0;
	padding:0;
	overflow: hidden;
	}
	
.maestra{
	width:1680px; 
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left; 	
	}
	


/* PAGINA CENTRO CENTRO  

	
body{
	background:url(images/pixel.jpg) repeat top #000000;
	}
	
.maestra{
position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -300px; 
margin-left: -570px; 
}



/* margin-top: -200px; Restamos la mitad de alto del SWF para centrarlo verticalmente
   margin-left: -300px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/



/* PAGINA IZQ TOP  */ 

body{
	background: #000000;
	margin: 0;
	padding:0;
	}
	
.maestra{
	width:1344px; 
	position:relative;
	margin-left:0;	
	}
	
 */	