body {
   background: white;
   font-size: 12pt;
   font-family: "PT Sans", "Lucida Grande",  "Helvetica Neue", Helvetica, Arial, sans-serif;
   line-height: 14pt;
   }
.mini-nav, .breadcrumb, .span-2, .span-6, .peu_pagina, .icon-tags, .label, .modal #menu-container {display:none;!important}
         
h1 {
	font-size: xx-large;
	line-height: 24pt;
	}
form {
	display: none;
}
.entrada {
	font-size: large;
	line-height: 18pt;
	}
h1, h2, .titular, .data, .cintillo_1, .autora_article, .entrada, .txt_article {
	width: 100%; font-family: "PT Sans", "Lucida Grande",  "Helvetica Neue", Helvetica, Arial, sans-serif;	
	}
.cita {
	font-weight: bold;
	margin: 1em 1em 1em 0; 
	padding:10px 10 0 0; 
	width: 40%; 
	border-top: solid; 
	border-top-width: 4pt; 
	border-top-color: fireBrick; 
	float:left;
	}
/*img {
	margin-top: 1em;
	}*/

	
@page {
			size: A4 portrait; /* can use also 'landscape' for orientation */
			margin: 15%;
			border: thin solid black;
			/*padding: 1em;*/
			
			@bottom-center {
				content: element(footer);
			}
			
			@top-center {
				content: element(header);
			}
		}

#contingut a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
 
a:link, a:visited {
 color: #520;
 background: transparent;
 font-weight: bold;
 text-decoration: underline;
 }
 
.pdf-cap img {
	margin-bottom: 24pt;
}