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

* {
	margin: 0;
	padding: 0;
}



body {

	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#535353;
	font-smooth: always;
}


body {
	background: url(../images/bg-index.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#seleccio-idioma{
	margin: 0 auto;
	overflow: hidden;
	z-index: 100;
	position: relative;
	width: 895px;
	height: 800px;
	background-image: url(../images/bg-alpha.png);

}

#logo-index{
	width: 428px;
	margin:0 auto;
	margin-top: 2%;
}

#idiomes{
	width: 428px;
	margin: 0 auto;
	margin-top: 20px;

}





a.espanyol {
	float:left;
	width: 88px;
	height: 23px;
	background-image: url(../images/espanyol.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

a.espanyol:hover {
	float:left;
	width: 88px;
	height: 23px;
	background-image: url(../images/espanyol.png);
	background-repeat: no-repeat;
	background-position: -88px;
	display: block;
}


a.english {
	margin-top: 3px;
	margin-left: 85px;
	float:left;
	width: 79px;
	height: 23px;
	background-image: url(../images/english.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

a.english:hover {
	margin-left: 85px;
	margin-top: 1px;
	float:left;
	width: 79px;
	height: 23px;
	background-image: url(../images/english.png);
	background-repeat: no-repeat;
	background-position: -79px;
	display: block;
}



a.deutsch {
	margin-top: 3px;
	margin-left: 85px;
	float:left;
	width: 91px;
	height: 23px;
	background-image: url(../images/deutsch.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
}

a.deutsch:hover {
	margin-left: 85px;
	margin-top: 1px;
	float:left;
	width: 91px;
	height: 23px;
	background-image: url(../images/deutsch.png);
	background-repeat: no-repeat;
	background-position: -91px;
	display: block;
}





