body {
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	background:#000151;
	font-family:Arial, Helvetica, sans-serif;;
	font-size:12px;
}

.clear_both {clear:both;}
.float_left{float:left;}
.float_right{float:right;}

.relative{position:relative;}
.absolute{position:absolute;}


html, form, body {
    height: 100%;
}

a {
	text-decoration:none;
	color:#ECB53E;
}

a img{border:none;}

a.sel {
	color:#FFFFFF;
}

a:hover {
	color:#FFFFFF;
}

p {
	padding:0px;
	margin:0px 0px 9px 0px;
}

.ample_web {
	width:920px;
	margin:0px auto;
}

span {
	padding: 0px;
	margin:0px;
}

#contenidor {
	padding:15px;
	background:url(/FitxersWeb/20/fons_contingut.png) repeat;
	border-radius:5px;
}

#container_general {
	height:100%;
}

#container_central {
	padding-bottom:31px;
	padding-top:10px;
}

#container_peu {
	height:30px;
	line-height:43px;
	margin-top:-31px;
	border-top:1px solid #ECB53E;
}

#container_cap {
	height:276px;
}

.banner img{
	width:920px;
	top:0px;
	left:0px;
}

img.logo {
	z-index:10;
	bottom:10px;
	left:10px;
}

.titol h1 {
	font-size:16px;
	padding:10px 0px;
	margin:0px;
	color:#FFBF3D;
}

.adreca{
	font-size:11px;
	color:#FFFFFF;
}

.credits {
	font-size:11px;
	color:#FFFFFF;
	margin-right:10px;
}

.webnet  {
	margin-top:10px;
}

.item {
	float:right;
	margin-left:5px;
	margin-top:5px;
}
/* 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;
	float:left;
	margin-top:2px;
	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_cookies {
	width:980px;
	margin:0px auto;
}