/* MURC (Menu Unificado de La Roca) */
/* -------------------------------- */

#murc-header {
	background: #587493; /* CCDFF3 */
	border-bottom: 2px solid #000;
}

#murc-headerInner {
	height: 70px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	z-index: 10000;
}

#murc-headerInner h2 {
	position: absolute;
	left: 125px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: none;
	line-height: normal;
	font-size: 28px;
	font-weight: normal;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #FFF;
	vertical-align: bottom;
}    

#murc-headerInner h3 {
	position: absolute;
	left: 125px;
	margin-top: 38px;
	margin-bottom: 0px;
	line-height: normal;
	font-size: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
	color: #FFF;
	vertical-align: bottom;
	border-bottom: none;
	text-transform: none;
}    


#murc-headerInner ul {
	position: absolute;
	right: 0;
	top: 40px;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0pt;
	padding: 10px;
	border: 1px solid #FFF;
}

#murc-headerInner ul li {
	float: left;
	padding: 0 3px;
	list-style-type: none;
	margin: 0px;
}

#murc-headerInner ul li.feed {
	position: relative;
	top: -4px;
}

#murc-headerInner ul li a {
	color: #fff;
	border-bottom: none;
}

#murc-headerInner ul li.feed a:hover, #murc-headerInner ul li.feed a:active {
	border-bottom: none;
}                

#murc-headerImage {
	position: absolute;
	left: 20px;
	top: 10px;	
}

#murc-headerLis {
	position: absolute;
	left: 440px;
	top: 0px;
}

div#wrapper {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	padding-top: 40px;
}

/* HACK for IE 5x and 6x, about png transparency */

#murc-header img { 
	behavior: url(/iepngfix.htc);
}

