<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }



	body {
		background: #fff;
		color: #000;
		font-size: 8pt; 
		line-height: 150%;
		margin: 0px;
	}
	hr {
		color: #ccc;
		background-color: #ccc; 
	}
	h1, h2, h3, h4, h5, h6, code, pre {
		color: #000;
		text-transform: none; /* because sometimes I set all-caps */
	}
	h1 {
		font-size: 11pt;
		margin-top: 1em;
	}
	h2 {
		font-size: 10pt; 
	}
	h3 {
		font-size: 9pt; 
	}
	h4, h5, h6 {
		font-size: 8pt;
	}
	code, pre {
		font-size: 8pt; 
		background-color: transparent; 
		/* just in case the user configured browser to print backgrounds */
	}
	blockquote {
		background-image: none; 
		/* though they may not print, I’d rather be sure */
	}
	a:link, a:visited {
		text-decoration: underline;
		color: #000;
	}
	abbr:after, acronym:after { /* some HTML4 love */
		content: " (" attr(title) ") ";
		/* I suspect I am one of the few who still use these elements */
	}


	#Banner p#Title {
		font-size: 24pt;
	}
	#Banner p#Title a, #Banner p#Title a:link, #Banner p#Title a:visited {
		color: #000; /* change link to black text */
	}


	#Bread a:link, #Bread a:visited {
		text-decoration: underline; /* leave a clue that it’s a link */
		color: #000;
	}
	#Bread {
		color: #000; 
		font-size: 6pt; /* make the text small */
	}
	#Bread &gt; a:after {
		content: ""; /* disable URL display if in #Content */
	}


	#Footer {
		font-size: 6pt; /* make the text small */
		color: #000;
	}
	#SearchForm {
		display: none;
	}
	#Footer img {
		float: right; /* defined elsewhere, included for completeness */
	}


	#Content a:after { /* select links in the content area only */
		content: " [" attr(href) "] ";
		text-decoration: none;
		display: inline;
	}


	#Nav, #FlyOutNav, #SubNav, .NoPrint, p.CodeAlert, #SMLinks, #SearchForm {
		display: none;
	}


	img#QR {
		display: block; 
		float: right; 
		/* insert size, margin styles as appropriate */
	}



/* BRNT */
.llamamos, .cercador, .separador-gris, .precio, .color, .menu-lateral, .menu-lateral-baix, .siguenos, .volver, .compartir-detall, .botons-detall{
	display: none !important;
}
table, thead, tbody, th, td, tr {
	border: 1px solid #ccc !important;
}


.noprint {display:none !important;}
a:link:after, a:visited:after {  
  display: none;
  content: "";    
}


}</pre></body></html>