/* ================================
Estils particulars per la comarca
 ================================
*/

td .menuSeccioComarca, a .menuSeccioComarca
{
	font-size: 12px;
	font-weight: bold;
	color: #930;
}

.menuSeccioComarca a, .menuSeccioComarca a:link, .menuSeccioComarca a:visited
{
	text-decoration: none;
	background: url(linia-dash-v.png) repeat-y top right;
	padding: 1px 9px 5px;
	color: #930;
}
.menuSeccioComarca a.actiu
{
	text-decoration: none;
	background: url(linia-dash-v.png) repeat-y top right;
	padding: 1px 9px 5px;
	color: #fff;
	background-color: #930;
}
.menuSeccioComarca a:hover
{
	color: #fff;
	background-color: #BD7D3E;
}

.lacomarcafons
{
	background-image: url(cap-allotjament-00.png);
	background-repeat: no-repeat;
}


.MenuItem, .MenuItemMouseOver
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 1px;
	background-color: #f1f1f1;
	padding-top: 1px;
	border: #f1f1f1 1px solid;
}
.MenuItemMouseOver
{
	background-color: #cccccc;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, .MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
	display: block;
	padding: 2px 0 2px 15px;
	color: black;
	text-decoration: none;
	width: 100%;
}



/* Fitxes */
/* Taula contenidor */
.Fitxa_MainTable
{
	width: 100%;
}

.Fitxa_TopTable
{
	width: 100%;
}

.Fitxa_TDImg
{
	width: 15%;
	vertical-align: top;
	padding-right: 10px;
}

/* T�tol (texte) */
.Fitxa_Titol
{
	font-weight: bold;
	color: #fff;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	background-color: #655e30;
}

/* tr amb les dades detallades de la fitxa */
.Fitxa_trDades
{
	background-color: #d1cfc2;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* text de nom de camp (p.e. Adre�a:) */
.Fitxa_Camp
{
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

/* text de valor del camp (p.e. C/Major) */
.Fitxa_Valor
{
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

/* hyperlinks de fitxa */
.Fitxa_Link, .Fitxa_Link:link, .Fitxa_Link:visited, .Fitxa_Link:hover, .Fitxa_Link:active
{
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	vertical-align: middle;
}


/* Cada imatge de la col�lecci� d'imatges */
.Fitxa_Image
{
	width: 142px;
}

/* Text de peu de les imatges */
.Fitxa_ImgFooter
{
	font-size: 10px;
	color: #696969;
	height: 30px;
	padding-left: 5px;
	padding-top: 3px;
}

/* div inferior de la fitxa */
.Fitxa_divDescripcio
{
	padding: 20px 20px 20px 20px;
	background-color: #ffffcc;
}

/* Espai interior de les fitxes de restaurant */
.Fitxa_BottomTable
{
	background-color: #fff;
	color: #696969; /*	 	background-image: url(images/grup-gastronomic-fitxa.png); 	background-repeat:no-repeat; 	background-position: right; */
}

.Fitxa_trBottom
{
	background-color: #fff;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
}




