
/* Elementos del headding (headdings, breadcrumb )*/
	@import url(Group_HeaddingElements.css);

/* Elementos del footer los cuales son  generales en todo el sitio*/
	@import url(Group_FooterElements.css);
	
/* Elementos del contact los cuales son  generales en todo el sitio*/
	@import url(Group_ContactElements.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 */ 		
		
		.ZoneActiveArea{					
			width:750px; margin:auto;		
		}
		
		
		
		 /******/		
		#HZone{ }
		
		
		
		 /******/	
		#MZone{ 
			background-image:url(../picFiles/bg_MZoneInternas.gif); background-repeat:no-repeat; background-position:top center;
		}
		
		#MZone .ZoneActiveArea{ 
			width:743px ; 
			padding-bottom:30px; padding-top:50px; 
			background-image:url(../picFiles/bg_MZoneActiveAreaInternas.jpg); background-repeat:no-repeat; background-position:center 25px;
		}
		
		
		 /******/					
		#FZone{ padding-bottom:50px; margin-top:20px;  }
		
		

		
		



