ul#menu { 
	width: 100%; 
	height: 43px; 
	background: #FFF url("../img/menu-bg.gif") top left repeat-x; 
	font-size:9px;
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}

ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}

ul#menu li a:hover { 
	color: #333; 
}

ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("../img/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
}

body{
	background-image:url(../img/fons.gif);
}

.cap{
	background-image:url(../img/capcalera.gif);
	background-repeat:no-repeat;
}

.borde_arriba{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFCC33;
}

.borde_abajo{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.borde_der{
	border-right-width:thin;
	border-right-style:solid;
	border-right-color:#FFCC33;
}

.borde_izq{
	border-left-width:thin;
	border-left-style:solid;
	border-left-color:#FFCC33;
	width:191px;
}

.font{
	font-family: "Lucida Grande", Verdana, sans-serif;
	color:#666666;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

a:link,
a:hover,
a:visited,
a:active {
	font-family: "Lucida Grande", Verdana, sans-serif;
	color:#666666;
	text-decoration:none;
}

.titol{
	color:#000000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold; 
	font-size:12px;	
}

.text{
	color:#666666;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


img {
	text-decoration: none;
}

