
/* ------------------------------ INICI ESTRUCTURA DE LA PÀGINA ------------------------------ */
body {
	background: url("../_img/background/fons.jpg");
	color:#666666;
	font-family:Verdana,Arial,SunSans-Regular,Sans-Serif;
	font-size:11px;
	margin:5px;
	padding:0px;
}


#intro {
	position: absolute;
    left: 50%;
    top: 50%;
    width: 680px;
    height: 500px;
    margin-top: -250px;
    margin-left: -340px;
    text-align: center;
    background-color: #000000;
} 

#flashIntro{
	position: relative;
    width: 680px;
    height: 480px;
    margin-top: 10px;
    text-align: center;
} 

#idiomesIntro {
	position: relative;
	width: 678px;
	height: 18px;
    padding: 2px 2px 0px 0px;
    text-align: right;
    background-color: #000000;
	color: #F5F5F5;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10px;
}

#idiomesIntro a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;	
}
#idiomesIntro a:hover {
	font-weight: bold;
}


/* ------------------------------ FINAL ESTRUCTURA DE LA PÀGINA ------------------------------ */

