/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet: Print
 * Project:
 * Author: CK
 * Date: dd-mm-yy
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Set all font-sizes in points */
body {
	background: #fff;
	color: #000;	
	font-size: 9pt;
	line-height: 1.31em;
} 
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif; line-height: 1.21em;
}
a img {
	border: 0;
}
a {
	color: #000000 !important;
	text-decoration: underline;
}

/* Hide all elements unnecessaries for printing */
#navegacion {
	display: none !important;
}

/* Set all width in percentage */
#cabecera, #contenido, #pie,  {
	background: none;
	height: auto;
	width: 100%;
}	
