/* Cabecera */

div.header {
	margin: 0;
	padding: 0;
	height: 128px;
	}
	
	div.header p {
		text-align: right;
		font: 0.7em/1.4em "Trebuchet MS", sans-serif;
		margin: 5px 20px 0 0;
		}
		
	div.header span {
		margin: 0 10px 0 25px;
		}	
	
	div.header img.icono {
		margin: 0 6px -2px 5px;
		}
		
	div.menu {
		margin-top: 60px;
		width: auto;
		float: right;
	}	

		div.menu ul {
			display: inline;
			padding: 0;
			margin: 0 15px 0 0;
			width: auto;
			float: left;
		}
	
	div.menu ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}

	div.menu a, div.menu li strong {
		float: left;
		padding: 22px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:22px; /* for IE5/Win only */
		}
	
	#ldespachos a, #ldespachos strong {
		width: 75px;
		background: url(../images/nav_despachos.gif) top left no-repeat;
	}
		
	#loficina a, #loficina strong {
		width: 118px;
		background: url(../images/nav_oficina_virtual.gif) top left no-repeat;
	}
	
	#lsalas a, #lsalas strong {
		width: 114px;
		background: url(../images/nav_salas_reunion.gif) top left no-repeat;
	}	
	
	#lservicios a, #lservicios strong {
		width: 62px;
		background: url(../images/nav_servicios.gif) top left no-repeat;
	}

	#lempresa a, #lempresa strong {
		width: 69px;
		background: url(../images/nav_empresa.gif) top left no-repeat;
	}
	
	div.menu li strong {
		background-position: 0 -44px !important;
	}
	
	div.menu #selected {
		background-position: 0 -44px !important;
	}

	div.menu a:hover {
		background-position: 0 -22px !important;
	}
/*Fin etiquetas cabecera*/