@charset "utf-8";
/* CSS Document */
	#contenedor #cabecera #enlaceApartamento
	{
		float:left;
		margin:0 0 0 0;
		padding:0;
		
		width:143px;
		height:68px;
	}
		#contenedor #cabecera #enlaceApartamento a:link, #contenedor #cabecera #enlaceApartamento a:active, #contenedor #cabecera #enlaceApartamento a:visited
		{
			display:block;
			
			width:143px;
			height:68px;
			
			background-position:top;
			background-repeat:no-repeat;
		}
		#contenedor #cabecera #enlaceApartamento a:hover
		{
			background-position:bottom;
		}
	#contenedor #cabecera #menuIdioma
	{
		float:right;
		
		margin:15px 0 0 0;
		
		width:152px;
		_width:170px;
	}

		#contenedor #cabecera #menuIdioma ul
		{
			display:inline;
			
			width:152px;
			_width:170px;
			
			list-style:none;
		}
		#contenedor #cabecera #menuIdioma ul li
		{
			float:left;
			margin:0 0 0 14px;
			
			width:auto;
			
			height:11px;
		}
		#contenedor #cabecera #menuIdioma ul li a:link, #contenedor #cabecera #menuIdioma ul li a:active, #contenedor #cabecera #menuIdioma ul li a:visited
		{
			display:block;
			float:left;
			
			margin:0 0 0 0;
			padding:0 0 0 5px;
			_padding:0 0 0 0;
			
			width:56px;			
			height:11px;
			
			background-repeat:no-repeat;
			background-position:top left;
			_background-position:top;
			
			cursor:pointer;
		}
		#contenedor #cabecera #menuIdioma ul li a:hover
		{
			background-position:bottom left;
		}
		#contenedor #cabecera #menuIdioma #idiomActivo a
		{
			background-position:bottom left;
			_background-position:bottom;
			
			cursor:default;
		}

	#contenedor #cabecera h1 img
	{
		 margin:30px 0 0 180px;
		
		 border:0;
	}
	#contenedor #cabecera #h1Inicio img 
	{
	     margin:30px 0 0 320px;
		
		 border:0;
	}
	
		#contenedor #cabecera h1 img a
		{
			width:auto;
			text-decoration:none;
		}

