body {
  background-color:black;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color:white;
  margin: 0px;
}

a {
  color:rgb(255,174,0);
}

strong {
  color:rgb(255,174,0);
}

div.container {
  width:100%;
  margin:0px;
  background-image:url(img/left-bg.png);
  background-repeat:repeat-y;
}

h1 {
	background-color: rgb(255,174,0);
	color: #000000;
	font-variant: small-caps;
	padding: 3px;
	padding-left: 30px;
	font-size: 11pt;
	background-image:url(img/vineta.png);
	background-position: left;
	background-repeat:no-repeat;
}

div.left {
  float:left;
  width:340px;
  margin:20px 0 0 0;
  padding:0;
}

div.leftinf {
  float: left;
  width:340px;
  margin-top: 500px;
  margin-left: -340px;
  padding:0;
}

div.content {
  margin-left:340px;
  padding:200px 0.5em 0 0.5em;
  background-image:url(img/titulo.png);
  background-repeat:no-repeat;
  width: 600px;
}

div.footer {
  font-size:0.8em;
  padding:0.5em;
  background-color:rgb(135,0,0);
  clear:left;
}

p {
	text-align: justify;
	text-indent: 20px;
}

p.suelto {
	text-align: justify;
	text-indent: 0px;
	background-image: url(img/t.png);
	padding: 10px;
	font-weight: bold;
}

#menu {
	width: 189px;
	margin: 10px;
	margin-left: 75px;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li a {
	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	background:  url(img/menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(img/menu9.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}