body {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#383538;
	font-family: 'source sans pro';
	background:url(/FitxersWeb/20/fons_contingut.png) repeat;
}

html, form, body {
	height:100%;
}

.float_left {float:left;}
.float_right {float:right;}
.absolute {position:absolute;}
.relative {position:relative;}
.clear_both {clear:both;}

table {
	font-size:14px;
	font-family: 'source sans pro';
}

/*****************************************/
/*GENERALS********************************/
/*****************************************/
#container_cap {
	height:121px;
	background:url(/FitxersWeb/20/fons_contingut.png) repeat;
	width:100%;
	position:absolute;
}

#alt_banner {
	height:500px;
	background: url(/FitxersWeb/20/CAP.jpg) no-repeat top center fixed ;
}

#containerGeneral {
	min-height:100%;
}

#container_peu {
	background:#000000;
	height:235px;
	line-height:30px;
	margin-top:-60px;
	color:#A8A7A7;
}
	.link_mail a {
		color:#FFFFFF;
	}

	.link_mail a:hover {
		color:#A8A7A7;
	}
	
	.sep {
		padding-top:10px;
	}
	
#container_central {
	background:url(/FitxersWeb/20/fons_contingut.png) repeat;
}

#container_contingut {
	padding-bottom:60px;
	min-height:300px;
}

#container_contingut .titol {
	padding:10px 0;
}

/*#fons {
	background: url(/FitxersWeb/20/CAP.jpg) no-repeat top center fixed /FitxersWeb/20/fons_contingut.png;
}*/

@font-face{
	font-family: SourceSansPro-Regular;
	src: url('../fonts/SourceSansPro-Regular.ttf')
}

@font-face{
	font-family: SourceSansPro-Light;
	src: url('../fonts/SourceSansPro-Light.ttf')
}

@font-face{
	font-family: SourceSansPro-Semibold;
	src: url('../fonts/SourceSansPro-Semibold.ttf')
}

.ample_web {
	width:900px;
	margin:0px auto;
}

a {
	text-decoration:none;
	color:#2E3136;
}

a.sel, a:hover {
	color:#949494;
}

a img {
	border:none;
}

/*****************************************/
/*H***************************************/
/*****************************************/

h1 {
	padding:0px;
	margin:0px;
}

h2 {
	padding:0px;
	margin:0px;
}

h3 {
	padding:0px;
	margin:0px;
}


.credits p {
	margin:0px;
}


.degradat {
	box-shadow:-12px -51px 69px #000000 inset;
	-moz-box-shadow:-12px -51px 69px #000000 inset;
	-webkit-box-shadow:-12px -51px 69px #000000 inset;;
	-o-box-shadow:-12px -51px 69px #000000 inset;
	-ms-box-shadow:-12px -51px 69px #000000 inset;
}


.press {
	font-size:25px;
	font-family: SourceSansPro-Light;
	text-align:right;
	padding-top:24px;
}

.press a{
	font-size:20px;
	font-family: SourceSansPro-Semibold;
	
}

/* 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;
}

/***************************
*******mapa peu*************
*****************************/

.float_right {
    float: right;
}

.mapa{
	padding-top: 10px;
}

.nom-empresa{
	color:rgb(199, 34, 40);
	font-family:SourceSansPro-Semibold;
	font-size:18px;
}

.link_mail{
	margin-top:5px;
	line-height:50px;
}

.img_hover:hover{
	opacity:0.65;
}