body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#container {
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

#image {
  	position: absolute;
	margin-left: 0px;
	float: left;
	display: inline;

}

#content {
	padding-left: 230px;
	padding-top: 5px;
	font-family:Verdana;
	font-size:75%;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
}

h2 {
	background-color: #ead76b;
	padding: 4px;
	font-family:Verdana;
	font-size:100%;
	letter-spacing:0px;
	font-weight: normal; 
	color: #4a0f00; 
	text-transform: uppercase;
	text-align: center;
}

/* MENU +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.menu {
	background-color: #d7b547;
	padding: 6px;
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase; 
	line-height:13px; 
	color: silver;
	}
	
td.menu {
	background-color: #d7b547;
	padding: 8px;
	color:silver;
	cursor:default;
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase; 
	line-height:13px; 
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	vertical-align: top;
}

td.menu:hover {
	background-color: #4a0f00;
	padding: 8px;
	color: black;
	cursor:default;
	font-family:Verdana;
	font-size:11px;
	text-transform:uppercase; 
	line-height:13px; 
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	vertical-align: top;
}

.menu a:link{
	color:white;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:normal;}

.menu a:visited{
	color:white;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:normal;}

.menu a:active{
	color:white;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:normal;}

.menu a:hover{
	color:white;
	text-transform:uppercase; 
	text-decoration:none; 
	font-weight:normal;}


/* VARIEDADES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
A:link{
	color:#d7b547;
	text-decoration:underline; 
	font-weight:normal;}

A:visited{
	color:#d7b547;
	text-decoration:underline; 
	font-weight:normal;}

A:active{
	color:#d7b547;
	text-decoration:underline; 
	font-weight:normal;}

A:hover{
	color:#000000;
	text-decoration:underline; 
	font-weight:normal;}
