	/* ---------------------------------------------------------
	HOJA DE ESTILOS DE IMPRIMIR
	Autor: Interesa Consultores
	--------------------------------------------------------*/
	
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-size: 100%;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	body {
	   font: 12pt "Times New Roman", times, serif;
	   background: none ! important;
	   color: #111 !important;
	}
	
	a:visited, a:link {
	   text-decoration:underline;
	   color:#781351;
	  }
	
	h6,h5,h4,h3,h2,h1 {
	   font-family:"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
	   margin: 0;
	}
	
	h1 {
		font-size: 20pt;
		margin-bottom: 10pt;
	}
	
	h2 {
		font-size: 18pt;
		margin-bottom: 5pt;
	}
	
	p {
		margin-bottom: 10pt;
	}
	
	#menu-primerNivel,
	#menu-segundoNivel,
	#modulo-1,
	#pie {
		display: none;
	}
	
	.logo {
		font-size: 20pt;
		margin-bottom: 15pt;
		text-align: right;
	}
	   
	.caja-directorio {
		margin: 0;
	}
	
	.caja {
		border: 1px solid #111;
		margin-bottom: 10pt;
		padding: 10pt;
	}
	
	.caja-texto {
		margin: 0;
		padding: 0;
	}
	
	p.antetitulo {
		font-size: 16pt;
		font-weight: bold;
	}
	
	p.titulo {
		font-weight: bold;
		line-height: 11pt;
		margin-bottom: 0;
	}
	
	p.fecha {
		margin-bottom: 0;
	}
	
	p.txtImagenDcha {
		float: right;
		margin: 0 0 12pt 40pt;
	}
	
	p.txtImagenIzda {
		float: left;
		margin: 0 40pt 12pt 0;
	}
	
	h1.titular {
		font-size: 26pt;
		margin-bottom: 15px;
		font-weight: normal;
	}
	
	ul {
		list-style: none;
	
	}
	
	.bloque-1,
	.bloque-2 {
		margin-bottom: 20pt;
	}
	
	ul {
		margin-bottom: 15pt;
	}
	
	ul li {
		margin: 0 0 5pt 0;
	}
	
	table {
		border-collapse: collapse;
		font-size: 10pt;
	}
	
	caption {
		display: none;
	}
	
	th { 
		border-bottom: 2px solid #111;
		font-size: 12pt;
		padding: 5pt 0;
		text-align: left;
	}
	
	td {
		border-bottom: 1px solid #111;
		color: #111;
		line-height: 13pt;
		padding: 5pt 0;
	}
		
	body .clear {
		clear: both;
		height: 0;
		font-size: 1px;
		line-height: 0px;
	}