body {
	margin:0px auto;
	width:980px;
	padding:0px;
	font-size:12px;
	font-family: source sans pro;
	color:#000000;
	background:#ffffff;
}

table {
	font-size:12px;
	font-family: source sans pro;
	color:#000000;
}

html, form, body {
	height:100%;
}

.float_left {float:left;}
.float_right {float:right;}
.absolute {position:absolute;}
.relative {position:relative;}
.clear_both {clear:both;}


/*****************************************/
/*GENERALS********************************/
/*****************************************/

#container_general {
	background:#ffffff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 10px #000000;
	-moz-box-shadow:0 0 10px #000000;
	-webkit-box-shadow:0 0 10px #000000;
}

#container_cap {
	height:84px;
	background:#000000;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:0 25px;
}

#container_peu {
	background:#000000;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	padding:25px;
	color:#FFFFFF;
	font-size:12px;
}

#contingut {
	padding:25px;
}

#contingut .titol h1{
	padding:0;
	margin:0;
	font-size:23px;
	font-weight:200;
	color:#000000;
}

.banner {
	width:980px;
	height:258px;
}

a {
	text-decoration:none;
	color:#BF1508;
}

a.sel, a:hover {
	color:#000000;
}

a img {
	border:none;
}

.integracions {
	margin-top:23px;
}

.integracions img{
	margin-left:20px;
}

.sepBanner {
	height:18px;
	margin-top:-9px;
	background:url(/FitxersWeb/20/all-barra.jpg) no-repeat;
	color:#ffffff;
	font-size:17px;
	padding:31px 25px;
}

.mapa {
	border:10px solid #3f403f;
}

.link_mail a {
	color:#BF1508;
}

.link_mail a:hover {
	color:#FFFFFF;
}

.webnet {
	margin: 11px 0 0 11px;
}

.credits {
	color:#000000;
	font-size:12px;
}

.sepPeu {
	height:10px;
}

.link-legal{
    margin-top:10px;
}
/* COOKIES BANNER */
#cookies_banner{
	background:#000000;
    display: none;
    float: none !important;
    height: 20px;
    line-height: 20px;
	left: 0;
    margin: 0 auto !important;
    padding: 3px 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 100% !important;
    z-index: 999;
	bottom:0px;
	color:#ffffff;
	font-size:12px;
}

#cookies_accept{
	background: url(/FitxersWeb/20/boto_desCookies.png) no-repeat;
    cursor: pointer;
    height: 18px;
    transition: all 0.2s ease 0s;
    width: 18px;
	margin-top:2px;
	float:left;
	margin-right:10px;
}

#cookies_accept:hover{
	background: url(/FitxersWeb/20/boto_actCookies.png) no-repeat;
    cursor: pointer;
    height: 18px;
    transition: all 0.2s ease 0s;
    width: 18px;
}

#cookies_banner p{
	margin:0px;
	padding:0px;
}

.ample_web {
	margin:0px auto;
	width:980px;
}