body {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 10px 0 0 0;
	}
.posicio_general{
	width:908px; 
	position: absolute; 
	left: 50%; 
	margin-left:-454px;
	display: block;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height:628px;	
}
/* LINKS */

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #868988;
	text-decoration: none;
	}
a:active {
	color: #868988;
	text-decoration: none;
	}
.idioma a:link {
	color: #fff;
	text-decoration: none;
	}
.idioma a:hover{
	color: #868988;
	text-decoration: none;
	}
.idioma a:visited{
	color:#fff;
	text-decoration: none;
	}
.idioma active{
	color: #868988;
	text-decoration: none;
	}
.idioma{color:#000;}


/* CSS DIVs */
.content{
	margin-top: 10px;
	margin-left: 32px;
	width: 840px;
	height: 590px;
	/*border: 1px #6FF solid;*/
	overflow: hidden;
	}

.left{
	float: left;
	width: 378px;
	}
.right{
	float: left;
	width: 408px;
	text-align:right;
	}
.menu{
	float: right;
	}
.onze{
	font-size: 11px;}


.peu{
	width: 815px;
	height: 30px;
	margin-left: 45px;
	margin-top: 5px;
	color: #FFF;
	/*border: 1px solid #936;*/
	}
.slide{
	/*border:1px solid #F90;*/
	height:350px;
	width: 860px;
	margin-top: 150px;		
	}
.paginar{
	width: 860px;
	}
.quadre{
	height: 161px;
	width: 243px;
	float: left;
	cursor:pointer;
	}
.next_l{
	width: 243px;
	height: 19px;
	background-image:url(../images/fletxa_l.jpg);
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
	}
.pagina{
	height: 17px;
	background-color: #F0F1F1;
	font-size: 12px;
	color: #878988;
	width: 243px;
	text-align: center;
	padding-top:3px;
	}
.next_r{
	width: 243px;
	height: 19px;
	background-image:url(../images/fletxa_r.jpg);
	background-repeat: no-repeat;
	background-position: left;
	cursor:pointer;
	}
.foto{
	border: 1px solid #878988;
	}
.descripcio{
	width: 190px;
	height: 400px;
	/*border:1px solid #F00;*/
	float: left;
	margin-left: 30px;
	}
.slide_images{
	width: 570px;
	height: 400px;
	border:1px solid blue;
	float: right;
	}
.titol{
	font-size: 12px;
	font-weight: bold;
	}
.text{
	font-size: 10px;
	color: #878988;
	margin-top: 10px;
	}

.pointer{cursor:pointer;}

