/* quadrat amb cantonades rodones per indexs de pagina */
/* Tècnica extreta de http://www.coonens.com/design/article/2/ 
   i lleugerament modificada. */
	 
.box {
	background-color:#eee;
	border:1px solid #ddd;
	margin: 0px;
	padding: 1px;
	color:#666;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}
.boxCornerSize {
	height:45px;
	background:url(/imatges/corner4.gif) no-repeat;
	width:45px; }
.boxTL, .boxBL { float:left; }
.boxTL {
	position:absolute;
	z-index:100;
	margin:-2px 0 0 -2px; }
.boxTR {
	z-index:100;
	margin:-2px -2px 0 0; }
.boxTR, .boxBR{ float:right; }
.boxTR {
	position:relative;
	background-position:right 0; }
.boxBottom {
	height:43px;
	width:100%;
	background-color:#eee; }
.boxBL { background-position:0 bottom; }
.boxBR {
	position:relative;
	background-position:right bottom; }
.boxEnd { clear:both; }
.boxContent { clear:both; border: 1px solid #eee;}
.boxContent p { margin: -30px 0px -30px 10px;}

.boxBL {
	position:absolute;
	margin:0 0 -2px -2px; }
.boxBR {
	margin:0 -2px -2px 0; }

.small { width:33%; }
.medium { width:66%; }
.large { width:100%; }

