/*CSS para la impresion*/

body { color: #000; font: 100%/150% Georgia, "Times New Roman", Times, serif; }

body {
  float: none !important;
  width: auto !important;
  margin:  0 !important;
  padding: 0 !important;
}

#header {
	background: url(../images/cabecera.jpg) no-repeat;
	height: 102px;
}

#header h1 {
	text-indent: -3000px;
}

.subheader {
	display: none;		
}

