


/* Elementos del footer los cuales son  generales en todo el sitio*/
	@import url(Group_FooterElements.css);


/* ----------------------- BASE OVERRIDE --------------------------------- */


	body{
		background-image:url(../picFiles/bg_Body.jpg); background-repeat:repeat-x; background-position:top;				
	}

/* ----------------------- PAGE ZONES --------------------------------- */



		/* Basicos, no modificar */ 
		#HZone , #MZone , #FZone { clear:both; float:none; } 
		.ZoneActiveArea{ display:table;	 }

		
				
		/* Modificables */ 		
		#HZone{ }
		#MZone{ }
		#FZone{ padding-bottom:50px; margin-top:20px;  }
		
		
		.ZoneActiveArea{					
			width:750px; margin:auto;		
		}
		
		#MZone .ZoneActiveArea{ 
			width:710px ; padding-bottom:30px;
			
		}		






		
		
		