/*Css de la pàgina de precàrrega i l'index*/
/*Definicio de tags*/
body{
	background-color:#000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #B5BF49;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-weight: bold;
	text-decoration:underline;
}
a:active{
	font-weight: bold;
	text-decoration:underline;
}

/*Element Especial per centrar tot el contingut*/
#centrar {width: 1001px; margin: 0 auto;}


/*Classes bàsiques*/
.idiomes{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	top: -106px;
	left: 915px;
}
.taulaMenu{
	position: relative;
	text-align: center;
	width: 1001px;
	height: 37px;
	top: -23px;
}
.txtBenvingut {
	font-family: Bauhaus,"Bauhaus 93",Verdana, Tahoma, Batang, Helvetica, sans-serif;
	color: #C9CF23;
	font-size: 16px;
}
.cap{
	position: relative;
	left: 120px;
}
.centre{
	position:relative;
	top: -23px;
}
.enllas{
	color: #030;
	font-weight: bold;
}
.enllas:hover{
	text-decoration: underline;
	color: #030;
}
.enllas2{
	color: #252;
	font-weight: bold;
}
.enllas2:hover{
	text-decoration: underline;
	color: #252;
}
/*Elements de la pàgina de pàgina de càrrega*/

#esquerra {
	position:relative;
	filter:alpha(opacity=100);
}
#dreta {
	position:relative;
	filter:alpha(opacity=100);
}
#menu {
	position:relative;
	filter:alpha(opacity=100);
}
.selecIdioma{
	position: absolute;
	top: 20%;
	left: 33%;	
	text-align: center;
	vertical-align: middle;
}
