@charset "utf-8";
/* CSS Document */

	/* Capas de estrutura de Maquetación de las páginas */
	#CenterContainer
		{
				width:895px;
				height:435px;
				margin:auto;
		}

	#CenterLeft
		{
				float:left;
				width:220px;
				padding-top:12px
		}
	
	#CenterCenter
		{
				float:left;
				width:430px;
		}
	
	#CenterRigth
		{
				float:left;
				width:230px;
				 
		}
	
	#Footer
		{
				float:left;
				clear:both;
				background-color:#f4f8f7;
				width:100%;
				height:40px;
				margin:auto;
				 
		}
