

#header {
	position: relative;
	height: 122px;
	background: url(../images/bg-header.png) no-repeat top;
	bottom: 0;  /* Arreglo para IE6 */
}

#header div.imgSet {
	float: left;
	margin: 13px 0 0 21px;
	display: inline;
}

#header h1 span,
#header h2 span,
#header h3 span {
	display: none;
}

#header h1,
#header h2,
#header h3,
#header ul.nav,
#header p {
	position: absolute;
}

#header h1 {
	width: 450px;
	height: 22px;
	background: url(../images/camaraDeDiputadosDeChile.png) no-repeat left top;
	top: 35px;
	left: 142px;
}

#header h2 {
	width: 448px;
	height: 25px;
	background: url(../images/RLF.png) no-repeat left top;
	top: 71px;
	left: 188px;
}

#header h3 {
	width: 316px;
	height: 13px;
	background: url(../images/consultaCiudadana.png) no-repeat left top;
	top: 10px;
	right: 20px;
	padding: 0;
}
#header ul.nav {
	top: 10px;
	right: 10px;
	font-size: 90%;
}

#header ul.nav li {
	display: block;
	float: left;
	border-left: 1px solid #1C3662;
	/*height: 16px;*/
}

#header ul.nav li a {
	display: block;
	float: left;
	padding: 3px 0;
	display: inline;
}

#header ul.nav li.search {
	border: none;
}

#header ul.nav li.search a {
	background: url(../images/icn-search.png) no-repeat right;
	padding-right: 20px;
}

#header ul.nav li a:link,
#header ul.nav li a:visited {
	color: #1C3662;
	text-decoration: none;
}



#header p {
	top: 60px;
	right: 20px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}

#header p a {
	color: #39c;
}
#header .calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #999999;
	text-decoration: none;
	top: 100px;
}
#header .trans {
	font-family: Georgia;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 10px;
	
}

#header p a:hover {
	color: #00f
}
