body{
	width: 700px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
}

#encabezado h1{
	text-align: center;
	font-weight: normal;
	margin: 0;
}

#encabezado h5{
	text-align: center;
	font-weight: normal;
	margin: 0;
}

#texto h1{
	text-align: center;
	font-weight: normal;
	margin: 0;
}

#texto h4{
	text-align: center;
	font-weight: normal;
	margin: 0;
}

#texto p {
	text-indent: 1em;
	text-align: justify;
	font-size: 1em;
	line-height: 1.2em;
}

#pie {
	text-align: center;
	font-size: 0.7em;
	color: #000000;
}

#pie a{
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
}

#pie a:hover {
	color: #FFFFFF;
}

#pie ul {
	margin: 0;
	padding: 0;
}

#pie li {
	
	display: inline;
	padding: 0 0.6em  0 0.6em;
	line-height: 1.5em;
}

