
body {
 background-image: url(../imatges/fons.png); background-repeat: repeat; background-position: bottom;
}

.container {
	width: 960px;
	margin: 0 auto;
} 


/*---- capçalera ----- */
 
#capcalera {
	position: relative;
        height: 132px;
}
#rellotge {
	position: relative;
        top: -95px;
		left: 865px;
}

#missatge {
	position: relative;
		left: 120px;
		top: -120px;
}

#missatge {
	font-family: Arial, sans-serif;
	color: #bb63c3;
	font-size:16px;
	text-align: justify;
}

.caixa
    { position: relative;
	left: 90px;
    width: 400px;    
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f7d3ed;
}

.caixa p
    {
    margin: 0px;
    padding: 5px 15px 10px 15px;    
} 


#data {
	position: relative;
		left: 480px;
		top: -310px;
}

#data{
	font-family: Arial, sans-serif;
	color: #aa0000;
	font-size: 16px;
	text-decoration: none;
	padding-right: 30px;
}


/*---- lateral ----- */

#lateral {
	position: relative;
		width: 200px;
		left: 10px;
		top: 80px;
		}
		
#lateral li a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #1e9071;
		font-size: 22px;
		text-decoration: none;
}

/*---- central ----- */

#central {
	background-color: #f7d3ed;
	position: relative;
	width: 720px;
	height: 300px;
	left: 220px;
	top: -80px;
	border-right: #bb63c3 solid 3px;
    border-bottom: #bb63c3 solid 3px; 
}
.titolcentral {
	position: relative;
	top: 10px;
	left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #bb63c3;
	font-size: 22px;
}
.coscentral {
	position: relative;
	top: 20px;
	width: 700px;
	left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5; 
	text-align: justify;
}

.coscentral  img{
	display: inline;
	padding: 0px;
	margin: 10px;
}

.peucentral {
position: absolute;
	top: 240px;
	left: 50px;
	font-family: Arial, sans-serif;
	color: #bb63c3;
	font-size:14px;
}

.peucentral img{
	display: inline;
	padding: 1px;
	margin-left: 80px;
}


/*---- central: index.html ----- */
.llistat {
padding-left: 50px;
}

.caixa2
    {  position: absolute;
	top: 230px;
	left: -200px;
	width: 150px;
    height:50px;    
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f7d3ed;
}

.caixa2 p
    {
    margin: 0px;
    padding: 5px 15px 10px 15px;    
} 

/*---- central: blocs.html ----- */


#llistat_blocs{
	position: relative;
	top: 5px;
	left: 40px;
	background-color: #f7d3ed
}

#llistat_blocs li {
	display: list-item;
	background-color: #f7d3ed
}
 
#llistat_blocs li a {
	font-size: 10px;
	text-decoration: none;
}


/*---- peu ----- */

#peu {
	position: relative;
	top: -80px;
	left: 20px;
}

#peu img{
	display: inline;
	margin: 20px;
}

/*---- adreça ----- */

#adreca {
	position: relative;
	top: -80px;
	text-align: center;
	 text-decoration: underline overline;
}

