@charset "utf-8";
/* CSS Document */
#header h1
{
	float:left;
	
	width:355px;
}
#header h1 a
{
	text-decoration:none;
}
#header h1 a img
{
	border:0;
}
#header #menuIdioma
{
	display:inline;
	float:right;
	
	margin:65px 4px 0 0;
	padding:7px 10px 0 10px;
	
	width:134px;
	height:18px;
	
	background-image:url(../img/menuIdioma_fondo.jpg);
	background-repeat:no-repeat;
}
	#header #menuIdioma ul
	{
		display:inline;
		
		width:134px;
		list-style:none;
	}
	#header #menuIdioma ul li
	{
		float:left;
	}
	#header #menuIdioma ul li a:link, #header #menuIdioma ul li a:active, #header #menuIdioma ul li a:visited
	{
		display:block;
		
		height:11px;
		
		background-repeat:no-repeat;
		background-position:top;
	}
	#header #menuIdioma ul li a:hover
	{
		background-position:bottom;
	}
	#header #menuIdioma #idiomActivo a
	{
		background-position:bottom;
		cursor:default;
	}