/* CSS Document */

/**** qui som ****/
/**** especifics ****/
#showfoto-on {
	width:400px;
	height:350px;
	margin:75px auto;
	padding:5px;
	border:#9B9B9B 1px solid;
}
#contingut-esq-on, #contingut-dret-on {
	width:500px;
	height:550px;
}
#contingut-esq-on {
	float:left;
}
#contingut-dret-on {
	float:right;
}
/**** estils text ****/
#contingut-dret-on p {
	padding:20px 40px 15px 0 ;
}
#contingut-dret-on h2 {
	padding:25px 5px 0 0;
}
/********************************* especific pagina ****************************/
strong {
	color:#FF9900;
}
#contingut-dret-on li {
	height:30px;
}
#contingut-dret-on li:first-child {
	height:80px;
}
#contingut-dret-on a {
	color:#FFFFFF;
	background-color:#000000;
	padding:5px 15px;
}
#contingut-dret-on a:hover {
	background-color:#009900;
}