﻿.ulMenu
{
	height:45px;
	float:left;
	list-style:none;
	border-right:2px solid white;
}
.ulMenu li
{
	height:41px;
	/*line-height:41px;*/
	float:left;
	border-left:2px solid white;
	border-top:2px solid white;
	border-bottom:2px solid white;
}

.enllasFamilia
{
	height:41px;
	float:left;
	padding:0px 5px;
	line-height:20px;/*és un valor per defecte perquè després s'actualitza amb javascript*/
	font-size:11px;
	color:White;
	text-align:center;
	background:#064279;
	text-decoration:none;
}
.enllasFamilia:hover{background:#ffffff; color:#064279;}
.enllasFamiliaActiu{background:#ffffff; color:#064279;}

.enllasSubfamilia
{
	/*width:160px;*/
	width:305px;
	height:20px;
	line-height:20px;
	font-size:11px;
	float:left;
	clear:both;
	text-decoration:none;
	color:#064279;
	margin-bottom:3px;
}
.enllasSubfamilia:hover{background:#cfcfcf; font-weight:bold;}
.enllasSubfamiliaActiu{background:#cfcfcf; font-weight:bold;}

.divMenuFiltres
{
	/*height:230px;
	height:450px;*/
	position:absolute;
	display:none;
	top:45px;
	z-index:100;
	padding:8px;
	background:white;
	border:10px solid #BBBBBB;
}

.divMenuFiltreSubfamilies
{
	min-height:135px;	
	float:left;
	margin-right:10px;
	background:white;
}


.divMenuFiltresCombos
{
	/*width:365px;*/
	width:265px;
	height:135px;
	padding:15px;
	/*float:left;*/
	float:right;
	background:#cfcfcf;
}

.taulaMFC
{
	/*width:365px;*/	
	margin:auto;
	margin-top:15px;
}
.taulaMFC td
{
	height:35px;
	padding-right:5px;
	font-size:10px;
}

/*
divMenuFiltreSubfamilies"></div>
<div class="divMenuFiltresCombos">
*/





.divMenuFiltresControls
{
	height:113px;
	background:white;
}

.divMenuFiltres_1
{
	width:889px;
	height:57px;
	margin:auto;	
	line-height:25px;
}

.divMenuFiltres_2
{
	width:875px;
	height:30px;
	padding-top:7px;
	padding-left:14px;
	margin:auto;
	background:#cfcfcf;
	position:relative;
	
}

/*
.ulMenu li:hover .divMenuFiltres
{
	height:113px;
	display:block;
	position:absolute;
	top:45px;
	z-index:100;
	background:white;
}
*/

