/* CSS Document */
body {
	display: block;
	margin: 0;
	padding: 0;
	padding: 10px;
	background-color: #333333
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bolder;
	letter-spacing: -1px;
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF6600;
	font-weight: bolder;
	text-decoration: underline;
}

#titulo {
	text-align: center;
	color: #FFCC00;
	width: 100%;
	position: relative;
	left: 12px;
}

#menu {
	width: 18%;
	text-align: left;
	color: #999;
	position: relative;
	background-color: #000000;
	float: left;
	padding: 1%;
}

#contenido {
	width: 78%;
	color: #CCC;
	position: relative;
	float: left;
	background-color: #666;
	padding: 1%;
}