@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	}

body{
	background-color:#FFF;
	margin:0px;
	height:100%;
	}

/* ----- menú ----- */

#menu{
	margin-right:15px;
	}

#about_us a{
		width:81px;
		height:26px;
		float:right;
		background-image:url(menu/about_us_1.gif);
		background-repeat:no-repeat;
		}
	#about_us a:hover{
		background-image:url(menu/about_us_2.gif);
		background-repeat:no-repeat;
		}

#group_uae a{
		width:83px;
		height:26px;
		float:right;
		background-image:url(menu/group_uae_1.gif);
		background-repeat:no-repeat;
		}
	#group_uae a:hover{
		background-image:url(menu/group_uae_2.gif);
		background-repeat:no-repeat;
		}

#uae_divisions a{
		width:109px;
		height:26px;
		float:right;
		background-image:url(menu/uae_divisions_1.gif);
		background-repeat:no-repeat;
		}
	#uae_divisions a:hover{
		background-image:url(menu/uae_divisions_2.gif);
		background-repeat:no-repeat;
		}

#abu_dhabi a{
		width:79px;
		height:26px;
		float:right;
		background-image:url(menu/abu_dhabi_1.gif);
		background-repeat:no-repeat;
		}
	#abu_dhabi a:hover{
		background-image:url(menu/abu_dhabi_2.gif);
		background-repeat:no-repeat;
		}
		
#masdar_city a{
		width:97px;
		height:26px;
		float:right;
		background-image:url(menu/masdar_city_1.gif);
		background-repeat:no-repeat;
		}
	#masdar_city a:hover{
		background-image:url(menu/masdar_city_2.gif);
		background-repeat:no-repeat;
		}
		
#eu_magazine a{
		width:187px;
		height:26px;
		float:right;
		background-image:url(menu/eu_magazine_1.gif);
		background-repeat:no-repeat;
		}
	#eu_magazine a:hover{
		background-image:url(menu/eu_magazine_2.gif);
		background-repeat:no-repeat;
		}

#flag_es a{
		width:16px;
		height:11px;
		float:left;
		background-image:url(idioma/es_off.png);
		background-repeat:no-repeat;
		margin-left:10px;
		}
	#flag_es a:hover{
		background-image:url(idioma/es_on.png);
		background-repeat:no-repeat;
		}
		
#flag_gb a{
		width:16px;
		height:11px;
		float:left;
		background-image:url(idioma/gb_off.png);
		background-repeat:no-repeat;
		margin-left:10px;
		}
	#flag_gb a:hover{
		background-image:url(idioma/gb_on.png);
		background-repeat:no-repeat;
		}
		
#flag_de a{
		width:16px;
		height:11px;
		float:left;
		background-image:url(idioma/de_off.png);
		background-repeat:no-repeat;
		margin-left:10px;
		}
	#flag_de a:hover{
		background-image:url(idioma/de_on.png);
		background-repeat:no-repeat;
		}