@charset "utf-8";
body {
	margin-top: 0px;
	font-family:"Comic Sans MS";
	font-size:14px;
	background-color:#66CCFF;
	background-image:url(imatges/fond.png);
	background-repeat:repeat;
}
p{
	text-indent:15px;
	padding-left:15px;
	padding-right:15px;
}
#cabecera{
	border:	#000000 solid 1px;
}
.borde{border:	#000000 solid 1px;}
.borde2{border-left:#000000 solid 1px;
		border-right:#000000 solid 1px;
}
.borde3{border-left:#000000 solid 1px;
		border-right:#000000 solid 1px;
		border-bottom:#000000 solid 1px;
		}
#superior h1{
	font-size:20px;
	}
#pie{
	font-size:10px;}
#pie a{
	color:#009966;
	text-decoration:none;
}
#pie a:hover{
	color:#0000FF;
	text-decoration:underline;
}
#titulo{
	background-image:url(imatges/lord.png);
	background-position:center;
	background-repeat:no-repeat;
}
#contents{
	padding:10px 10px 10px 10px;
	border-left:#000000 solid 1px;		
	border-Right:#000000 solid 1px;
	background-color:#99CCFF;
	background-image:url(imatges/fond2.png);
	background-repeat:repeat;
	color:#222222;
}
a{
	color:#ff0000;
	text-decoration:none;
	}
a:hover{
	color:#009900;
	text-decoration:underline;
}
#contents h1{
	color:#009900;
	font-size:16px;
}
#contents a{
	color:#009900;
	text-decoration:none;
	}
#contents a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#tabla{
	background-image:url(imatges/fond3.png);
	background-repeat:repeat;
}

.verdelord {color:#009900;}
.rojolord {color:#FF0000;}

/*MENU*/

ul {  
	list-style:none;
	margin:0;
	padding:0px;
	}
ul li {
	
	margin:2px;
	padding:0;
	float:left;
	}
ul li a {
	display:block;
	padding:35px 10px 4px 10px;
	text-decoration:none;
	text-align:right;
	font-size:11px;
	color:#FF3300;
	
	}
ul li a:hover {
	color:#006600;
	text-decoration:underline;
	background-image:url(imatges/careto-lord.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
