/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../pantalla/fonspantalla.gif);
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
}

.priorat {
	position: absolute;
	top: 10px;
	left: 200px;
	width:600px; 
	z-index:3;
}
.directori {
	position: absolute;
	top: 0px;
	left: 0px;
	width:150px; 
	z-index:1;
}
.minis {
	position: absolute;
	top: 10px;
	left: 200px;
	width:700px;
	z-index:3;
}

.languages {
	position: absolute;
	top: 0px;
	left: 200px;
	width:700px;
	z-index:4;
}
.lateral {
	position: absolute;
	top: 0px;
	left: 900px;
	width:300px;
	z-index:7;
}