div.logo{
	position:absolute;
	width:342px;
	height:72px;
	top:1%;
	left:5%;
}
div.tira_central{
	position:absolute;
	height:288px;top:44%;margin-top:-150px;
	width:100%;
	padding:0;
	border-top:1px solid #A8A8A8;
	border-bottom:1px solid white;
}
div.diapositives{
	position:absolute;
	height:267px;top:43%;margin-top:-133px;
	width:1000px;left:50%;margin-left:-430px;
}
div.tira_botons{
	position:absolute;
	height:50px;bottom:8%;margin-top:-40px;
	width:100%;
	padding:0;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
div.links_index{
	position:absolute;
	height:50px;bottom:8%;margin-top:-40px;
	width:99%;
	height:40px;
}
div.missatge_peu{
	position:absolute;
	bottom:20%;
}
/*Estils quadre de login -------------------------------------- */
div.login{
	position:absolute;
	top:1%;
	right:2%;
	border:1px solid #626262;
	padding:10px;
	color:#909090;
	background-color:#FFF;
}
/*Final estils quadre login -------------------------------------- */

 /* Estils cuadres ampliables-------------------------*/
.cuadroExterior{
		position:relative;
		width:270px;
		height:267px;
		border:1px solid #555555;
		background-image:url("../imatges/index/degradatCaixa.jpg");
		background-repeat:repeat-x;
		padding:0px;
		float:left;
		margin: 0px 5px;
	}
	.cuadroInterior{
		position:relative;
		width:80%;
		height:210px;
		border:1px solid #555555;
		background-color:#ffffff;
		text-align:center;
		margin:15px 0px;
		left:10%;
	}
	.cuadroInterior img{
		width:240px;
		height:210px;
		text-decoration:none;
		border:0px;
	}
	.cuadroTexto1{
		position:relative;
		width:250px;
		height:40px;
		font-size:21px;
		color:#555555;
		margin-top:-15px;
		text-decoration:none;
		background:url("../imatges/index/titulosSecciones.jpg") no-repeat -475px 0px;
		left:50%;
		margin-left:-120px;
	}
	.cuadroTexto2{
		position:relative;
		width:250px;
		height:40px;
		font-size:21px;
		color:#555555;
		margin-top:-15px;
		text-decoration:none;
		background:url("../imatges/index/titulosSecciones.jpg") no-repeat -200px 0px;
		left:50%;
		margin-left:-120px;
	}
	.cuadroTexto3{
		position:relative;
		width:250px;
		height:40px;
		font-size:21px;
		color:#555555;
		margin-top:-15px;
		text-decoration:none;
		background:url("../imatges/index/titulosSecciones.jpg") no-repeat 40px 0px;
		left:50%;
		margin-left:-120px;
	}

	a{
		text-decoration:none;
		cursor:hand;
	}
/** Final erstils cuadres ampliables*/