﻿/* Navegacion: Incluye logo grupo y contacte */

div#navegacion
{
	width: 1024px;
	/* El logo se define en navegacion1.css y navegacion2.css */
	/* background-image: url(../images/G_Cabecera_Sup.gif); */
	background-position: 50% 0%;
	height: 185px;
	clear: both;
}

div#navegacion_sub
{
	width: 950px;
	height: 185px;
	margin-left: 37px;
	margin-right: 37px;
}

div#contacte
{
	width: 323px;
	height:37px;
	float: right;
	vertical-align: bottom;
}

div#contacte table
{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#contacte table td
{
	text-align: center;
	height: 35px;
	vertical-align: bottom;
	border-left: solid 1px white;
}

/*.contacte_mail, .contacte_quien, .contacte_emp */
div#contacte table td a
{
	width: 70px;
	height: 35px;
	font-size: 7pt;
	color: White;
	text-decoration: none;
	text-align:center;
}

/* .contacte_quien,.contacte_emp */
div#contacte table td a.contacte_emp
{
	width: 167px;
}

