* {
    padding: 0;
    margin: 0;
} 
body {
background: #000000;
font-size: 12px;
color: #222;
}

h3 { color: #aaa; font-size: 13px; margin: 10px 0 10px 0; }
ol { padding-left: 20px; }
img { border: none; }
a {
	color: #000000;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #000000; }

#principal{
margin: 20px auto;
width: 950px;
height:580px;
}

#wrap {
margin: 20px auto;
width: 22cm;
}

#top {
padding: 5px 0;
}

#header {
height: 100px;
}
#header h1 {
font-size: 30px;

letter-spacing: -3px;
padding: 20px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #333;
font-weight:bold;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
}
#header h2 {
	color: #666;
	font-size: 17px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 0 0 0 30px;
	font-weight:bold;
}

#menu a {
padding-left: 20px;
list-style-type: none;
display: block;
float: left;
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}

#menu a:hover {
color: #000000;
text-decoration: underline;
}

#content {
font-family:Verdana, Geneva, sans-serif;
padding: 10px;
height:9cm;
}

#footer {
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	font-weight:bold;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}


#bottom {
padding: 5px 0;
}
#wrap #content div h1 {
}
#wrap #content div h1 {
	text-align: center;
}
#wrap #content div h2 {
	text-align: center;
}
