#slider {
	height: 40%;
	margin: 0 auto;
	width:900px;
	
	}
	
	
#texto {
	height: 100%;
	width: 100%;
}

#contenido {
	height:100%;
	width: 100%;
}

#menu {
	position:absolute;
	margin-left: 2%;
	margin-top:80px;
	z-index:100;
}


#navigation {
	margin-top: 0px;
	width: 170px;
	display:block;
	list-style:none;
	z-index:3;
	margin-left:40px;
	text-align:center;
	

}
#navigation a{
	color: #BDA98D;
	display: block;
	background: #301709;
	line-height: 50px;
	padding: 0px 20px;
	margin-bottom: 6px;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
}
#navigation a:hover {
	background: #301709;
	color:#F7E9D2;
	
}

#lista{
	
	list-style:none;
}

img{
	border:none;
}