@charset "utf-8";
/* CSS Document */

/* MENU IDIOMAS **********************************************************************/
#divmenuidioma{
	text-indent: -9000px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:274px;
	margin-top:-245px;
	width:115px;
	height:130px;
}

/* ENLACES DEL MENU IDIOMA*/
#divenlidiomas{
	text-indent: -9000px;
	position:absolute;
	left:50%;
	top:50%;
	width:200px;
	height:100px;
	margin-top:-245px;
	margin-left:275px;
	z-index:99;
}
#divMenuEsEnl,#divMenuEnEnl,#divMenuSvEnl,#divMenuEuEnl{
	cursor:pointer;
	cursor:hand;
}
#divMenuEsEnl{
	width:85px;
	height:22px;
	position:absolute;
	top:25px;
	left:22px;
	z-index:99;
}
#divMenuEnEnl{
	width:76px;
	height:22px;
	position:absolute;
	top:53px;
	left:25px;
	z-index:99;
}
#divMenuEuEnl{
	width:85px;
	height:21px;
	position:absolute;
	top:79px;
	left:40px;
	z-index:396;
}
#divMenuSvEnl{
	width:86px;
	height:22px;
	position:absolute;
	top:79px;
	left:25px;
	z-index:397;
}

/* COMUNES */
#divescor,#divesent,#divencor,#divenent,#divsvcor,#divsvent,#diveucor,#diveuent{
	text-indent: -9000px;
	position:relative;
}
/* ESPAÑOL */
#divescor{
	width:111px;
	height:49px;
	margin-top:-4px;
	margin-left:-2px;
	background:url(../imagenes/menu/es_cor.png) no-repeat;
}
#divesent{
	width:111px;
	height:49px;
	margin-top:-4px;
	margin-left:-2px;
	background:url(../imagenes/menu/es_ent.png) no-repeat;
}

/* ENGLISH */
#divencor{
	width:106px;
	height:51px;
	margin-left:0px;
	margin-top:-17px;
	background:url(../imagenes/menu/en_cor.png) no-repeat;
}
#divenent{
	width:106px;
	height:51px;
	margin-left:-5px;
	margin-top:-17px;
	background:url(../imagenes/menu/en_ent.png) no-repeat;
}

/* SVENSKA */
#divsvcor{
	width:106px;
	height:49px;
	margin-left:11px;
	margin-top:-25px;
	background:url(../imagenes/menu/sv_cor.png) no-repeat;
}
#divsvent{
	width:106px;
	height:49px;
	margin-left:6px;
	margin-top:-25px;
	background:url(../imagenes/menu/sv_ent.png) no-repeat;
}
/* EUSKERA */
#diveucor{
	width:119px;
	height:39px;
	margin-left:11px;
	margin-top:-25px;
	background:url(../imagenes/menu/eu_cor.png) no-repeat;
}
#diveuent{
	width:119px;
	height:37px;
	margin-left:6px;
	margin-top:-25px;
	background:url(../imagenes/menu/eu_ent.png) no-repeat;
}