



/*--------------------------------------------------------------- RRLL */

/* per fer el submenu negre, ja que el primer nivell es blanc */
#menu ul li a:hover {
	color:#ffffff;
}


div.estil_peu {
   margin-left: 170px;
   color: #FFFFFF;
   font-size: 0.7em;
   border-top: solid #0080B1 1px;
   padding: 3px 3px 3px 3px;
   background-color: #0080B1;
}

div.marge_peu {
   width:170px;
}

/*--------------------------------------------------------------- Caixes Home */

div.actualitat { margin-left:10px}
div.caixa_pestania {
	padding: 2px 20px 0px 5px; 
	background-image: url(/fhuma/_img/caixa_cantonada_vermell.gif); 
	background-color: #0080B1;
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;; font-size: 0.8em; color:white; text-decoration:none;
	font-weight: bold;
	display:inline;
}


div.caixa_esquerra {
	background-image: url(/fhuma/_img/caixa_blanc_esquerra.gif); /* borde izquierda */
	background-repeat: repeat-y;
}

div.caixa_dreta {
	background-image: url(/fhuma/_img/caixa_blanc_dreta.gif); /* borde derecha */
	background-position: top right;
	background-repeat: repeat-y;
}
div.caixa_top_derecha {
	background-image: url(/fhuma/_img/caixa_cantonada_gris.gif); /* derecha top */
	background-position: top right;
	background-repeat: no-repeat;
}
div.caixa_fondo {
	width: 98%;
	background-image: url(/fhuma/_img/caixa_blanc_fons.gif); /* fondo */
	background-repeat: repeat;
}
div.caixa_top {
	background-image: url(/fhuma/_img/caixa_top_peu.gif); /* top */
	background-repeat: repeat-x;
}
div.caixa_peu {
	background-image: url(/fhuma/_img/caixa_top_peu.gif); /* pie */
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.caixa_peu_dreta {
	background-image: url(/fhuma/_img/caixa_top_peu.gif); /* derecha pie */
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 5px 15px 15px 5px; 
}



