/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
 
 /* Quitamos el pie con los enlaces por defecto del tema */
 #legal-notice {
display: none;
}
/* le damos más anchura a la región de enmedio de la cabecera y le quitamos los margenes */
#header-middle {
  margin: 0px 0px 0 0;    /* LTR */
  width: 580px;
}
/* quitamos la region derecha de la cabecera */
#header-last {
display: none;

}
/* le damos más anchura a la cabecera, tenia 960px */
#header {
width: 980px;
}
/* le rebajamos el margen derecho del logo */
#header-first {
margin-right: 15px;
}
