@page {
	size: 7in 9.25in;
	margin: 27mm 16mm 27mm 16mm;
}

@font-face {
	font-family: "American Typewriter";
	src: url(../font/american-typewriter/AmericanTypewriter.otf) format("truetype");
}

html, body {
	font-family: 'American Typewriter';
	font-weight: 500;
	font-size: 14px;
	color: #555050;
	margin: 0 auto;
	height: 297mm;
	width: 210mm;
	/* to centre page on screen*/
	margin-left: auto;
	margin-right: auto;
	line-height: 1.35;
}

a {
	color: #404893;
}

@media print {
	.page-break {
		height: 0;
		page-break-before: always;
		margin: 0;
		border-top: none;
	}
	/* EB */
	.emulate-table {
		page-break-before: avoid;
		page-break-after: avoid;
	}
}

.page {
	width: 98%;
	padding-top: 5px;
	page-break-after: always;
}

.header {
	font-family: 'American Typewriter';
	overflow: hidden;
	background-repeat: no-repeat;
}

.main-paragraph {
	color: #b1941d;
	font-weight: 500;
	font-size: 26px;
	padding-left: 37px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.paragraph-table {
	width: 100%;
	padding-left: 37px;
}

.image-td {
	width: 90px;
	vertical-align: top;
}

.paragraph-table img {
	border: 0;
}

.text-table table {
	width: 100%;
}

.text-table table tr td {
	padding: 0px 0px 10px 5px;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.text-table table tr td:first-child {
	font-weight: 700;
	color: #2A335C;
	/* 	background-image: url("../img/dots.png"); */
	/* 	background-repeat: no-repeat; */
	/* 	background-position: right 0px top 3px; */
	width: 140px;
	padding-right: 5px;
	padding-left: 0px;
	vertical-align: top;
	text-align: left;
}

.rounded-title {
	padding: 1px 8px 1px 8px;
	background-color: #203260;
	color: #ffffff;
	border: 1px solid #203260;
	border-radius: 15px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.emulate-table-internal {
	/**** EB ****/
	page-break-before: avoid;
	page-break-after: avoid;
	/************/
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.emulate-table {
	/**** EB ****/
	page-break-before: avoid;
	page-break-after: avoid;
	/************/
	display: table;
	width: 100%;
}

.emulate-table-content {
	/**** EB ****/
	page-break-before: avoid;
	page-break-after: avoid;
	/************/
	display: table;
	width: 100%;
	padding-left: 10px;
	padding-right: 25px;
}

.emulate-table-content div, p, h5, table {
	margin: 0;
	padding: 1px;
	text-align: justify;
}

.emulate-tr {
	display: table-row;
}

.emulate-tr {
	display: table-row;
}

.emulate-tr {
	display: table-row;
}

.emulate-left-td {
	width: 90px;
	vertical-align: top;
	display: table-cell;
	padding-left: 18px;
	padding-right: 5px;
}

.emulate-left-td img {
	width: 110px;
}

.emulate-right-td {
	display: table-cell;
	padding-left: 15px;
}

.emulate-internal-td {
	padding: 0px 15px 10px 15px;
	text-align: justify;
	display: table-cell;
}

.emulate-internal-left-td {
	font-weight: 600;
	/* 	background-image: url("../img/dots.png"); */
	/* 	background-repeat: no-repeat; */
	/* 	background-position: right 0px top 3px; */
	width: 95px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
	display: table-cell;
}

.legislatura {
	position: absolute;
	margin-top: -143px;
	margin-left: 351px;
	font-size: 10.5px;
	color: white;
	font-family: "MillerText SC";
}

.numero {
	position: absolute;
	margin-top: -50px;
	margin-left: 53px;
	color: white;
	font-size: 15px;
}

.dataDossier {
	position: absolute;
	margin-top: -30px;
	margin-left: 53px;
	color: white;
	font-size: 15px;
	
	/* 	position: absolute; */
/* 	margin-top: -30px; */
/* 	margin-left: 53px; */
/* 	color: white; */
/* 	font-size: 15px; */
}

* {
	-webkit-font-smoothing: antialiased;
}