#header {
	height: 200px;	
	position: relative;	
	background: url(../i/comunes/cabecera-top-con-logotipo.jpg) no-repeat;
}

#header #language ul{
	margin-top:4px;
	margin-bottom:4px;
	
}

#header #language ul li{
	margin:0;
	padding-left:0px;
	margin-bottom:0px;
	float:left;
}

#header #language li a span {
	display: none;
}


#header #language li.gallego a {
	background: url('../i/comunes/galego.gif') no-repeat 0 0;
	width: 104px;
	height: 29px;
	border: none;
	display: block;
	text-decoration:none;
}
#header #language li.gallego a:hover {
	background: url('../i/comunes/galego.gif') no-repeat 0 -31px;
	text-decoration:none;
}


#header #language li.castellano a {
	background: url('../i/comunes/castellano.gif') no-repeat 0 0;
	width: 104px;
	height: 29px;
	border: none;
	display: block;
	text-decoration:none;
}
#header #language li.castellano a:hover {
	background: url('../i/comunes/castellano.gif') no-repeat 0 -31px;
	text-decoration:none;
}


#header #menu_superior ul{
	margin-top:0px;
	margin-bottom:4px;
	
}

#header #menu_superior ul li{
	margin:0;
	padding-left:0px;
	margin-bottom:0px;
	float:left;
}

#header #menu_superior li a span {
	display: none;
}


#header #menu_superior li.contacto a {
	background: url('../i/comunes/boton-contacto.gif') no-repeat 0 0;
	width: 72px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}
#header #menu_superior li.contacto a:hover {
	background: url('../i/comunes/boton-contacto.gif') no-repeat 0 -20px;
	text-decoration:none;
}


#header #menu_superior li.aviso-legal a {
	background: url('../i/comunes/boton-aviso-legal.gif') no-repeat 0 0;
	width: 95px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}
#header #menu_superior li.aviso-legal a:hover {
	background: url('../i/comunes/boton-aviso-legal.gif') no-repeat 0 -20px;
	text-decoration:none;
}

#header #menu_superior li.creditos a {
	background: url('../i/comunes/boton-creditos.gif') no-repeat 0 0;
	width: 72px;
	height: 18px;
	border: none;
	display: block;
	text-decoration:none;
}
#header #menu_superior li.creditos a:hover {
	background: url('../i/comunes/boton-creditos.gif') no-repeat 0 -18px;
	text-decoration:none;
}


#header #link_inicio a {
	width: 265px;
	height: 40px;
	border: none;
	display: block;
	text-decoration:none;
}





