
/* ------------ /// ------------ /// ------------ /// ------------ HEADER ------------ */


#header {
	width:						100%;
	height:						150px;
	background:					url(../img-2/head_back.gif) repeat-x;
}

#header #menu {
	width:						950px;
	height:						150px;
	margin:						0px auto;
	position:					relative;
}

/* Marca */
#header #menu .head_marca {
	width:						189px;
	height:						110px;
	position:					absolute;
	left:						30px;
	top:						31px;
}

/* Menú Principal */
#header .menu_barra {
	width:						50%;
	height:						29px;
	position:					absolute;
	right:						0px;
	top:						0px;
	background:					#fff;
	z-index:					0px;
}

#header #menu ul {
	height:						22px;
	padding-top:				7px;
	background:					#fff url(../img-2/menu_back.gif) no-repeat left;
	padding-left:				31px;
	position:					absolute;
	right:						0px;
	top:						0px;
}

#header #menu ul li {
	position:					relative;
	float:						left;
}

#header #menu ul li a {
	height:					17px;
	margin-right:				85px;
	float:					left;
	background-position:			top;
	background-repeat:			no-repeat;
	overflow:				hidden;
	line-height:				799px;
	color:					#fff;
	font-size:				0px;
}

#header #menu ul li a:hover {
	background-position:			bottom;
}

#header #menu ul li a.selected {
	background-position:			bottom;
	cursor:					default;
}

#header #menu ul li #grupo {
	width:					61px;
	margin-right:				100px;
	background-image:			url(../img-2/menu_grupo.gif);
}

#header #menu ul li #marcas {
	width:					143px;
	background-image:			url(../img-2/menu_marcas.gif);
}

#header #menu ul li #comunicacion {
	width:					103px;
	background-image:			url(../img-2/menu_comunicacion.gif);
}

#header #menu ul li #cont {
	width:						62px;
	margin-right:				30px;
	background-image:			url(../img-2/menu_contacto.gif);
}

/* Submenu */
#header #menu ul li ul {
	width:						180px;
	height:						auto;
	list-style:					square inside;
	color:						#fff;
	margin-top:					5px !important;
	margin-top:					-3px;
	background:					none;
	padding-left:				0px;
	position:					absolute;
	left:						0px;
	top:						22px;
}

#header #menu ul li ul li {
	float:						none;
	line-height:				10px;
}

#header #menu ul li ul li a {
	height:						17px;
	color:						#e8e9ea;
	font-weight:				bold;
	margin-right:				0px;
	float:						none;
	overflow:					auto;
	line-height:				normal;
	font-size:					11px;
}

#header #menu ul li ul li a:hover {
	text-decoration:			underline;
}

#header #menu ul li ul li a.selected {
	text-decoration:			underline;
	color:						#fff;
	cursor:						default;
}

/* Idiomas */
#header #menu .lang {
	width:						13px;
	height:						25px;
	margin-top:					3px;
	position:					absolute;
	top:						0px;
	right:						0px;
	z-index:					2px;
	font-size:					0px;
}

#header #menu .lang a {
	width:						13px;
	height:						10px;
	float:						right;
	background-position:		top;
	line-height:				90px;
	overflow:					hidden;
}

#header #menu .lang a:hover {
	background-position:		bottom;
}

#header #menu .lang a.spa {
	background-image:			url(../img-2/menu_spa.gif);
}

#header #menu .lang a.eng {
	background-image:			url(../img-2/menu_eng.gif);
	margin-top:					3px;
}