/* ----------------------------------------------------------------------------------
	Hoja de estilos para impresión
	
	Encoding:	UTF-8
	Autor:		Juan G. Hurtado
	e-Mail:		juan.g.hurtado@gmail.com
---------------------------------------------------------------------------------- */

/* =1.MISC
---------------------------------------------------------------------------------- */


/* =2.GLOBALES
---------------------------------------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font: 10pt/1.5 serif;
}

a {
	color: #000;
	text-decoration: none;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
}

img:after {
	display: block;
	content: " (" attr(alt) ") ";
}


/* =3.CABECERA
---------------------------------------------------------------------------------- */


/* =4.MENUPRINCIPAL
---------------------------------------------------------------------------------- */


/* =5.MENUSECUNDARIO
---------------------------------------------------------------------------------- */


/* =6.CUERPO
---------------------------------------------------------------------------------- */


/* =7.PIE
---------------------------------------------------------------------------------- */
