/* Inicialitza tots els paràmetres */
body, h2, h3, h4, h5, h6, h7, p, ul, li, blockquote, a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    margin:0px;
    padding:0px;
    color:#000000;
    list-style-type:none;
    text-decoration:none;
}

body.gran0 {font-size:100%;}
body.gran1 {font-size:110%;}
body.gran2 {font-size:117%;}
body.gran3 {font-size:120%;}


div#dades a.inactiu {
	cursor:default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0169A9;
	text-decoration: none;
}

div#dades a.actiu {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#0169A9;
	text-decoration: none;
}

#general_sombrejat{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width:989px;/* amplada de la pàgina + sombrejat*/
    background-image: url(../img/sombrejat.jpg);
	background-repeat: repeat-y;

}

#general_pagina{
    position:relative;
   	margin-left:5px;
    width:978px; /* amplada de la pàgina sense sombrejat */
    background-color:#FFFFFF;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.brclear {
    position:relative;
	font-size:0px;
	line-height:0px;
	height:0px;
	clear:both;
}

.border{
    border:1px solid #000000;
}

.subratllat{
	text-decoration:underline;
}

.arial8{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    line-height:10px;
}

.arial9{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height:11px;
}

.arial10{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:13px;
}

.arial10_s{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:15px;
    height:15px;
    text-decoration:underline;
}

.arial11{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height:12px;
}

.arial11_s{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height:16px;
    height:16px;
    text-decoration:underline;
}

.arial12{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:14px;
}

.arial14{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:16px;
}

.georgia14{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:16px;
}

.georgia16{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:18px;
}

.georgia18{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height:20px;
}

.georgia20{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height:22px;
}

.georgia22{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height:24px;
}

.georgia24{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height:26px;
}

.georgia28{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height:30px;
}

.georgia32{
	font-family: "Georgia",Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height:34px;
}

.blanc{
	color:#FFFFFF;
}

.negre{
	color:#000000;
}

.blau{
	color:#0169A9;
}

.blau2{
	color:#0068A9;
}

.gris{
	color:#999999;
}

.grisFosc{
	color:#666666;
}

.grisClar{
	color:#CFC4B8;
}

.vermell{
	color:#DD1322;
}

.vermell2{
	color:#FF1720;
}

.vermell3{
	color:#DD1321;
}

#separadorBlanc {
	clear: both;
	font-size: 1px;
	height:1px;
	line-height: 1px;
	background-color:#FFFFFF;
}

#separadorGris {
	/*clear: both;*/
	height:4px;
	font-size: 4px;
	line-height: 4px;
	background-color:#D2D2D2;
}

.separadorBlanc {
	clear: both;
	font-size: 1px;
	height:1px;
	line-height: 1px;
	background-color:#FFFFFF;
}

.separadorGrisc2px {
	font-size: 2px;
	line-height: 2px;
	height:2px;
	background-color:#cccccc;
}

.separadorGris9{
	font-size:1px;
	line-height:1px;
	height:1px;
	background-color:#999999;
}

#separadorBlau {
	clear: both;
	font-size: 4px;
	height:4px;
	line-height: 4px;
	background-color:#0169A9;
}

#separadorBlauPrim {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background-color:#0169A9;
}

.separacio{
	padding-top:5px;
}

.separacio_p{
	padding-top:3px;
}

p{
	font-size: 0.65em;
	line-height: 12px;
	color:#000000;
}

#desti{
	position:absolute;
	z-index:200;
	top:300px;
	left:400px;
	width:416px;
}

.input_login {
	font-family: Arial, Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 15px;
	width: 95px;
	border: 1px solid #676767;
	background-color: #FFFFFF;
}

.input1 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 16px;
	width: 222px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.input2 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 131px;
	width: 222px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.input3 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 66px;
	width: 222px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.input4 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 137px;
	width: 455px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.input5 {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 16px;
	width: 455px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.input6{
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 16px;
	width: 330px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#menu{
	background-color:#000000;
	height:26px;
}

#menu li{
	float:left;
	line-height:20px;
}

#menu a:hover{
	height:26px;
	background-color:#0169A9;
	display:block;
}

#menu_llista{
	display:block;
	font-size: 12px;
	color:#FFFFFF;
	font-family: Arial, Verdana;
	float:left;
	line-height:22px;
}

#menu_llista2{
	display:block;
	font-size: 12px;
	color:#FFFFFF;
	font-family: Arial, Verdana;
	float:left;
	line-height:22px;
	background-color:#0169A9;
	height:26px;
}

#menu2{
	background-color:#0169A9;
	height:26px;
}

#menu2 li{
	float:left;
	line-height:22px;
}

#menu2 a:hover{
	height:26px;
	color:#FFFFFF;
	display:block;
	/*font-weight:bold;*/
}

#menu2_llista{
	display:block;
	font-size: 10px;
	color:#7DC2DF;
	font-family: Arial, Verdana;
	float:left;
	line-height:22px;
	/*font-weight:bold;*/
}

#menu2_llista2{
	display:block;
	font-size: 10px;
	color:#FFFFFF;
	font-family: Arial, Verdana;
	float:left;
	line-height:22px;
	height:26px;
	/*font-weight:bold;*/
}

#fons_triangles{
	background-image: url(../img/fons_triangles.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.fons_menu_peu{
	background-image: url(../img/fons_menu_peu.gif);
	background-repeat:no-repeat;
	height:26px;
	width:978px;
	background-position:right;
	padding-left:5px;
}

.fons_reserves{
	background-image: url(../img/repetir_reserves.jpg);
	width:235px;
	background-repeat:repeat-y;
}

.fons_reservesb{
	background-image: url(../img/fons_reserves.jpg);
	width:237px;
	height:266px;
}

.fons_login{
	background-image: url(../img/fons_login.jpg);
	width:235px;
	height:239px;
	background-repeat:no-repeat;
}

.superior_reserves{
	background-image: url(../img/superior_reserves.jpg);
	width:235px;
	background-repeat:no-repeat;
	position:top;
}

.caixa_mini2 {
	font-size: 10px;
	color: #666666;
	font-famliy: Arial, Verdana, sans-serif;
	text-decoration: none;
	width: 40px;
}

.caixa_mini3 {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	width: 108px;
}

.caixa_mini4 {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
	width: 161px;
}

.img_transparent{
	behavior: url(includes/iepngfix.htc);
}

.fons_treballador{
	background-image: url(../img/fons_treballador.gif);
	width:236px;
	height:148px;
	background-repeat:no-repeat;
}

.fons_mapa{
	background-image: url(../img/fons_mapa.jpg);
	width:479px;
	height:327px;
	background-repeat:no-repeat;
}

.fons_mapa1{
	background-image: url(../img/fons_mapa1.jpg);
	width:479px;
	height:82px;
	background-repeat:no-repeat;
}

.fons_mapa2{
	background-image: url(../img/fons_mapa2.jpg);
	width:479px;
	height:80px;
	background-repeat:no-repeat;
}

.fons_mapa3{
	background-image: url(../img/fons_mapa3.jpg);
	width:479px;
	height:79px;
	background-repeat:no-repeat;
}

.fons_mapa4{
	background-image: url(../img/fons_mapa4.jpg);
	width:479px;
	height:87px;
	background-repeat:no-repeat;
}

.fons_mapa5{
	background-image: url(../img/fons_mapa5.jpg);
	width:479px;
	height:79px;
	background-repeat:no-repeat;
}

.fons_mapa6{
	background-image: url(../img/fons_mapa6.jpg);
	width:479px;
	height:80px;
	background-repeat:no-repeat;
}

.fons_mapa7{
	background-image: url(../img/fons_mapa7.jpg);
	width:479px;
	height:80px;
	background-repeat:no-repeat;
}

.fons_serveis_grups{
	background-image: url(../img/fons_serveis_grups.jpg);
	width:236px;
	height:357px;
	background-repeat:no-repeat;
}

.fons_serveis_grupsb{
	width:236px;
}

.fons_legal{
	width:396px;
	height:410px;
	background-image: url(../img/fons_legal.png);
	background-repeat: no-repeat;
}

.fons_politica{
	width:496px;
	height:510px;
	background-image: url(../img/fons_politica.png);
	background-repeat: no-repeat;
}

.ample_dret{
	width:722px;
}

.fons_peu{
	background-image: url(../img/peu.jpg);
	width:989px;
	height:64px;
	background-repeat:no-repeat;
}

#fons_fitxa{
	background-image: url(../img/fitxa_fons.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.fitxa_cap{
	background-image: url(../img/fitxa_cap.gif);
	width:567px;
	height:43px;
	background-repeat:no-repeat;
}

.fitxa_peu{
	background-image: url(../img/fitxa_peu.gif);
	width:567px;
	height:37px;
	background-repeat:no-repeat;
}

#bannerHome {
	position: relative;
	float: left;
	width: 236px;
	height: 90px;
}

#bannerHome_blanc {
	position: relative;
	float: left;
	width: 234px;
	height: 88px;
	border: 1px solid #666666;
	background-color: #FA6C15;
}

#bannerHome_grisFosc {
	position: relative;
	float: left;
	width: 234px;
	height: 88px;
	border: 1px solid #666666;
	background-color: #E0DFE3;
}

#bannerHomeFoto {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#bannerHomeTexte {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 229px;
	z-index: 20;
}

.submenu_hotel a.elements{
	padding-left:15px;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}

.submenu_hotel a.elements_sel{
	padding-left:15px;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}

.submenu_hotel a.elements:hover{
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;*/
	color:#333333;
}

/* Ombra banners administrables */
.ombra_banner {
	text-shadow: #000000 2px 2px 3px;
	filter: glow(color=#000000,strength=3);
	/*filter: Shadow(Color=#000000, Direction=0, Strength=-2);*/
}
