
.clear{clear:both;}
a{outline:none;}


#pagina{
	width:800px;
	margin:100px auto;
	
}

#menu a, #menu a:visited {

  text-decoration:none;
  text-align:center;
  font-family:"Trebuchet MS", Verdana, sans-serif;
  font-size:0.8em;
  background-color:#93A8A9; 
  color:#6D1D12;
  display:inline; 
  width:9em; 
  padding:0.3em;
  margin:0.9em auto;
  border-right:5px solid #fff;
  
  }
#menu a:hover {
  border-right:5px solid #6D1D12;
  }
#imagen{
	position:relative;
	width:800px;
	height: 350px;
	border: 1px solid #000;

	}
	
#pie{
	position:relative;
	width:800px;
	float:left;
	background:transparent url(media/footer.gif) no-repeat top left;
	padding-top:2px;
}