/* Lienzo
------------------------------------------------------------------------------------------------------------*/
		body {
			position: relative;
			color: #000;
			font: 12pt "Times New Roman", Times, serif;
		}
		
/* Elementos a ocultar
------------------------------------------------------------------------------------------------------------*/
		#menu,
		.ampliar,
		.infadicional,
		.enlaceimpresion,
		form #boton {
			display: none;
		}
		
/* Pseudo-Layout
------------------------------------------------------------------------------------------------------------*/
		#contenido1 {
			margin: .5cm 0 0 1.5cm;
			padding-left: 1cm;
			border-left: 1pt solid;
			border-top: 2pt solid;
		}

		
/* Encabezados
------------------------------------------------------------------------------------------------------------*/
		h1 {
			margin: 0;
			border-bottom: 1pt solid;
			font-size: 15pt;
		}
		h2 {
			margin: 5pt 0 0;
			font-size: 13pt;
			text-decoration: underline;
		}
		h3 {
			margin: 20pt 0 0;
			font-size: 12pt;
		}
		
/* Párrafos
------------------------------------------------------------------------------------------------------------*/
		p {
			margin: 5pt 0;
			text-align: justify;
			text-indent: 1.5cm;
		}
		
/* Listas
------------------------------------------------------------------------------------------------------------*/
		ul {
			margin: 0 1cm .5cm;
		}
		ul li {
			list-style: circle;
		}
/* Formularios
------------------------------------------------------------------------------------------------------------*/
		form {
			margin: 20px auto;
		}
		label {
			font-weight: bold;
		}
		input {
			width: 10cm;
			border-width: 0 0 1px 0;
			border-color: #999;
		}