body, #nav {margin: 0; padding: 0;}

body {
	font-family: Tahoma, Sans, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	font-size: 85%;
	min-width: 600px;
	max-width: 1600px;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", "Trebuchet", "Nimbus Sans L", Helvetica, Arial, sans-serif;}

#header {
	background-position: left top;
	background-repeat: no-repeat;
	height: 230px;
}
#header p {
	margin: 0; padding: 0;
}

a, a:visited {color:#FFFFFF; }
a:hover { }

#nav {
	margin-left: 22px;
	margin-bottom: 10px;
	margin-top: 30px;
}
#nav li {display: inline; padding-right: 10px; }
#nav li a {
	text-decoration: none; 
	padding-bottom: 2px; 
}
#nav li a:hover {
	color: #FFFFCC;
	border-bottom: 5px solid #FFFFCC;
}
#contenido, #footer { 	background: #000000 url(fondo.gif) repeat-x; }

#contenido {
	padding: 10px 50px;
}
#contenido a {
text-decoration: none; border-bottom: 1px dotted #FFF;}
#contenido a:hover {color:#FF0; border-bottom: 1px dotted #FF0;}

#contenido p {
	text-indent: 1em;
}
#contenido p, #contenido ul li {
letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.8em;
	}


hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
}
#footer {
	padding: 15px;
	font-size: 0.8em;
	text-align: center;
	clear: both;
}
#footer, #footer a {
	color: #999999;
}
#footer p {	line-height: 0.8em;}
#contenido ul {
	list-style-image: url(li.gif);
}
