/* TABLA HEADER */
#header {
	background-image:url(images/header/header_bg.jpg);
	background-repeat:no-repeat;
	height: 190px;
	width: 776px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/* UNIEVRSAL DENTRO DE TABLA */
#header ul, li, a {
	margin: 0px;
	padding: 0px;
}
#header li {
	float: left;
	list-style-type: none;
	display: block;
	background-position: left;
}
#header li:hover {
	background-position:right;
}

/* CELDA LOGOTIPO */
#header #logotipo {
	vertical-align: middle;
	height: 135px;
	padding-left: 2px;
}
#header #logotipo a img {
	border:0px;
}

/* CELDA MENU */
#header #menu {
	vertical-align: top;
	width: 641px;
	padding-top: 2px;
	padding-left: 15px;
}

/* CELDA IDIOMA */
#header #idioma {
	vertical-align: top;
	padding-top: 6px;
}
#header #idioma a {
	margin-right:2px;
}

/* ELEMENTOS CELDA MENU */
#header #menu a {
	display: block;
	height: 28px;
	width: 94px;
}