/* TEPOTE FTW */
/* Si necesitas que te explique algo, fresco, escribeme */
/* En serio, fresco, pregunte que no se pierde nada */

	* {
		font-family:Arial;
		font-size:10px;
	}
	html {
		background:#E8E8E8;
	}
	body {
		width:676px;
		margin:0 auto;
	}
	
	img {
		border:0;
	}

/* Estos son los Layers principales, los que contienen todo la info */

	#layer_principal {
		background: url(img/bg_arriba.gif) top left no-repeat;
		padding: 58px 0px 0px 0px;
	}
	#layer_inferior {
		background: url(img/bg_abajo.gif) bottom left no-repeat;
		height:70px;

	}
	#layer_central {
		width:500px;
		margin: 0px 10px 0px 10px;
		padding: 32px 30px 0px 30px;
	}	
	#layer_header {
		position: relative;
	}
	#layer_logo {
		float:left;
		width:165px;
		height:45px;
	}
	#layer_menu{
		float:left;
		width:280px;
		height:40px;
		margin: 0px 10px 0px 43px;
	}
	#layer_contenido {
		height:auto;
		width:164px;
		
		
		
	}	
	#layer_proyectos {
		width:290px;
		height:198px;
		
		margin: 0px 10px 0px 43px;
		clear:right;
	}	
	
	#layer_proyectos,#layer_contenido,#layer_menu,#layer_logo,#layer_header {overflow:hidden;display:inline-block}	

