* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}


body {
    background: #fff url("../images/bg-body.jpg") repeat-x scroll 0 0;
    color: #222;
    font: 12px/1.5em Arial,sans-serif;
}

h2 {
    margin: 15px 0 15px;
    color: #769D2D;
    font: bold 13px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

div.container {
	background: rgba(0, 0, 0, 0) url("../images/bg-top-new2.png") no-repeat scroll 0 0;
	margin: 0 auto;
}
a {
  color: #333333;
  text-decoration: none;
}



#header {
	height: 169px;
	/*margin: 0 45px;*/
	position: relative;
	display:block;
	width:60%;
}
#logo_petit {
    /*position: absolute;
	right: 0px;
	bottom: -5px;*/
	float: right;
	margin-top: -55px;
}


/*
.flex-container,
.divThumbs .slick-track {
  padding: 0;
  margin: 0;
  list-style: none;
  

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  

    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;

}


.flex-item {
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;

  flex-basis: 49%;
  width: 49%;
}
*/

.contslider {
	background: #fff url('../images/bg-body.jpg') repeat-x;
	padding: 5px;
}
.divDiapo {
	float:left;
	margin:0px;
	width:65%;
	/*height:314px;*/
	/*padding-left:10px*/
}
.divDiapo img {
	width: 100%;
	max-height: 295px;
}
.slider-nav {
	float: right;
	width: 35%;
}

/*
.contslider .divThumbs {
	float:right;
	margin:0px;
	width:34%;
}
.contslider .divThumbs img {
	float:left;
	width: 50%;
	padding-left: 1px;
	padding-bottom: 1px;
}


.divDiapo .slick-slide {

    position: relative;
    padding-bottom: 7%;
    padding-top: 0%;
    height: 0;
}

.divDiapo .slick-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%  !important;
}


.divThumbs div.slick-slide {
    float: left;
}
.slick-slide img {
    width: 100%;
}
.contslider .divThumbs img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
*/

.divDiapo .slick-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%  !important;
    min-height: 300px;
}

.flex-item {
	float: left;
	width: 50% !important;
	box-sizing: border-box;
	padding: 1px;
}
.flex-item img {
	width: 100%;
	min-height: 70px;
	max-height: 68px;
}





#blocCentral {
	width: 100%;
	padding: 0px 60px;
}

#idiomas {
    float: right;
    /*margin: 15px 5px 0 0;*/
    margin-top: -160px;
    text-transform: uppercase;
    font:bold 11px/39px Arial,Helvetica,sans-serif;
	color:#808285
}

#idiomas a{
	font:bold 11px/39px Arial,Helvetica,sans-serif;
	color:#808285
}
#rss{
	border: 0px none;
	float:right;
	margin-top:12px;
	margin-left:5px
}
/* **************************  MENU PRINCIPAL ************************* */
ul {
    list-style: outside none none;
    
}

#barra_menu_main{
	/*background-color: #e7ebeb;*/
	background: #fff url("../images/bgmenu.png") repeat-x scroll 0 0;
	margin-top: 0px;
	/*margin: 0 45px;*/
	height: 38px;
}

#subnavigation {
	position: relative;
	/*clear: both;*/
	padding-left: 0px;
	/*height: 38px;
	width: 100%;*/
	width: 80%;
	float: left;
	/*margin-top: -36px;*/
	display: block;
}

#subnavigation.right li {float:  right;}
#subnavigation li ul li {width:250px}

#subnavigation li {
	float: left;
	padding: 0 6px;
	font: bold 11px/37px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: relative;
	max-height: 37px;
}
#subnavigation a {
	float: left;
	padding-left: 20px;
	color: #808285;
	text-decoration: none;
	display: block;
	position: relative;

}
/*
.blue {background: url('../images/bullet1.gif') no-repeat 0 50%;}
.blue:hover {color: #33bbed !important;}
.green {background: url('../images/bullet23.gif') no-repeat 0 50%;}
.green:hover {color: #769D2D !important;}
.orange {background: url('../images/bullet24.gif') no-repeat 0 50%;}
.orange:hover {color: #f7941e !important;}
.pink {background: url('../images/bullet26.gif') no-repeat 0 50%;}
.pink:hover {color: #f17db1 !important;}
*/

/* **************************  END MENU PRINCIPAL ************************* */


#buscador{
	padding:0;
	float:right;
	/*margin-right: 5px;*/
    margin-top: 9px;
    /*margin-bottom: -40px;*/
}

/* Cercador */
div#buscador input[type="text"] {
	float: left;
	width: 80%;

	border:1px solid #dadada;
	/*height:18px;*/
	padding: 2px 0 0 0;
	background-color:#FFFFFF;
	/*font:11px Verdana, Arial;*/
}
div#buscador input[type="submit"] {
	float: right;
	background: url(../images/find.png) top left no-repeat;
	
	border:0;
	/*font:11px Verdana, Arial;*/
	color:#333333;
	width:22px;
	height:22px;
	cursor:pointer;
	vertical-align: bottom;
	margin-right: 5px;
	font-size: 0px;
}

.boto_buscador{
	background: url(../images/find.png) top left no-repeat;
	border:0;
	font:11px Verdana, Arial;
	color:#333333;
	width:22px;
	height:22px;
	cursor:pointer;
	vertical-align: bottom;
}
.camp_buscador{
	border:1px solid #dadada;
	height:18px;
	padding: 2px 0 0 0;
	background-color:#FFFFFF;
	font:11px Verdana, Arial;
	width:150px;
}


/* Cercador Noticies / Agenda */
.input_cercador{
	border: 1px solid #c9c8c8;
	width: 142px;
	font: 10px Verdana, Arial;
	color: #676767;
	padding: 2px 0 2px 5px;
	margin: 0 0 7px 0;
	/*width: 190px;*/
	width: 100%;
}

.select_cercador,
.select_notcies,
.select_objperdut {
	border: 1px solid #c9c8c8;
	width: 150px;
	font: 10px Verdana, Arial;
	color: #676767;
	padding: 5px 0 5px 5px;
	margin: 0 0 7px 0;
	width: 190px;
}
.select_notcies,
.select_objperdut {
	width: 100%;
}
.select_objperdut option {
	box-sizing: unset;
}


div.campsData {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
div.campsData div.input_cercador_small {
	/*float: left;
	width: 50%;*/
	flex-basis: 49%;
}



input.input_cercador_small{
	border: 1px solid #c9c8c8;
	/*width: 55px;*/
	width: 100%;
	font: 10px Verdana, Arial;
	color: #676767;
	padding: 4px 0 4px 5px;
	margin: 0 0 4px 0;
	
}

.boto_cercador{
	/*background: url(/imgfiles/Mollet/Front/boto_cercador.gif) top left no-repeat;*/
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(top, #FFFFFF, #c9c9c9);
	background-image: -moz-linear-gradient(top, #FFFFFF, #c9c9c9);
	background-image: -ms-linear-gradient(top, #FFFFFF, #c9c9c9);
	background-image: -o-linear-gradient(top, #FFFFFF, #c9c9c9);
	background-image: linear-gradient(to bottom, #FFFFFF, #c9c9c9);

	width: 94px;
	height: 22px;
	border: 0;
	border: solid 1px #d9d9d9;
	margin: 0 auto;
	font: Bold 11px Arial, Verdana;
	color: #373737;
	padding: 0 0 2px 0;
	cursor: pointer;
}
#colLeft .cercador div.Actions,
.contingut_boto{
	text-align: center;
	padding: 15px 17px 0 0;
}

/* END Cercador Noticies / Agenda */


#content {
	margin-top: 0px;
	z-index: -1;
	width: 100%;
    /*background: #fff;
    background: transparent;*/
    overflow: visible;
    /*overflow: hidden;*/
    /*border: 1px solid #fff;
    border-color: rgba(255,255,255,0.5);*/
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

.cont_central {
	width: 100%;
	/*margin-left: 10px;
	padding-right: 20px;*/
}

.internes {
	background: #fff url("../images/bg-body.jpg") repeat-x scroll 0 -259px;
	display: inline-block;
}
.pad_RL {
	padding:0px 10px;
}

.col_principal {
	/*width:395px;*/
	width: 60%;
	float:left;
}
.div_foto_petita{
	/*width: 175px;*/
	width: 37%;
	float: right;
	padding:0 10px 10px 10px;
	background-color: #EFEFEF;
	margin: 0 0 10px 10px;
}
/* ****************************************** MENU CONTINGUTS WEB  ****************************************** */
#menu4, #menu5 {
	cursor: pointer;
}
#menu4 {
	width: 100%;
	padding: 0px 0px 5px 0px;
	/*position:relative;*/
	float:left;
	z-index:99;
}
#menu4 li {
	height: 40px;
	/*margin-top: -7px;*/
	position: relative;
	color: #fff;
	padding: 10px 16px 0 15px;
	width: 25%;
}
#menu4 li a {text-decoration: none;}
#menu4 li a:hover {text-decoration: underline;}
#menu4 p {
	margin: 5px 0 0;
	color: #fff;
}

#menu4 span.mn1,
#menu5 span.mn1 {
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}
/*
#menu4 h3 {
	font-weight: bold;
	height: 25px;
	overflow: hidden;
	color:#333;
	font-size:18px;
	margin-top: 0px;
}
*/

/*drop downs*/

#menu4{width:100%;margin-left:0px}

#menu4 li ul li a,
#menu5 li ul li a {
	display: block;
	z-index: 99;
	padding: 10px;
	color:#000;
}
#menu4 li ul a:hover{background-color: #e7e5b8;}
/*#menu4 li ul li {width:210px;height:50px;padding:0px;}*/
#menu4 li ul li {width:210px;height:auto;padding:0px;margin-bottom:5px}

#menu4 li ul,
#menu5 li ul {
	overflow:hidden;
	position: absolute;
	width: 214px;
	background-color: #ebebeb;
	font-size: 13px;
	line-height: 1em;
	padding: 10px 0;
	border: 1px solid #e4e4e4;
	/*margin-top: 7px;*/
	margin-top: 12px;
	float: left;
	z-index:99;
	left: -9999px;
}


#menu5 li ul  {
	margin-top: 5px;
}

/*
#manu4 li:hover ul, #menu4 li.sfhover ul {
	left: 0px;
	position: absolute;
	top: 0;
	text-decoration:none;
}*/

#menu4 li.sfhover ul {
	left: 0px;
	position: absolute;
	top: 0;
	text-decoration:none;
}

#menu4 > li > ul {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
}
/*
#menu4 > li:hover > ul {
	visibility: visible;
	opacity: 1;
}*/
#menu4 > li:hover > ul {
	visibility: visible;
	opacity: 1;
	/*cursor: pointer;*/
}


#menu5 > li > ul {
	left: 0px;
	top: 30px;
	/*display:none;*/
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
}

#menu5 > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

#menu5 li ul li a:hover{
	background-color: #e7e5b8;
}

.ajuntament {background: url('../images/blau.jpg') no-repeat;float:left;width:185px}
.ajuntament a:hover h3 {color:#fff;}
.ciutat {background: url('../images/rosa.jpg') no-repeat;float:left;width:185px}
.ciutat a:hover h3 {color:#fff;}
.serveis {background: url('../images/verd.jpg') no-repeat;float:left;width:185px}
.serveis a:hover h3 {color:#fff;}
.actualitat {background: url('../images/naranja.jpg') no-repeat;float:left;width:185px}
.actualitat a:hover h3 {color:#fff;}

/* ****************************************** END MENU CONTINGUTS WEB ****************************************** */

p.destacat {
	font-weight: bold;
}

/* columns */
#col1, #col2, #colRight, #colLeft {
	float: left;
	/*width: 256px;*/
	/*padding-left: 20px;*/
}
#col1 {
	width: 30%;
	margin-top: 15px;
	padding-left: 10px;
}
#col2 {
	width: 40%;
	padding-left: 10px;
}
#col3 {
	width: 30%;
	padding-left: 10px;
}

#colLeft{
	/*width:195px*/
	width:22%;
}
#colRight{
	/*width:600px*/
	padding-left: 20px;
	width:78%;
	text-align: justify;
	padding-bottom: 30px;
}
/*
#colRight img {
	width: 100%;
}*/

#colRight ol li {
    margin: 10px 0 10px 30px;
}

#colRight.colcontinguts img.contleft {
	margin-right: 10px;
	max-width: 40%;
	height: auto;
	float: left;

	border: 1px solid #C7CFD1;
    padding: 2px;
}
#colRight.colcontinguts img.contright {
	margin-left: 10px;
	max-width: 40%;
	height: auto;
	float: right;

	border: 1px solid #C7CFD1;
    padding: 2px;
}

#colRight.colcontinguts img.contcenter {
	width: 100%;
	border: 1px solid #C7CFD1;
    padding: 2px;
}

#colRight.colcontinguts img.listaLeft {
	margin-right: 10px;
	max-width: 20%;
	height: auto;
    border: 1px solid #c7cfd1;
    padding: 3px;
    background: #ffffff;
    float: left;
    margin: 6px 18px 0 0;

}

#colRight.colcontinguts.fullample {
	width: 100%;
}
#colRight div.subtext1 {
	width: 100%;
	display: inline-block;
}
#col3 {
	float: right;
	/*width: 245px;*/
	/*padding-right: 15px;*/
}
#col1 a,#col2 a,#col3 a, #colRight a {
	/*color: #252525;*/
	font-style: italic;
	text-decoration: underline;
}
#col1 a:hover,#col2 a:hover,#col3 a:hover,#colLeft a:hover,#colRight a:hover {text-decoration: none;color:#000}

#colRight hr {
	border-top: 1px solid #e7e8e9;
}
/* box */
.box {
	border-top: 2px solid #e7e8e9;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}
.contentbox {
	/*margin-top: -7px;*/
}
.box h1 /*,
.contentbox h1*/ {
    border-bottom: 2px solid #e7e8e9;
    /*line-height: 40px;*/
    padding-bottom: 15px;
}

.box h2, .box h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #268CB2;
	margin: 0;
	text-transform: none;
}
.box span {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #268CB2;
	margin-top: 10px;
	display: block;
}
.box span.dataCont {
	font-size:0.7em;
	color:#333;
}
.box p {margin: 0 0 10px;}
.box ul {list-style: disc}
.box ul li {/*margin: 5px 0 0;*/ margin: 5px 0 5px 20px}
.orange-hd {	color: #f7941e !important;}
.green-hd {color: #769D2D !important;}
.pink-hd {color: #f17db1;}
.box img.left {
	border: 1px solid #C7CFD1;
	margin-right: 6px;
	padding:2px
}
.left {
    display: inline;
    float: left !important;
}
/*
.right {
	float: right;
}
*/
/*desactivem pel formulari 
form label.right {
	float: none;
}
*/

.fons_foto_noticia img {
	width:67px;
	height:67px;
	float:left;
	margin:0 10px 10px 0;
}
.text_noticia  {
	text-align:justify;
}

#colRight .foto_petita2 {
	/*margin-left:15px;
	float:right;*/
	width:40%;
	float:right;
	margin: 0 0px 0 15px;
	/*max-width: 231px;*/
	position: relative;

}
#colRight .foto_petita_noti {
	float: right;
	max-width: 40%;
	margin-left: 15px;
}

#colRight .foto_petita3 {
	float:left;
	margin: 0 15px 10px 0px;
	width: 40%;
	/*max-width: 230px;*/
	position: relative;
}
#colRight .foto_petita3 img {
	width: 100%;
	/*max-width:230px;*/
	border:1px solid #C7CFD1;
	padding:2px;
}

#colRight .foto_petita_banner {
	float:left;
	/*margin: 0 10px 10px 0px;*/
	width: 100%;
	position: relative;
	/*border:1px solid #C7CFD1;*/
}

#colRight .foto_petita_banner img {
	width:99%;
	border:1px solid #C7CFD1;
	padding:2px;
}

#colRight .foto_petita2 img,
#colRight .foto_petita_noti img {
	border:1px solid #C7CFD1;
	padding:2px;
	width: 100%;
	/*max-width: 230px;*/
}
#colRight .foto_banner {
	width: 100%;
	margin-bottom:15px;
}
#colRight .foto_banner img {
	border:1px solid #C7CFD1;
	padding:2px;
	width: 100%;
	max-height: 180px;
}

#colRight .foto_columnes {
	margin-bottom: 10px;
}
#colRight .foto_columnes img {
	width: 100%;
}

#colRight .doscol_right {
	width: 48%;
	float: right;
}
#colRight .doscol_left {
	width: 48%;
	float: left;
}

.capsa_noticies {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;

	text-align: left;
}
.capsa_noticies_item {
	margin-right: 10px;
}
/*.capsa_noticies a, .capsa_noticies div {
	flex-basis:100%;
}*/
.capsa_noticies img {
	/*width: 100%;*/
	width: auto;
	max-width: 96px;
	margin: 0px;
	/*max-height: 96px;*/
}
/*
#seccions_peu_menu span {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #268CB2;
	margin-top: 10px;
	display: block;

}*/

.lower {	text-transform: lowercase;}

#maincol .overflow {	margin: 0 0 10px;}
.overflow-ft {
	margin: 25px 0 0;
	height: 390px;
}
h1 {
    margin: 15px 0;
}
h3 {font: bold 13px Arial, Helvetica, sans-serif;}
h4 {font: bold 13px Arial, Helvetica, sans-serif;}
/*#colRight h4 {
	clear:both;
}*/



#col2 h1, #col3 h1, #col1 h1, #colLeft h1, #colRight h1{
	font-size:16px;
	color:#333;
	font-weight: bold;
}
.banner{margin-bottom:5px}

.col1 {
	float: left;
	width: 275px;
	overflow: hidden;
}
.col1 h2 {
	margin: 10px 0 !important;
	text-transform: capitalize;
}
.col1 ul {padding: 0 0 10px;}
.col1 ul li {padding: 5px 0 !important;}
.col1 .overflow .wrap {
	padding-right: 20px;
	width: 235px;
}
.col1 ol {
	width: 100%;
	overflow: hidden;
}
.col1 ol li {
	float: left;
	padding: 0 !important;
	margin-right: 5px;
}
.col1 ol img {	vertical-align: middle;}

.col2 {
	float: right;
	width: 260px;
	margin-right: -5px;
	position: relative;
	display: inline;
}

.clear {	clear: both;}

.color-orange{color:#f7941e}
.color-yellow{color:#f5c207;}
.color-blue{color:#33bbed;}
.color-green{color:#769D2D;}
.color-pink{color:#f17db1;}
.margin-0{margin-left:0 !important}

ul#interes {
	margin: 0px;
	padding-right: 10px;
}
#interes li {
    margin-bottom: 5px;
    padding: 5px;
}

#interes li{padding:5px;margin-bottom:5px}
#interes li a{font-weight:bold;text-decoration:none;font-style:normal}
#interes .color1{background-color:#32BAEC;}
#interes .color2{background-color:#F57CB1;}
#interes .color3{background-color:#99CA3B;}
#interes .color4{background-color:#FF9934;}
.ui-datepicker-trigger{cursor:pointer;cursor:hand}
#fondo_animacion{width:100%;height:700px;background-color:#fff;float:left;position:relative;z-index:90;margin-top:-20px}
#animacion{width:100%;height:700px;background-color:#fff;float:left;position:relative;z-index:99;margin-top:-20px}
.text_peu_normal{font-style:italic;}



.tabTable{
	width:50%;
	padding:10px 3px;
	text-align:center;
}
.tabTableAccess {
    color: #fff;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    width:100%;
	padding:10px 3px;
	text-align:center;
}
.tabBlue{
	background-color:#6682B6;
	border-top:2px solid #6682B6;
	border-left:2px solid #6682B6;
	border-right:2px solid #6682B6;
}
.tabGreen{
	background-color:#6DB23D;
	border-top:2px solid #6DB23D;
	border-left:2px solid #6DB23D;
	border-right:2px solid #6DB23D;
}
.tabGreenActive{
	font-weight:bold;
	border-top:2px solid #6DB23D;
	border-left:2px solid #6DB23D;
	border-right:2px solid #6DB23D;
}
.tabBlueActive{
	font-weight:bold;
	border-top:2px solid #6682B6;
	border-left:2px solid #6682B6;
	border-right:2px solid #6682B6;
}
.listadoTableBlue{
	border-left:2px solid #6682B6;
	border-right:2px solid #6682B6;
	border-bottom:2px solid #6682B6;
	border-top:0px;
}
.listadoTableGreen{
	border-left:2px solid #6DB23D;
	border-right:2px solid #6DB23D;
	border-bottom:2px solid #6DB23D;
	border-top:0px;
}

#directorio1, #directorio2, #directorio3, #directorio4 {
    list-style: disc outside none;
    margin-left: 0px;
    padding-left: 15px;
}
#directorio1 ul, #directorio2 ul, #directorio3 ul, #directorio4 ul {
    list-style: disc outside none;
    margin-left: 15px;
}
#directorio1 li, #directorio2 li, #directorio3 li, #directorio4 li {
    margin-bottom: 5px;
    padding: 5px;
}
#directorio1 li a, #directorio2 li a, #directorio3 li a, #directorio4 li a{
	text-decoration:none;
	font-style:normal;
	font-size:13px;
}

#col1 a:hover, #col2 a:hover, #col3 a:hover, #colLeft a:hover, #colRight a:hover {
	text-decoration: none;
}


input.btn-invisible {
	display: none;
}
/* MENU SEGON NIVELL */


.menu_left{
	float: left;
	margin: 0;
	/*width: 195px;*/
}
.menu_left ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font: 12px Arial, Verdana;
}
.menu_left ul li{
	border-bottom: 1px solid #C2C2C2;
	margin:0px;
}
.menu_left ul li a, .menu_left ul li a:active, .menu_left ul li a:link{
	padding: 6px 0 6px 0;
	display: block;
	text-decoration: none;
	color: #525252;
	line-height: 15px;
}
.menu_left ul li a:hover{
	color: #000000;
	text-decoration:underline;
}
.current{
	color: #268CB2;
	font-weight:bold;
}


#migas{
	margin: 10px 0 0 0px;
	float: left;
	font-size:12px;
}
#migas a{color:#268CB2;float:left;font-weight:bold}
#migas img{float:left;margin:2px 5px 0px 5px;border:0px}
#migas #img_home{margin-right:5px;margin-left:0px;width:16px}

.peu_info{
	background: #E6E6E6;
	border-bottom: 2px solid #d3dadc;
	clear: both;
	padding:5px 0 5px 10px;
	height:17px;
	margin:10px 0 10px 0;
}

a.listaDestacats img {
	width: 47%;
	height: 60px;
}
a.listaDestacats.gran img {
	width: 98%;
	height: auto;
}
.flex-direction-nav a {
	overflow: visible !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1) !important;
}
/*#div_slider {
	width: 70%;
	float: left;
}
#div_carousel{
	width: 30%;
	float: right;
}*/
.flex-control-thumbs li {
	width: 15% !important;
}
.flexslider, .flexslider .slide {
	margin-bottom: 0px !important;
}
#seccions_peu_menu span {
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #268CB2;
    margin-top: 10px;
    display: block;
}
#seccions_peu_menu p {
	margin: 0px 0px 15px 0px;
}

.secGalImg {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.secGalImg a {
	/*flex-basis: 20%;*/
	flex-basis: 25%;
}
.secGalImg a img {
	width: 100%;
	padding: 5px;
}
.divSecPeuPage {
	padding-bottom: 10px;
}
/* ************** Llista Noticies ***************** */

.llistat_economia{
	clear: both;
	padding: 0 0 15px 0;
}

.tit_economia, .tit_economia a{
	padding: 5px 0 6px 0;
	font-weight:bold;
	color: #268CB2;
	margin-left: 0px;
}

.foto_llistat{
	border: 1px solid #c7cfd1;
	padding: 3px;
	background: #ffffff;
	float: left;
	margin: 6px 18px 0 0;
}
.foto_llistat_resp {
	width: 20%;
	min-width: 125px;
	margin-bottom:5px;
}

#not_relacionades{margin: 20px 0pt 10px;}
#not_relacionades h4{width:48%;float:left}
#not_relacionades h4 a{font-style:normal;text-decoration:none}

.select_economia,
.select_directori {
	border: 1px solid #c9c8c8;
	width: 115px;
	font: 10px Verdana, Arial;
	color: #676767;
	padding: 3px 0 3px 5px;
	margin: 0 0 7px 0;
	background: #e2e2e2;
}

/* ************** END Llista Noticies ***************** */




.peu{
	clear: both;
	margin: 0;
	display: inline-block;
	font: 11px Verdana, Arial;
	color: #525252;
	/*height: 33px;
	padding: 20px;*/
	margin-top:20px;
	margin-bottom: 20px;
	padding: 0px 10px;
}
.peu a, .peu a:active, .peu a:link{
	color: #000000;
	text-decoration: none;
}
.peu a:hover{
	color: #000000;
	text-decoration: underline;
}
.peu_left{
	float: left;
	padding: 4px 0 0 0;
}


.peu_right{
	float: right;
	margin-top: -13px;
}

.peu_right a {
	/*float: right;*/
	padding: 5px 0 0 0;
	color:#000000;
	text-decoration:none;
}

.peu_right div.xarxes a {
	float: left;
}

.peu_right a:hover {
	text-decoration:underline;
}

.menu_footer {
	float: right;
}
.xarxes {
    /*float: left;*/
    float: right;
}

.xarxes img {
    margin-right: 5px;
    max-width: 20px;
}
.peu_right div.xarxes a {
    float: left;
}



#colRight .titular_llistat_economia2{
	float: right;
	padding: 5px 0 0 0;
	/*width: 30%;*/
}
#colRight .titular_llistat_economia2 .fieldholder-small {
	display: inline;
}

#colRight .titular_llistat_economia2 form div.Actions {
	display: inline;
}


#colRight .titular_llistat_economia2 input[type="submit"] {
	/*float: right;*/
	background: url(../images/find.png) top left no-repeat;
	border:0;
	color:#333333;
	width:22px;
	height:22px;
	cursor:pointer;
	vertical-align: bottom;
	margin-bottom: 12px;
	margin-left: 5px;
	font-size: 0px;
	margin-bottom: 5px;
}

#colRight .titular_llistat_economia2 form div.Actions .select_directori  {
	display: inline;
	width: auto;
}

#colRight .titular_llistat_economia2 form .select_directori {
	display: inline;
	width: auto;
}

/*.titular_llistat_economia2 label, .titular_llistat_economia2 div.Actions {
	display: none;
}*/


.llistat_economia{
	clear: both;
	padding: 0 0 15px 0;
}

.tit_economia, .tit_economia a{
	padding: 5px 0 6px 0;
	font-weight:bold;
	color: #268CB2;
	margin-left: 0px;
}
/*
.foto_llistat{
	border: 1px solid #c7cfd1;
	padding: 3px;
	background: #ffffff;
	float: left;
	margin: 6px 18px 0 0;
}
*/
#map2 {
	width: 100%;
	height: 300px;
	border: 1px solid #000000;
	margin-bottom: 15px;
}


/* ***************************** PAGINACIO ******************************** */
#blocPagina{
	width: 100%;
	text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  /*padding: 10px 16px;*/
  padding: 5px 11px;
  /*font-size: 18px;*/
  font-size: 14px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* ***************************** END PAGINACIO ******************************** */



/* FORMULARIS */
/*#colRight form {
	padding-bottom: 30px;
}*/

form fieldset {
	border: none;
}
#colRight form .text {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    border: none;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#colRight form .text .text_curt {
	width: auto;
}
#colRight form .dropdown  {
	width: auto;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #AAA;
    border-radius: 4px;

    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#colRight form .select_directori {
	background-color: lightgrey;
	padding-left: 5px;
}

#colRight form .middleColumn .text {
    border: 1px solid #ccc;
    padding-left: 5px;
}
#colRight form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/*
#colRight form input.action {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/
#colRight form input.action.btn-invisible {
	display: none;
}

#colRight form div.Actions {
	/*margin-top: 10px;
    margin-top: -40px;
    float: right;*/
    margin-top: 10px;
}

.cont_form_right {
	width: 50%;
	float: right;
}
.cont_form_left {
	width: 50%;
	float: left;
}


p#ForgotPassword {
	margin-top: 10px;
}

/* Llist resultats */
.searchResults h2 {
    font-size:2.2em;
    font-weight:normal;
    color:#0083C8;
    margin-bottom:15px;
}
.searchResults p.searchQuery {
    color:#333;
    margin-bottom:10px;
}
.searchResults ul {
	padding-bottom: 20px;
}

.searchResults ul.SearchResults li {
    margin-bottom:20px;
}
    ul.SearchResults p {
        font-size:1.1em;
        font-weight:normal;
        line-height:2em;
        color:#333;
    }

    ul.SearchResults a.searchResultHeader {
        font-size:1.3em;
        font-weight:bold;
        color:#0083C8;
        text-decoration:none;
        margin:20px 0 8px 0;
        padding-left:20px;
        /*background:url(../images/treeicons/search-file.gif) no-repeat left center;*/
        background: transparent url(../images/sitetree_ss_pageclass_icons_default.png) no-repeat;
    }
        ul.SearchResults a {
            text-decoration:none;
            color:#0083C8;
        }
        ul.SearchResults a:hover {
        border-bottom:1px dotted #0083C8;
        }

ul.listaRSS {
	list-style:none; 
	margin-left:20px;
}
ul.listaRSS li {
	margin-bottom:10px;
	float: left;
	clear: left;
}
ul.listaRSS li a {
	border:0px;
	float:left;
	margin-right:10px;
}
ul.listaRSS li img {
	margin-right: 10px;
	margin-bottom: -4px;
}


.cercador input.action {
    background-color: #555555;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
#colLeft .cercador input.action {
	color: #373737;
}
#colRight input.action {
    background-color: #555555;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;

    font-weight: 700;
}
#colRight input.action:active {
    padding: 14px 30px;
}


#colRight div.cercador {
	display: none;
}

#colRight div.cercador input[type="text"],
#colRight div.cercador select {
	border: 1px solid #c9c8c8;
	width: 100%;
	padding: 5px 0 5px 5px;
}

.resultatsimulador {
    border: solid 1px #d3d3d3;
    padding: 20px;
}
.resultatsimulador h2 {
	padding-bottom: 10px;
}

.tableBox {
	width: 100%;
}
.tableBox td  {
	padding: 10px;
}

.box ul.optionset_opcions {
	list-style: none;
}
.box ul.optionset_opcions li {
	display: inline;
	margin: 5px 20px 5px 0px;
}