@font-face {
  font-family: 'Avenir';
  src: url('AvenirMedium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
body {
	font-family: "Avenir","Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid black;
	padding: 15px;
        font-size: 13.5pt;

}
p.title {
	font-size: 20pt;
}
p.date {
  font-size: 13.5pt;	
}
p.lead {
	font-size: 14.5pt;
}
p.content {
   line-height: 170%;
	text-align: justify;
   font-size: 14.5pt;
    overflow-wrap: break-word;
}

img{
    max-width: 100%
}
img.barcode {
    float: left;
}
p.divbarcode {
    position: absolute;
    right: 25px;
    top: 9px;
    border: 1px solid #000;
    padding: 15px;
}
span.desc_barcode {
    clear: both;
    float: left;
    font-size: 13pt;	
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;    
}
hr{
    height:0px;
}
@media only screen  and (max-width: 768px){
p.divbarcode {
display:none;
}
}
a.news_link {
    float: left;
    direction: ltr;
    font-family: Verdana;
    font-size: 13pt;
}
a.newsa {
    font-family: Verdana;
    font-size: 13pt;
}
.news_linkp {
    float: left;
}
.newslinkparent{
    float: left;
    width: 100%;
    margin: 1em 0;
}