#header {	
	position: absolute;	
	background-color: #000;
	height: 80px;
	top: 30px;
	left:0;
	width: 100%;
	z-index: 10;
}

#header .logo {
	position: absolute;
	left:0;
	top: 15px;
}

#header .novios{
	position: absolute;
	width: 350px;
	right: 0px;
	text-align: right;
	top: 50px;
}
