/* CSS Document */
body.body 
	{
    background-image:url(imagenes/fondoweb.jpg);
	}
TABLE.taula
	{
	border-color:#0000FF;
	border-collapse:collapse;  
	height:468px;
	width:760px; 
	}
TD.bordeBajoIzq
	{
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-left-style: solid; 
	border-left-width: 1px; 	
	}
TD.bordeBajoDret
	{
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-right-style: solid; 
	border-right-width: 1px; 
	}
TD.bordeBajo
	{
	border-bottom-style: solid;
	border-bottom-width: 1px; 	
	}
TD.bordeAlto
	{
	border-top-style: solid;
	border-top-width: 1px; 	
	}
TD.bordeIzq
	{
	border-left-style: solid;
	border-left-width: 1px; 	
	}
TD.bordeDret
	{
	border-right-style: solid;
	border-right-width: 1px; 	
	}
.letra1
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	visibility:hidden;
	}
.letra2
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	visibility:visible;
	}
.letra3
	{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 10px;
	visibility:visible;
	}
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	
}
a:active {
	text-decoration: none;
}



