@charset "utf-8";
/* CSS Document */
#contenedor #cabecera h1
{
	position:absolute;
	
	left:310px;
	top:87px;
	
	width:290px;
}
	#contenedor #cabecera h1 a
	{
		text-decoration:none;
	}
	#contenedor #cabecera h1 a img
	{
		border:0;
	}
#contenedor #cabecera #menuIdioma
{
	display:inline;
	float:left;
	
	margin:9px 0 0 16px;
}

	#contenedor #cabecera #menuIdioma ul
	{
		display:inline;
		
		width:132px;
		list-style:none;
	}
	#contenedor #cabecera #menuIdioma ul li
	{
		float:left;
	}
	#contenedor #cabecera #menuIdioma ul li a:link, #contenedor #cabecera #menuIdioma ul li a:active, #contenedor #cabecera #menuIdioma ul li a:visited
	{
		display:block;
		
		height:11px;
		
		background-repeat:no-repeat;
		background-position:top;
	}
	#contenedor #cabecera #menuIdioma ul li a:hover
	{
		background-position:bottom;
	}
	#contenedor #cabecera #menuIdioma #idiomActivo a
	{
		background-position:bottom;
		cursor:default;
	}
	
	
#contenedor #cabecera #menuTop
{
	display:inline;
	float:right;
	
	margin:0 17px 0 0;
	
	width:210px;
}
	#contenedor #cabecera #menuTop ul
	{
		float:right;
		
		width:210px;
		
		list-style:none;
	}
	#contenedor #cabecera #menuTop ul li
	{
		float:right;
	}
	#contenedor #cabecera #menuTop ul .separador
	{
		/*display:block;*/
		
		margin:0 10px 0 10px;
		
		width:2px;
		height:22px;
		
		background-image:url(../img/menuTop_icoLi.jpg);
		background-repeat:no-repeat;
	}
	#contenedor #cabecera #menuTop ul li a:link, #contenedor #cabecera #menuTop ul li a:active, #contenedor #cabecera #menuTop ul li a:visited
	{
		display:block;
		
		margin:0 0 0 0;
		padding:0;
		
		height:22px;
		
		background-repeat:no-repeat;
		background-position:top;
		text-decoration:none;
	}
	#contenedor #cabecera #menuTop ul li a:hover
	{
		background-position:bottom;
	}
	#contenedor #cabecera #menuTop ul #seccActivaTop a
	{
		background-position:bottom;
		cursor:default;
	}