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


/* imagen de fondo:

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

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

/* PAGINA CENTRADA ARRIBA	*/	

body{
	background:url(images/new.jpg) repeat-x top #000000;
	margin: 0;
	padding:0;
	}
	
.maestra{
	width:980px; 
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left; 	
	}
	
	
	 



/* PAGINA CENTRO CENTRO  

	
body{
	background: #FA0032;
	}
	
.maestra{
position: absolute; 
top: 50%; 
left: 50%; 
margin-top: -285px; 
margin-left: -475px; 
}



/* 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:url(images/fondo2.jpg) repeat top #ffffff;
	margin: 0;
	padding:0;
	}
	
.maestra{
	width:980px; 
	position:relative;
	margin-left:0;	
	}
	
 */	