/* estil de la pagina inicial */

html,body {
	background-color: #FFFFFF;
	background-image: url(inici_fondo.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#LogoIdiomes {
	position: absolute;
	width: 300px;
	height: 115px;
	/*left: 327px;*/
	top: 130px;
	left: 50%;
	margin-left: -150px;
	overflow: hidden;
}
#Mig {
	position: absolute;
	width: 680px;
	height: 65px;
	left: 50%;
	margin-left: -340px;
	top: 280px;
	overflow: hidden;
}
#Slogan {
	position: absolute;
	width: 290px;
	height: 20px;
	right: 35px;
	top: 565px;
	overflow: hidden;
}
