/*
 * Copyright (c) 2003-2004
 * Pablo López Cienfuegos <xtrasgu@asturlinux.org>.
 * Diego Berrueta Muñoz <berrueta@asturlinux.org>.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version. This program is distributed in the
 * hope that it will be useful, but WITHOUT ANY WARRANTY; without even
 * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE.  See the GNU Library General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 * Hoja de estilo de <http://www.asturlinux.org>.
 *
 * Ultima modificacion: $Date: 2005-01-23 20:20:08 +0100 (dom, 23 ene 2005) $
 */

#overall {
	margin:0px 0px 0px 0px;
	padding:0px;
}

/** header ********************************************************* */

.header { 
   margin:0px;
   clear:both;
   text-align:center;
}

.header img { 
  vertical-align:top;
}

.leftlogo { 
  float:left;
  width:20%;
}

.rightlogo { 
  float:right;
  width:20%;
}

.centerlogo { 
  float:left;
  width:60%;
}

/** estructura principal ******************************************* */

.content {
  width:100%;
  clear:both;
  margin:0px;
  padding-top:12px; 
}


.leftcolumn	{
  float:left;
  width: 20%;
  vertical-align:top;
  margin-right:4%;
}

.centercolumn {
  margin-right:4%;
  float:left;
  width: 70%;
}


/** leftcolumn ***************************************************** */


.leftcolumn .node { 
  margin:0px 0px 30px 0px;
}


/** footer ********************************************************* */

.footer { 
  clear: both;
}