/* Presentation Stylesheet */ 

p  { padding: 0.7em; margin: 0; color: #142714; text-align:justify; }
h1 { margin: 0px; padding: 0.7em 0.5em 0.5em 0.5em; font-size: 1.7em; color: #c02e38;  font-weight: bold; border: 0px solid #e67d3b;}
h3 { padding: 0.7em 0.5em 0.3em 0.5em; margin: 0px; font-size: 1.2em; font-weight: bold; color: #648596; text-align: left; border: 0px solid #e67d3b;}

ul {
	margin: 0px;
	padding-bottom: 0.3em;
	padding-right: 5px;
	list-style-type: none;
	text-align: left;
	color: #142714; 
	border: 0px solid #88abf0;
	}
li {
	margin: 0px;
	padding: 0px;
	border: 0px solid #ff66f0;
}
.listado {
	margin-left: 0px;
	padding-left: 30px;
	list-style-type: square;
	text-decoration: none;
	border: 0px solid #000;
}
.listado2 {
	margin-left: 0px;
	padding-left: 60px;
	list-style-type: disc;
	text-decoration: none;
}
.listado3 {
	margin-top: 40px;
	margin-left: 0px;
	padding-left: 30px;
	list-style-type: disc;
	text-decoration: none;
}
/* MIS ELEMENTOS */

.ImprimirPDF {
	text-align: right;
	color: #C02E38;
	font-weight: normal;
	font-size: smaller;
	text-decoration: underline;
}

A {
	color: #648596;
	font-weight: bold;
	text-decoration: none;
	}
A:hover {
	color: #829EAA;
	text-decoration: none;
	}
img {
	border: 0px solid #142714;
	}
.centrado {
	text-align: center;
	}

