body {
	font-family: 		"Trebuchet MS";
	font-size: 			1em;
	text-align: 		justify;
}

#contenido {
	font-size: 			.8em;
	line-height: 		1.4em;
}

h1 {
	padding-top:		20px;
	font-size: 			1.6em;
	margin-bottom: 		15px;
}

h2 {
	font-size: 			1.2em;
}

p {
	padding-bottom: 	20px;
	text-align: 		justify;
}

a {
	color:				#004029;
	text-decoration: 	none;
	border-bottom: 		1px solid #004029;
}

a[href]:hover {
	border-bottom: 		1px solid green;
	background: 		#ffff99;
}

#seccion ul, #seccion ol {
	margin-left: 		25px;
	margin-bottom:		20px;
}
