@charset "UTF-8";
/* CSS Document */

.home .titol{
	width:764px;
	
}

.barra_negre{	
	width:763px;
	height:120px;
	background-color:#000000;
}

.barra_negre span{
	color:#0090ff;
	padding-top:10px;
	width:718px;
	margin-left:20px;
	font-size:18px;
	display:block;
}

.barra_negre p{
	width:718px;
	margin-left:20px;
	color:#FFFFFF;
	font-size:14px;
	margin-top:10px;
}

/*******CAPSES******/
#capses-container{
	width:753px;
	margin-top:10px;
	padding-left:8px;
	padding-right:5px;
}

.capsa-petita{
	height:221px;
	width:183px;
	background-image:url('../imatges/fons-capsa.jpg');
	background-repeat:repeat-x;
	float:left;
	margin-right:5px;
	position:relative;
}

.imatge-capsa{
	height:133px;
	width:170px;
	margin:auto;
	margin-top:5px;
}

.boto-mas{
	height:15px;
	width:15px;
	bottom:10px;
	right:10px;
	position:absolute;
}

.capsa-text{
	position:absolute;
	width:135px;
	height:65px;
	left:7px;
	top:138px;
	text-align:left;
}

.capsa-text p{
	font-size:20px;
	color:#666666;
	text-align:left;
	font-family:Helvetica;
}

.capsa-gran{
	height:221px;
	width:371px;
	background-image:url('../imatges/fons-capsa.jpg');
	background-repeat:repeat-x;
	float:left;
	margin-right:3px;
	margin-bottom:5px;
	position:relative;
	top:5px;
}

.imatge-capsa-gran{
	height:168px;
	width:356px;
	margin:auto;
	margin-top:5px;
}

.capsa-text-ciudad{
	position:absolute;
	width:300px;
	height:65px;
	left:7px;
	top:185px;
}

.capsa-text-gran{
	position:absolute;
	width:235px;
	height:65px;
	left:7px;
	top:178px;
}

.capsa-text-ciudad p{
	font-size:18px;
	color:#666666;
	text-align:left;
	font-family:Helvetica;
}

.capsa-text-gran  p{
	font-size:22px;
	color:#666666;
	text-align:left;
	font-family:Helvetica;
}

