body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #466382;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #466382;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #94c9ff;
}

.text_login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}

.text_login a:link {text-decoration: underline; color: #FFFFFF; font-weight: normal;}
.text_login a:visited {text-decoration: underline; color: #FFFFFF; font-weight: normal;}
.text_login a:hover {text-decoration: none; color: #FFFFFF; font-weight: normal;}

.text_menu_sup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.text_menu_sup a:link {text-decoration: none; color: #FFFFFF; font-weight: bold;}
.text_menu_sup a:visited {text-decoration: none; color: #FFFFFF; font-weight: bold;}
.text_menu_sup a:hover {text-decoration: none; color: #ffe952; font-weight: bold;}

.text_menu_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text_peu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.text_peu a:link {text-decoration: underline; color: #FFFFFF; font-weight: normal;}
.text_peu a:visited {text-decoration: underline; color: #FFFFFF; font-weight: normal;}
.text_peu a:hover {text-decoration: none; color: #FFFFFF; font-weight: normal;}

.text_credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.fil_ariadna {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.fil_ariadna a:link {text-decoration: none; color: #466382; font-weight: bold;}
.fil_ariadna a:visited {text-decoration: none; color: #466382; font-weight: bold;}
.fil_ariadna a:hover {text-decoration: none; color: #94c9ff; font-weight: bold;}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/*line-height: 14px;*/
}

.text_asterisc { color: #FF0000; }

.text_usuari_logat {
	color: #ffe952;
	font-weight: bold;
}

.text_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.taula_fotos {
	border: 1px solid #1b4c76;
	background-color: #FFFFFF;
}

.dto_total {
	color: red;
	background: 1px dashed red;
}

.contactar {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	border: none;
}

.contactar label {
	display: block;
	float: left;
	width: 5em;
	margin-right: 0.75em;
	text-align: right;
	font-weight: bold;
}

.contactar .submit input {
	background: #FF9E0E;
	color: #FFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	margin-left: 5.75em
}

p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/*** Missatges formulari ***/
.msg_invisible {display:none;}

.msg_mal, .msg_ok, .msg_check, .msg_info {
padding:10px 10px 10px 28px;
font-size:11px;
text-align:left;
}

.msg_mal {
border:1px solid #e42426;
background:url(/logos/bullet_cross.gif) no-repeat 10px 13px #fce9e9;
}

.msg_ok {
border:1px solid #387c32;
background:url(/logos/bullet_tick.gif) no-repeat 10px 13px #ebf2ea;
}

.msg_check {
border:1px solid #fca62b;
background:url(/logos/load.gif) no-repeat 10px 13px #fff2df;
}

.msg_info {
border:1px solid #dcdc41;
background:url(/logos/bullet_info.gif) no-repeat 10px 11px #ffffb5;
}


