/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
-- Enllaços
A:hover, A:link, A:visited{
	text-decoration : none;
	font-family: Verdana;
}
A.colorBlanc{
	color: White;
	font-weight:bold;
	font-size: 12px;
	text-decoration : none;
}
A.colorBlanc10{
	color: White;
	font-weight:bold;
	font-size: 10px;
	text-decoration : none;
}
A.colorNegre{
	color: Black;
	font-weight: normal;
	font-size: 10px;
	text-decoration : none;
}
A.colorMarro{
	color: #6B6B47;
	font-weight: normal;
	font-size: 10px;
	text-decoration : none;
}
A.colorMarroG{
	color: #6B6B47;
	font-weight: bold;
	font-size: 14px;
	text-decoration : none;
}
A.Idioma{
	color: #3C608E;
	font-weight: bold;
	font-size: 10px;
	text-decoration : none;
}

.FondoBlanc {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.TexteBlanc{
	font : 10px Verdana;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.TexteBlancG{
	font : 12px Verdana;
	font-weight: bold;
	color: White
}

.TexteParragraf8{
	font : normal 8px Verdana;
	color : #6B6B47;
}
.TexteParragraf{
	font : normal 11px Verdana;
	color : #6B6B47;
}
.TexteParragrafN{
	font : 11px Verdana;
	font-weight: bold;
	color : #6B6B47;
}
.TexteParragrafP{
	font : normal 9px Verdana;
	color : #6B6B47;
}
.TexteParragraf14{
	font : normal 14px Verdana;
	color : #6B6B47;
}


.TexteTagSelected{
	font : normal 10px Verdana;
	color : Black;
}
.BorderImatges {
	border: 1px solid #FFFFFF;
}

.TitolCases {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
.TextCases {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
}
.TextCasesN {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.TextTipusActivitat {
	font : bold 18px Verdana;
	color : white;
}

/* CSS de la oferta */

.TitolActivitat {
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	font-color: black;
}

.TitolActivitatG{
	font-family: Verdana, Arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.DescrActivitat{
	font-family: Verdana, Arial, helvetica;
	font-size: 10px;
	text-decoration: none;
}

.DescrActivitatG{
	font-family: Verdana, Arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid;	
	border-color: #CCCC99;
}

.boto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: #638cb5;
	border: 1px;
	border-color: black;
}

.TitolGranChaouen{
	font-family: Verdana, Arial, helvetica;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #6B6B47;
}
div.IdiomaEs
{
		position:absolute;
		top: 16px;
		left: 70px;
}
div.IdiomaFr
{
		position:absolute;
		top: 16px;
		left: 50px;
}