/* Structure */
* {
	margin:0;
	padding:0;	
}

#ajuts li{
	font-size: 12px;
	margin-left: 5%;
	margin-bottom: 10px;
}

.mb-0{margin-bottom: 0px;}

small{font-size: 11px;}

.bold{font-weight: bold;}

.nostyle{list-style: none;}

.pl-10{padding-left: 10px;}

.mt-8{margin-top: 8%;}

.pt-10{padding-top: 10px};

.pt-20{padding-top: 20px};

.italic{font-style: italic;}

.c-green{color: #497549;}

.c-blue{color: #4b49ff;}

.c-red{color: #d00000;}

.c-black{color: #000;}

.f-w-600{font-weight: 600;}

.f-w-800{font-weight: 800;}

.f-w-900{font-weight: 900;}

.f-z-11{font-size: 11px !important;}

sup{font-weight: 600;padding: 2px;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d2d2d6;
}
p {
	font-size:12px;
	line-height:1.5em;
	margin-bottom:.9em;
	text-align:justify;
}
h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#010066;
}
h2 {
	font-size:1em;
	font-weight:bold;
	color:#0705ad;
	margin:2% 0 2% 0;
}
h3 {
	font-size: 15px;
	color: black;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.notStyle{
	list-style: none;
}

ul.programa, ol.programa {
	margin-left:20px;
	font-size:.9em;
}
ul.programa li, ol.programa li {
	margin-bottom:.9em;
}
ul.programa li em, ol.programa li em {
	font-size:.8em;
}
/* Encapçalat */
#header {
	width:100%;
}
#header img {
	width:100%;
	height:auto;
}
/* Taules */
table {
	width:100%;
	font-size:.9em;
}
table td {
	padding: 0.1em;
	vertical-align: top;
}
table td.label {
	font-weight: bold;
	width: 25%;
}
#wrapper {
	overflow:hidden;
	background-color:#fff;
	width:96%;
	max-width:960px;
	margin:0 auto;
	padding:1% 2% 1% 2%;
	border:1px solid #DDDDDD;
	box-shadow:0 0 10px 0 #666;
}
#content {
	width:61%;
	margin-right:1%;
	float:left;
	background-color:#fff;
	padding:1%;
}
#sidebar {
	width:34%;
	float:right;
	background-color:#eee;
	padding:1%;
}
#content h1, #sidebar h1, footer h1 {
	clear:both;
	overflow:hidden;
	margin:0 0 3% 0;
}
#sidebar h1, footer h1 {
	font-size:1.3em;
}
/* Peu de pàgina */
footer {
	clear:both;	
	padding:1%;
	border-top:1px solid #666;
	/*background-color:#666;
	color:#fff;*/
}
footer .secretaria {
	float:left;
	width:50%;	
}
footer .secretaria p {
	text-align:left;
}
footer .logos {
	float:right;
	width:50%;
}
/* Menú */
#menu {
	/*float: right;*/
	/*padding:10px 0 10px 0;*/
	background-color:#010066;
}
#menu ul {
	margin:0 0 0 15px;
	padding:10px 0 10px 0;
	font-weight:bold;
	list-style:none;
}
#menu li {
	display: inline;
	margin-right:20px;
}
#menu  a:link li {
	font-size:.9em;
	text-decoration:none;
	color:#fff;
}
#menu  a:hover li {
	font-size:.9em;
	border-bottom:none;
	text-decoration:underline;
}
#menu  a:visited li {
	font-size:.9em;
	color:#fff;
}
#menu_mobile {
	display:none;
	background-color:#010066;
	color:#fff;	
	width:auto;
	text-align:right;
	padding:10px 10px 7px 0;
}
/* Menú desplegable */
.menu_expanded {
	background-color: #005187;
	display:none;
	margin-bottom: 10px;
}
.menu_expanded ul {
	overflow:hidden;
	list-style:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+4,2989d8+38,207cca+100,7db9e8+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 4%, #2989d8 38%, #207cca 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 4%,#2989d8 38%,#207cca 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 4%,#2989d8 38%,#207cca 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

	color: white;
}
.menu_expanded ul a {color: white;}
.menu_expanded ul li {
	border-bottom: 1px solid white;			
	padding: .8em 0 .8em .8em;
	text-align: center;
}
.menu_expanded ul li a:link, .menu_expanded ul a:visited li {
	color:white;
	text-decoration:none;
	font-size:.9em;

}
.menu_expanded ul a:hover li{
	color: white;
	opacity: 0.8;
	background-color:#090854;
}
/* Imatges */
#sidebar img {
	width:100%;
	height:auto;
	border-radius: 10px;
}



#sidebar .social_mobile img {
	width:68px;
	height:68px;
	margin:0 2% 0 0;
}
/* Banners */
.banner_text {
	background-color:#010066;
	color:#fff;
	font-size:.9em;
	font-weight:bold;
	padding:3% 5% 3% 5%;
	margin:1% 0 2% 0;
	border-radius: 5px 5px 5px 5px;
	opacity: 0.9;
}

.banner_text:hover {
	opacity: 1;
}

.banner_text a:link {
	color:#517900;
	text-decoration:none;
}
.banner_text a:hover {
	color:#517900;
	
	text-decoration:none;
}
.banner_text a:visited {
	color:#517900;
	text-decoration:none;
}


/* Banners */
.banner_text_p {
	background-color:#680000;
	color:#fbf71c;
	font-size:.9em;
	font-weight:bold;
	padding: 2% 3% 2% 3%;
	margin: 0% 0 2% 0;
	width: 26%;
	float: right;
	border-radius: 5px 5px 5px 5px;
}

.banner_text_p:hover {
	background-color:#680000;
	color:#fbf71c;
	text-decoration:underline;
}

.banner_text_p a:link {
	color:#EABA1C;
	text-decoration:none;
}
.banner_text_p a:hover {
	color:#EABA1C;
	
	text-decoration:none;
}
.banner_text_p a:visited {
	color:#EABA1C;
	text-decoration:none;
}
/* Programa */
.prog_hora {
	float:left;    
	text-align:justify;
	width: 15%;	
	clear:left;
    font-weight: 600;
    color: #881919;	
}
.prog_tema {
	margin-left:20%;
	text-align:left;	
	clear:right;
	margin-bottom: 16px;
}
.titol_tema{
	width:100%;
	margin-left:auto;
	text-align:left;	
	color:#185199;
}
/* Xarxes socials */
.facebook {
	padding:0 0 2% 0;
}
#fb-root {
	display:none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width:100% !important;
}
.twitter {
	width:100%;
	padding:0 0 2% 0;
}
.social_mobile {
	display:none;
}

.social_mobile a {
	text-decoration:none;
}
/* Media Queries */
@media screen and (max-width: 980px) {
	#wrapper {
		width:94%;
	}
	#content {
		width:65%;
	}
	#sidebar {
		width:30%;
	}
}
@media screen and (max-width: 700px) {
	#wrapper {
		width:98%;
		border:0;
		box-shadow:none;
		padding:0;
		margin:1%;
	}
	#content, #sidebar {
		width:auto;
		margin-right: 8px;
		margin-left: 8px;
		float:none;
	}
	#sidebar {
		border-top:1px solid #666;
	}
	.prog_hora {
		background-color:#EEEEEE;
		float:none;
		width:auto;
	}
	.prog_tema {
		float:none;
		width:auto;
	}
	#menu {
		display:none;
	}
	#menu_mobile {
		display:block;
	}
	.facebook {
		display:none;
	}
	.twitter {
		display:none;
	}
	.social_mobile {
		display:block;
	}
	footer .secretaria {
		float:none;
		width:auto;
	}
	footer .logos {
		float:none;
		width:auto;
	}
}


/**estils adicionals**/

#domenec{
	text-align:center;
}

#domenec img{
	width: 100%;
	height: auto;
}

#map2{
	width: 100%;
	height: auto;
	margin-bottom:25px;
	margin-left:0px; 
	overflow:hidden;
}

.lista_premis{
	
	list-style:none;
}

.lista_premis li{
	margin-left:30px;
	text-align:justify;
	font-size:13px;
}

a{
	text-decoration:none;
}
a:hover{
	color:#ff185b;
}
.dades_allotjament{
	margin-top:-10px;
	font-size:0.8em;
/*color:#565656;
font-weight:bold;*/
}

.separacio{
	height:10px;
}

/**mapa**/

#map2 a{
	color:#4d722c;
	text-decoration:none;
}
#map2 a:hover{
	color:#629138;
	border-bottom:1px solid #629138;
}


#facebook img{
	width:25px;
	height:25px;
}

#programa{
	font-size:.9em;
}

#programa ul li{
	padding-top:3px;
	padding-bottom:3px;
	font-size:.9em;
	margin-left: 20px;
	margin-bottom: 10px;
}

.poster li{
	padding:5px;
	margin-left:10px;
}

.programa-docs{float: right;font-size: 15px;font-weight: bold;}

.programa-docs li{ padding: 5px;list-style: none;}


.import{
	border: 2px black solid;
	background-color: #ff9797;
	background-color: aliceblue;
	padding: 5px;
	font-weight: bold;
}




/**/

.lloc{
	width:90%;
	margin-left: 15%;
}
