body {
	overflow: scroll;
}
#contentcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF8DF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 15px;
	border: 2px solid rgb(84, 41, 41);
}

#contentheader {
	height: 110px;
	background-image: url(../Images/bg.png);
	padding-left: 10px;
	clear: both;
	position: relative;
}

#contentheader-text{
	position: absolute;
	bottom: 0px;
	}
	
	
#contentwrapper {
	padding: 10px;
	position:relative;
	font-size: small;
}
#xmlwrapper {
	width: 500px; float:left; 
}


#metainfobox {
	width: 350px;
	float:right;
	margin-top:-15px;
	margin-right:10px;
	margin-bottom:10px;
	padding: 5px;
	}
#metageneral, #metadocumento {
	
	
	background-color:#eeeeee;
	margin-right:5px;
	margin-left: 5px;
	margin-bottom:20px;
	padding: 5px;
	border: 1px solid #a6a6a6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

#contentfooter {
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(../Images/bg.png);
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #620400;
	padding: 5px;
	height: 100px;
}

div.content {margin:50px;}

#cssmenu ul {
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 33px;
	font-size: 12px;
	background:  url(../Images/cssbg.png) repeat-x top left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #620400;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #620400;
}
#cssmenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#cssmenu li a {
	float: left;
	color: #542929;
	text-decoration: none;
	height: 24px;
	padding: 9px 15px 0;
	font-weight: normal;
}
#cssmenu li a:hover,
.current a {
	color: #A79787;
	background:  url(../Images/bg.png) repeat-x top left;
	background-color:rgba(243,229,180,0.5);
	text-decoration: none;
}
#cssmenu .current a {
  color: #fff;
  font-weight: 700;
}
