@charset "utf-8";

.menu{
	position:absolute;
	top:86px;
	}
	
.header .logo {
	float:left;
}

.header .toolbar {
	position:absolute;
	left:196px;
	z-index:18;
}

.header .toolbar ul li:first-child {
	background:none;
}

.header .toolbar ul li{
	float:left;
	background:url(../images/toolbar_ul_bg.jpg) no-repeat 8px 3px;
}

.header .toolbar ul li a{
	color:#9fbcc3;
	font-weight:normal;
}

.header .toolbar ul li a em{
	text-decoration:none;
}


.header .toolbar .shortcuts {
	margin-left:430px;
}

/* posición x del menu!!! */
.header .menu {
	position:absolute;
	top:0px;
	left:50px;
}

.header .menu ul {
}

/* posición y del menu */
.header .menu ul li{
	padding:1px 3px 10px 10px;
	margin:0;
	float:left;
	color:#FFF;
	background:none;
	font-size: 14px;
	font-weight:normal;
	cursor:pointer;
	width:160px;
	position:absolute;
	/*width:150px;*/
}

.header .menu ul li:first-child{
	background:none;
}

/* color texto */
.header .menu ul li a{
	color:#FAFAFA; 
}

/*.header .menu #inicio {
}
.header .menu #licitaciones ,*/ 

/* POSICION "X" DE CADA SECCION DEL MENU*/

.header .menu #empresa{
	left:-30px;
	z-index:10;	
	top:83px;
}

.header .menu #sectores {
	left:120px;
	z-index:5;	
	top:83px;
}

.header .menu #residuales{
	left:263px;
	top:83px;
	z-index:4;
}

.header .menu #claras {
	left:450px;
	z-index:10;	
	top:83px;
}

.header .menu #servicios{
	left:680px;
	z-index:5;
	top:83px;
}

 #tienda{
	left:810px;
	z-index:5;
	top:83px;
}

/*.header .menu #empresa.over, .header .menu #sectores.over, .header .menu #tratamientosagua.over, .header .menu #info.productos, .header .menu #comunicacion.over {
	z-index:20;
}*/

.header .menu ul ul {
	margin:-75px 0 0 -15px;
	padding:90px 10px 10px;
	display:none;
}

/* COLOR MENU SOBRE*/
.header .menu ul li.over {
	background: #39C;
	border-bottom:4px solid #426f87;
}
.header .menu ul li.over ul {
	display:block;
}

.header .menu ul ul li{
	color:#FAFAFA;
	font-size:0.9em;
	float:none;
	padding:2px 6px;
	margin:0;
	position:relative;
	background:none;
}

.header .section {
	background:url(../images/section_bg.jpg) no-repeat;
	width:736px;
	height:48px;
	padding:12px 0 0 22px;
	position:absolute;
	top:73px;
	left:192px;
}

.header .section .title {
	font-size:2em;
	font-weight:normal;
	color:#FFF;
}

.header .section ul {
	margin:-10px 0 0 0;
	color:#666;	
}

.header .section ul li {
	float:left;
	background:none;
	padding:0;
	margin-right:8px;
}

.header .section ul li:first-child a{
	font-weight:normal;
	color:#999;
	margin:0;
	background:url(../images/breadcrumb_bullet.gif) no-repeat right 5px;		
}

.header .section ul li a {
	color:#666;
	font-weight:normal;
	padding:0 15px 0 0;
	background:url(../images/breadcrumb_arrow.gif) no-repeat right 5px;	
}

.header .interactive {
	clear:both;
	float:left;
	margin:none;
	display:none;
	height:130px;
}

.interactive {
	z-index:1;
}
body.expanded .header {
	height:130px;
}

body.expanded .header .interactive{
	display:block;
}
