@media print {
body {
	background: white;
	font-size: 11pt;
	color: Black;
	font-family: helvetica, arial, sans-serif;
}
@page {
  size: 90%;   
  margin: 5%;
  page-break-inside: auto;
}
	
#pagina{
	width: 100% !important;
	text-align: left;
	padding: 0px;
	border: none !important;
	background: White !important;
	color: inherit;
	size: auto;
	height: 80%;
	position: relative !important;
}
#header {
	display: none;
}
#footer{
	display: none;
}
#cuerpo {
	width: 100% !important;
	height: auto !important;
	border: 0;
	padding: 0;
	float: none !important;
	margin: 0 0 0 0;
	background: transparent !important;
	color: inherit;
	page-break-inside: auto;
}
#menu {
float: none !important;
	display: none;
	}
#contenido {
	width: 80% !important;
	height: auto !important;
	border: 0;
	padding: 1em 1em 1em !important;
	float: none !important;
	page-break-inside: auto;
	margin-right: 1em;
}
#formulad {
	position: relative;
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
#adher {
	position: relative;
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
#listfirm {
	position: relative;
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
	page-break-inside: auto;
}
h1{
	font-size: 145%;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	margin: 1em 0px 0.5em 0px;
}
h2{
	font-size: 135%;
	font-weight: bold;
	font-family: Verdana, arial, sans-serif;
	margin: 1em 0px 0.5em 0px;
	padding-top: 0.5em;
}
	a:link, a:visited {
	color: #660000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
p {
	line-height: 1.3em;
	margin: 1em;
	page-break-inside: auto;
}

ul {
	page-break-inside: auto;
}

}