h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	margin-bottom:2em;
	line-height:1.5em;
	page-break-after:always;
}

h1.final {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin-top: 2em;
	margin-bottom:4em;
	line-height:1.5em;
	page-break-after:avoid;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 3em;
	margin-bottom:2em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-indent:1.5em;
	margin-top: 3em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-left:1.5em;
	margin-top: 3em;
	margin-bottom: 1em;
}

p {
	text-align: justify; 
	font-style: normal; 
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-indent: 1.5em;
	line-height: 1.5em;
}

p.noindent {
	text-align: justify; 
	font-style: normal; 
	margin-top: 0em;
	margin-bottom: 0.5em;
	text-indent: 0em;
	line-height: 1.5em;
}

p.derecha {
	text-align: right; 
	margin-top: 2em;
	text-indent: 0em;
}

p.centro {
	text-align: center; 
	margin-top: 2em;
	margin-bottom: 2em;
	text-indent: 0em;
}

p.nota {
	text-align: left; 
	font-size: 0.8em;
	font-style: normal;
	margin-top: 0em;
	margin-bottom: 1em;
	text-indent: -1em;
	margin-left: 1em;
}

blockquote {
	margin-top:2em;
	margin-bottom:2em;
}

li {
	line-height:1.5em;
}

/*----------------------LEGALES*/
p.legal1 {
	font-size: 0.8em;
	text-align: left; 
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-style: normal;
	text-indent: 0;
	line-height: 1.3em;
}

p.legal2 {
	font-size: 0.92em;
	text-align: left; 
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-style: normal;
	text-indent: 0;
	line-height: 1.3em;
}

div.legal {
	border: 0.1em solid;
	border-color: #000000;
	position: static;
	width: 80%;
	padding: 0.3em;
	margin-bottom:4em;
}

/*-------------------------------IMAGENES*/

div.imagen {
	text-align: center;
	margin-top: 1.5em;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
	
}

div.block {
	display: inline-block;
}

img {
	max-width:70%;
}

p.pie {
	font-size: 0.8em;
	text-align: center; 
	font-style: normal;
	margin-top: 0em;
	margin-bottom: 2em;
	text-indent: 0em;
}

/*---------------------------------TABLAS*/

table {
    border-collapse: collapse;
	margin: 2em auto;
	max-width:90%;
}

table, th, td {
	border-bottom: 1px solid #ddd;
	padding:0.5em;
	text-align:left;
	
}

/*---------------------------------PORTADA*/

p.autor {
	font-size:1.4em;
	text-align: center; 
	font-style: normal; 
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 0.5em;
	text-indent: 0em;
	line-height: 1.5em;
}

p.titulo {
	font-size:1.6em;
	text-align: center; 
	font-style: normal; 
	font-weight: bold;
	margin-top: 10%;
	margin-bottom: 0.5em;
	text-indent: 0em;
	line-height: 1.5em;
}