	body {
		margin: 10px;
		font-family: Georgia, Times, serif;
		font-size: 13px;
		line-height: 20px;
	}

	img {
		border: 0px;
	}

	pre {
		height: 500px;
	}

	#container {
		width: 770px;
		margin:auto;
	}

	#cabecera {
		text-align: center;
		border-bottom: 1px #000000 solid;
		padding-bottom: 10px;
	}

	a {
		color: #106BB1;
		text-decoration: none;
	}

	a:hover {
		color: #106BB1;
		text-decoration: underline;
	}

	a:visited {
		color: #000000;
	}

	blockquote {
		font-size: 11px;
	}


	#navegacion-top {
		font-size: 11px;
		line-height: 16px;
		border-bottom: 1px #000000 solid;
		padding-bottom: 10px;
	}

	#navegacion-bottom {
		float: left;
		width: 680px;
		font-size: 11px;
		line-height: 16px;
		border-top: 1px #000000 solid;
		padding-top: 10px;
	}

	#copyright {
		float: left;
		width: 90px;
		text-align: center;
		border-top: 1px #000000 solid;
		padding: 10px 0px 10px 0px;
	}

	.italic {
		font-style: italic;
	}

	p.right {
		text-align: right;
	}

	p.bold {
		font-weight: bold;
	}

	p.right-italic {
		text-align: right;
		font-style: italic;
	}