h2 { 
	margin-bottom: 8px;
}

/* Layout */

#header {
	position: relative;
}

#wrapper {
	float: left;
	margin-left: -200px;
	width: 100%;
}

#search-column {
	float: right;
	width: 200px;
}

#extra {
	clear: right;
	margin-top: 12px;
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	width: 100%;
}

#content {
	margin-left: 200px;
}

/* Contenido */

#content {
	padding: 12px;
}

#content table {
	font-size: 100%;
	color: black;
}

#content a {
	color: #417AAB;
	text-decoration: underline;
	background: none;
}

#content a:visited {
}

#content a:active {
	color: #faa700;
}

#content a:hover {
	color: #70683C;
}

#content a.stub {
	color: #772233;
}

#content a.new, #p-personal a.new {
	color: #ba0000;
	border-bottom: none;
}

#content a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

#content img {
	border: none;
	vertical-align: middle;
}

#content p {
	text-align: justify;
	line-height: 1.5em;
}

#content p img {
	margin: 0;
}

#content hr {
	height: 2px;
	color: #EFE8BE;
	background-color: #EFE8BE;
	border: 0px;
	margin: 1.5em 0 .2em 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
}

#content h1 { 
	padding-top: .17em;
	background-color: #efe8be;
	text-align: center;
	color: #907907;
	font-family: "trebuchet MS";
	font-size: 188%; 
}

#content h2 {
	padding-top: .17em;
	padding-bottom: .34em;
	margin-top: 1em;
	font-size: 16px; 
	color: #72725C;
	font-weight: bold;
}

#content h3, #content h4, #content h5, #content h6 {
	border-bottom: none;
	font-weight: bold;
}

#content h3 { font-size: 132%; }

#content h4 { font-size: 116%; }

#content h5 { font-size: 100%; }

#content h6 { font-size: 80%;  }

#content ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}

#content ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}

#content li {
	margin-bottom: .1em;
}

#content dt {
	font-weight: bold;
	margin-bottom: .1em;
}

#content dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

#content dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

#content fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}

#content legend {
	background: white;
	padding: .5em;
	font-size: 95%;
}

#content form {
	border: none;
	margin: 0;
}

#content textarea {
	width: 100%;
	padding: .1em;
}

#content input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}

#content select {
	vertical-align: top;
}

#content abbr, #content acronym, #content .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}

#content q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

/* disabled for now
blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}*/

#content code {
	background-color: #f9f9f9;
}

#content pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

#content .printfooter {
	display: none;
}

#f-poweredbyico {
	display: none;
}

/* Forms */

#p-search {
	margin: 0;
	padding: 8px;
	background-color: #EFE9D4;
}

#p-search form dl {
	width: 100%;
	margin: 0;
	padding: 0;
}

#p-search form dt {
	padding: 1px 0 1px 0;
	text-align: left;
}

#p-search form dd {
	margin: 0 0 2px 0;
}

#p-search div.actions {
	padding: 24px 0px 0px 0px;
}

#p-search div.actions button {
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;;
	color: #2d619d;
	font-size: 12px;
	font-weight: bold;
}

div#userloginForm form,
div#userlogin form#userlogin2 {
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	clear:both;
	float:left;
	margin:0pt 3em 1em 0pt;
	padding:1.5em 2em;
}

#content form h2 {
	margin:0;
}

/* Extras */

#f-list {
	padding-top: 12px;
	list-style: none;
}

#viewcount {
	display: none;
}

#privacy {
	display: none;
}

#about {
	display: none;
}

#disclaimer {
/*
	display: none;
*/
}

