@charset "UTF-8";

/**
 * Estilos para impresion para www.ecoactivo.org
 *
 * @file		imprimir_eco.css
 * @version	0.1
 *
 * @link		http://www.huertodelsol.es/
 * @copyright	2009 Huerto del sol
 *
 */

 a[href]:after {
   content: " (Enlace " attr(href) ")";
   display: block;
   color: blue;
   text-decoration: none;
 }

/******************* Estructura  *******************/

#menu {
	display: none;
}



