body {
	margin:0px auto;
	width:900px;
	padding:0px;
	font-size:12px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;;
	background:#000000;
	color:#FFFFFF;
}

table {
	font-size:12px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;;
}

table tr td {
	height:20px;
}

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 {
	margin-bottom:20px;
}

	.titol h1{
		padding:15px 20px;
		background:#592F16;
		color:#F3EED3;
		margin-bottom:20px;
		font-size:14px;
	}

#container_cap {
	height:99px;

}

#container_peu {
	background:#454343;
	line-height:40px;
	height:40px;
	padding:0 20px;
	color:#FFFFFF;
	font-size:12px;
	clear:both;
}

a {
	text-decoration:none;
	color:#D11313;
}

a.sel, a:hover {
	color:#FFFFFF;
}

a img {
	border:none;
}



.integracions {
    margin-top: 23px;
}

.integracions img {
    margin-left: 20px;
}

.credits {
	color:#FFFFFF;
}

.credits p {
	margin:	12px 0 0 0;
}

.webnet {
    margin: 11px 0 0 11px;
}

.link_mail a {
	color:#C4C4C4;
}

.link_mail a:hover {
	color:#FFFFFF;
}

.twitter {
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
	height:300px;
	background:#454343;
}

.mapa {

	border:6px solid #D11313;
}

.link-legal{
    margin-top:8px;
}

.link-legal a{
    color:#ffffff;
}

    .link-legal a:hover {
        color: #D11313;
    }


/* 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;
}