@charset "utf-8";
/* ::::: header.css ::::: */
/* ::::: Jose Drac (08/10/2008) ::::: */
#header .toolbar {
	margin:0;
	float: right;
	width: 590px;
	position: relative;
    top: -20px;
}
/* Hack para Safari 3.0 y Chrome (revisar) */
body:nth-of-type(1) #header .toolbar {
    top: 40px;
}
#header .logo {
	margin:15px 0 0 0;
}