/* Copyright 1997-2004 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: print.css, v 1.0 20/01/2005 $ */

/* ******************  printing  ************** */

@media print {

h1 {
	font-size: 14pt;
}

h1, h2, h3 {
	page-break-after: avoid;
	page-break-inside: avoid;
	color: #005A9C;
}

#logos , #menu, #piepagina{
	display: none;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

blockquote, pre { 
	margin-left: 1pt;
	font-size: 9pt;
}

ul, ol, dl { 
	page-break-before: avoid;
}   

body {
	font-size: 11pt; 
}

.menu, .invisible, .back, #pie { 
	display: none;
}

html, body, h1, h2, h3, p {	
	margin: 10pt 0 10pt 0; 
	padding: 0; 
	text-align: left;
}

code {
	font-size: 10pt;
	color: Black;
}


abbr, acronym  { 
	border-style: none;  
}

abbr:after, acronym:after { 
	content:" ("attr(title)") "; 
	font-variant: small-caps;  
	font-size: 7pt;
}

a:after { 
	content:" ["attr(href)" "attr(hreflang)"] ";
	font-variant: small-caps;  
	font-size: 7pt;
	color: Gray;
}

body:after {
	font-size: 5pt;
	content:" [Copyright © 1994-2005 W3C® (MIT, ERCIM, Keio), Todos los derechos reservados. Son aplicables las reglas de responsabilidad, marcas registradas y utilización de documentos.] ";	
}

#cajaSponsorship {
	display: none;
}

#content {
	margin-right: 1em;
}


dt,dl,ul,ol,li {
	margin-left : 0px; 
	margin-right : 0px; 	
}

#indicacionesinteres dt {	
	background: transparent;
	color: #000;
	font-size: 11pt;
	text-transform: none;
}

#organizacion h3 {
	color : #000;
	text-transform : none;	
}

}
