/*CSS*/
@font-face{
    font-family: SourceSansPro-Regular;
     src: url('../fonts/SourceSansPro-Regular.ttf')
}

@font-face{
    font-family: SourceSansPro-Bold;
     src: url('../fonts/SourceSansPro-Bold.ttf')
}


@font-face{
    font-family: SourceSansPro-Semibold;
     src: url('../fonts/SourceSansPro-Semibold.ttf')
}

@font-face{
    font-family: SourceSansPro-Black;
     src: url('../fonts/SourceSansPro-Black.ttf')
}



body {
	margin:0px auto;
	width:900px;
	padding:0px;
	font-size:12px;
	font-family:SourceSansPro-Regular, source sans pro, sans-serif, Arial;
	background: #F1EEEE;
	color:#227DB2;
}

#fons {
	background:url(/fitxersWeb/20/fons_web.jpg) no-repeat center center fixed #F1EEEE;
}

table {
	font-size:12px;
	font-family:SourceSansPro-Regular, source sans pro, sans-serif, Arial;
}

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 {
	box-shadow: 0 0 7px #c1c1c1;
	-ms-box-shadow: 0 0 7px #c1c1c1;
	-o-box-shadow: 0 0 7px #c1c1c1;
	-webkit-box-shadow: 0 0 7px #c1c1c1;
	-moz-box-shadow: 0 0 7px #c1c1c1;
}

	.titol h1{
		padding:15px 20px;
		background:#592F16;
		color:#F3EED3;
		margin:0px;
		font-size:14px;
		font-weight:normal;
		font-family: SourceSansPro-Bold;
	}

#container_cap {
	height:49px;

}

#container_peu {
	background:#227DB2;
	/*height:180px;*/
	padding:20px;
	color:#FFFFFF;
	font-size:12px;
	clear:both;
}

a {
	text-decoration:none;
	color:#878A8C;
}

a.sel, a:hover {
	color:#227DB2;
}

a img {
	border:none;
}



.integracions {
    margin-top: 23px;
}

.integracions img {
    margin-left: 20px;
}

.credits {
	color:#227DB2;
}

.credits p {
	margin:	12px 0 0 0;
}

.webnet {
    margin: 11px 0 0 11px;
}



.twitter {
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
	height:300px;
	background:#454343;
}

.mapa {
	border:6px solid #FFFFFF;
	width:450px;
}

#adreca {
	font-size:15px;
	margin-right:60px;
}

#adreca .titol {
    color: #ffffff;
    font-size: 15px;
	font-family: SourceSansPro-Bold;
	padding-left: 40px;
	padding-bottom:10px;
}

#adreca .direc {
    background: url("/FitxersWeb/20/picto_adreca.png") no-repeat scroll left 2px transparent;
   color: #FFFFFF;
    margin-bottom: 18px;
    padding-left: 40px;
}


#adreca .telf {
    background: url("/FitxersWeb/20/picto_telf.png") no-repeat scroll left 2px transparent;
    color: #FFFFFF;
    margin-bottom: 18px;
    padding-left: 40px;
}

#adreca .mail {
    background: url("/FitxersWeb/20/picto_mail.png") no-repeat scroll left 2px transparent;
    color: #FFFFFF;
    margin-bottom: 18px;
    padding-left: 40px;
}


#adreca .mail a, a.mail {
    color:#FFFFFF;
}


#adreca .mail a:hover, a.mail:hover {
    color:#D6D4D4;
}
/* 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;
}