@charset "utf-8";
/* CSS Document */
@import url('reset.css');

.separador-div{
	position: relative;
	width: 280px;
	height: 70px;
}

#nav
{
background: url(images/bg-hotelelga.png) repeat-x;
width:100%;
height:70px;
}
#navigation 
{
	margin-left:40px;
}



#navigation li
{
	float:left;
	display:block;
	margin-top: 10px;
}

#navigation li a
{
background-image:url(images/sprite.png);
display: block;
	outline: none;
	position: relative;
	height: 42px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .home 
	{
	background-position:0px 0px;
	width:102px;
	height:42px;
	
	}
	
	#navigation .ohotel 
	{
	background-position:-102px 0px;
	width:110px;
	height:42px;
	}
	
	#navigation .portfolio 
	{
	background-position:-212px 0px;
	width:108px;
	height:42px;
	}
	
	#navigation .about 
	{
	background-position:-320px 0px;
	width:102px;
	height:42px;
	}
	
	#navigation .contact 
	{
	background-position:-422px 0px;
	width:103px;
	height:42px;
	}
	#navigation .contato 
	{
	background-position:-532px 0px;
	width:103px;
	height:42px;
	}
	
	
	
	#navigation a .hover {
	background: transparent  url(images/sprite.png) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .home .hover {
	background-position: -0px -42px;
	
	}
	#navigation .ohotel .hover{
	background-position: -102px -42px;
	
	}
	#navigation .portfolio .hover {
	background-position: -212px -42px;
	}
	#navigation .about .hover {
	background-position: -320px -42px;
	}
	#navigation .contact .hover {
	background-position: -422px -42px;
	}
	#navigation .contato .hover {
	background-position: -532px -42px;
	}