.C0 {color: #000000;} /* negre */
.C1 {color: #FFFFFF;} /* blanc */
.C2 {color: #CCCCCC;} /* gris */
.C3 {color: #FF6600;} /* taronja */
.C4 {color: #999999;} /* gris2 */
.C5 {color: #666666;} /* gris3 */
.C6 {color: #3399CC;} /* blau */
.C7 {color: #336699;} /* blau2 */


.A10 {font-size:10px; font-family:Arial;}
.A11 {font-size:11px; font-family:Arial;}
.A12 {font-size:12px; font-family:Arial;}
.A18 {font-size:18px; font-family:Arial;}

.V9  {font-size:9px; font-family:Verdana;}
.V10 {font-size:10px; font-family:Verdana;}
.V11 {font-size:11px; font-family:Verdana;}
.V12 {font-size:12px; font-family:Verdana;}
.V14 {font-size:14px; font-family:Verdana;}
.V24 {font-size:18px; font-family:Verdana;}
.V48 {font-size:48px; font-family:Verdana;}


.G14 {font-size:14px; font-family:Georgia;}
.G18 {font-size:18px; font-family:Georgia;}
.G20 {font-size:20px; font-family:Georgia;}
.G24 {font-size:24px; font-family:Georgia;}
.G30 {font-size:30px; font-family:Georgia;}
.G48 {font-size:48px; font-family:Georgia;} 

.AG19 {font-size:19px; font-family:AlternateGothic2 BT;}
.AG30 {font-size:30px; font-family:AlternateGothic2 BT;}

.B {font-weight: bold;}
.I {font-style : italic;}
.U {text-decoration: underline;}

/* TAGS GENERALS */
img      {border:none; }
a        {text-decoration:none;}
a:link   {text-decoration:none;}
a:active {text-decoration:none;}
a:visit  {text-decoration:none;}
br	     { clear:both;}
span	 {}
hr	     {color:#FFFFFF; width: 1px; }
form     {margin:0px; padding: 0px;}
.left    {float: left;}
.right   {float: right;}
.clear   {clear: both; }

.FL { float: left; }
.FR { float: right;}

.AL { text-align: left; }
.AR { text-align: right;}
.AC { text-align: center;}
.AJ { text-align: justify;}


/* ESTRUCTURA */
body {
	background-color: #CCCCCC;
	width: 794px;
	text-align: center;
}

body,table {
	font-family: Arial;
	font-size: 10px;
	margin: 0px;
	padding:0px;	
}

.centered {
	width:794px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 50px;
	margin-left: -397px;
	border: 1px solid #6666CC;
	display:table;
}



.body {
	margin: 0px 13px;
}

.content {

}

/* CAPÇALERA */
.head {
	margin: 13px 13px;
	margin-bottom: 25px;
	background-color: #346A9C;
	text-align: left;
}

.head a {
	margin-left: 10px;
	padding: 3px 0px 4px 2px;
	line-height: 19px;
}

.head a:hover {
	text-decoration: underline;
}

.head a.selected {
	background-color: #FF6600;
}


/* PEU */
.foot {
	margin: 20px 13px;
}

.foot .copyright {
	background-color: #346A9C;
	color: white;
	padding: 3px;
	font-family: Verdana;
}


.foot .separator {
	color: #E3E1E1;
	padding: 0px 10px;
}

.foot .links {
	border-bottom: 1px solid #E3E1E1;
	padding: 5px 0px;
	margin-bottom: 2px;
}


.foot .site {
	color: #999999;
	font-size: 10px;
	font-family: Verdana;
}

.foot .site a {
	text-decoration: underline;
	padding: 0px 40px;
	color: #C0C0C0;
}




/* MENU */
.menu_title {
	background: url('./../img/menu_head_background.gif') repeat-x top left;
	padding: 2px 5px 2px 13px;
	margin-bottom: 2px;
}

.menu_title a {
	display: block;
}

.menu_item {
	background: url('./../img/menu_body_background.gif') repeat-x top left;
	padding-top: 2px;
	padding-bottom: 25px;
}

.menu_item a{
	display: block;
	padding-left: 13px;
}

.menu_item a:hover {
	background-color: #FFFFFF;
	font-weight: bold;
}


.submenu_item {

}

.submenu_item a {
	display: block;
	border-bottom: 1px solid #FFD1B2;
	padding-left: 13px;
}	

.submenu_item a:hover {
	color: #FF6600;
	font-weight: bold;
	background: url('./../img/submenu_square_on.gif') no-repeat 5px 50%;
}

.display {
	display: none;
	padding-bottom: 10px;
}

.display a {
	padding-left: 26px;
}

.banner_help {
	display: block;
	margin: 30px 0px;
	text-align: center;
}

/* DETALL */

.detall {
}

.detall .middle {
	background: url('./../img/detall_middle_background.gif') repeat-y 50% 50%;
}

.detall h2 {
	background-color: #E5E5E5;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	padding: 1px 5px 0px 5px;
	color: #333333;
	margin: 0px 0px -10px 0px;
}

.detall ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.detall li { 
	margin: 8px 0px;
}

.detall li a:hover {
	text-decoration: underline;
}

.detall .icon {
	border: 1px solid #999999;
	margin-right: 5px;
	margin-bottom: 5px;
}

.detall .big {
	margin-bottom: 5px;
}

.detall .small {
	margin-right: 5px;
	margin-bottom: 5px;
}

.detall p {
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	text-align: justify;
}

.detall a.link {
	text-decoration: underline;
}

.detall .comentarios {
	background-color: #FF6600;
	text-align: center;
	padding: 0px 2px;
}

.detall .mapa {
	vertical-align: -5px;
}

.detall .search {
	background: #E1E1E1 url('./../img/detall_search_background.gif') repeat-x bottom left;
	background-image: url(../imgs/detall_background.gif);
}

.detall .search td {
	text-align: left;
	vertical-align: bottom;
}

.detall select {
	font-size: 9px;
	font-family: Verdana;
	margin-right: 2px;
	margin-top: 5px;
}

.detall .calendar {
	vertical-align: 0px;
}

.detall .nights {
	margin-top: 5px;
}

.detall .map {
	background: url('./../img/detall_map.jpg') no-repeat -7px left;
	text-align: right;
	padding-top: 85px;
	background-image: url(../imgs/detall_map.jpg);
}

.detall .map a {
	background: url('./../img/detall_button_off.gif') no-repeat right;
	padding-right: 10px;
	margin: 3px;
}

.detall .map a:hover {
	background: url('./../img/detall_button_on.gif') no-repeat right;
	padding-right: 10px;
}


/* SUBMENUS */

.submenu {

}

.submenu .title {
	background: url('./../img/eventos_submenu1_title.gif') repeat-x top;	
	padding: 2px 7px 1px 7px;
	font: bold 12px Verdana;
	color: #336699;
	margin-bottom: 1px;
}

.sub1 .desc {
	background: url('./../img/eventos_submenu1_desc.gif') repeat-x top;	
	padding-bottom: 40px;
	padding-top: 1px;
}

.sub1 .desc a {
	background: url('./../img/eventos_submenu1_off.gif') no-repeat 0px 5px;
	padding-left: 10px;
	margin-left: 7px;
	margin-top: 5px;
	display: block;
	font: 11px Verdana;
	color: #336699;
}

.sub1 .desc a:hover{
	font-weight: bold;
	background: url('./../img/eventos_submenu1_on.gif') no-repeat 0px 5px;
}

.sub2 .desc {
	margin-bottom: 10px;
}


.sub2 .desc a {
	background: url('./../img/eventos_submenu1_off.gif') no-repeat 0px 5px;
	padding-left: 10px;
	margin-left: 7px;
	margin-top: 5px;
	display: block;
	font: 11px Verdana;
	color: #336699;
}

.sub2 .desc a:hover{
	background: url('./../img/eventos_submenu1_on.gif') no-repeat 0px 5px;
}


/* TAB */

.tab {
	height: 28px;
	width: 100%;
}

.tab_left {
	background: url('./../img/eventos_tab_left.gif') no-repeat;
	width: 10px;
}

.tab_center {
	background: url('./../img/eventos_tab_center.gif') repeat-x;
}

.tab_right {
	background: url('./../img/eventos_tab_right.gif') no-repeat;
	width: 10px;
}

.tab_right_extra {
	background: url('./../img/eventos_tab_right_extra.gif') repeat-x;
}

.headlang {
	z-index: 3;
	top: 35px;
	left: 20px;
	margin: 0px;
	width: 250px;
}
.hlang {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 3;
}
.head {
	margin-top: 10px;
	margin-left: 13px;
	background-image: url(../imgs/barra_sup.gif);
	margin-bottom: 10px;
	padding: 1px;
}

.serv ul {
  float: left;
  width: 15em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}


.lista_serv{
  list-style: none;
float:left;
width: 25em;
margin: 0;
background-position: 0 5px;
background-repeat: no-repeat;
padding: 0 0 0 0em;
}
