
/* Copyright 2005 Axel TJ Rohde. All Rights Reserved. */

/* v 1.0 03/05/2005 $ */

/* ******************  Style-Sheet for Printing  ************** */

@media print {

span.u {
  text-decoration:underline;
}


/**************** Acronyms ********************/

abbr:after, acronym:after { 
	content:" ("attr(title)") "; 
	font-variant: small-caps;  
	font-size: 8pt;
}


div.navmenu {
	display: none;
}


body {
	font-size: 12pt; 
}


/*

h1, h2, h3 {
	page-break-after: avoid;
	page-break-inside: avoid;
	color: #005A9C;
}

ul, ol, dl { 
	page-break-before: avoid;
}   

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


code {
	font-size: 10pt;
	color: Black;
}

a:after { 
	content:" ["attr(href)attr(hreflang)"] ";
	font-variant: small-caps;  
	font-size: 8pt;
	color: Gray;
}
*/

body:after {
	font-size: 6pt;
	content:" [Copyright 2005 Axel TJ Rohde (MetroSperm), Todos los derechos reservados. Son aplicables las reglas de responsabilidad, marcas registradas y utilización de documentos.] ";	
}

}
