/* Structure */
.preus{
text-align:center;
}
#llista ul li{
	font-size:.9em;
	margin-left:5px;
	padding:1%;
}
* {
	margin:0;
	padding:0;	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#da8d2e;
}
p {
	font-size:.9em;
	line-height:1.5em;
	margin-bottom:.9em;
	text-align:justify;
}
h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#3e6d43;
}
h2 {
	font-size:1em;
	font-weight:bold;
	color:#3e6d43;
	margin:2% 0 2% 0;
}
h3 {
	font-size:.9em;
	font-weight:bold;
	color:#3e6d43;

}
/* 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:15px auto;
	padding:1% 2% 1% 2%;
	border:1px solid #DDDDDD;
    box-shadow:0 0 10px 0 #999999;
}
#content {
	width:60%;
	margin-right:1%;
	float:left;
	background-color:#fff;
	padding:1%;
}
#sidebar {
	width:35%;
	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%;
}

/* Pestanyes */
.ui-tabs-anchor {
	font-size: .8em;	
	padding-top: 3px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.ui-state-active .ui-tabs-anchor {
	font-weight: bold;
}

/* Menú */
#menu {
	/*float: right;*/
	/*padding:10px 0 10px 0;*/
	background-color:#3f2d25;
}
#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 li a:link {
	font-size:.9em;
	text-decoration:none;
	color:#fff;
}
#menu li a:hover {
	font-size:.9em;
	border-bottom:none;
	text-decoration:underline;
}
#menu li a:visited {
	font-size:.9em;
	color:#fff;
}
#menu_mobile {
	display:none;
	background-color:#3f2d25;
	color:#fff;	
	width:auto;
	text-align:right;
	padding:10px 10px 7px 0;
}
/* Menú desplegable */
.menu_expanded {
	display:none;
}
.menu_expanded ul {
	overflow:hidden;
	list-style:none;
	background-color:#a57159;
	border-bottom:1px solid #ccc;
}
.menu_expanded ul li {
	float:left;
	width:40%;
	padding:.8em 0 .8em .8em;
	margin:0 .5em 0 .5em;
	border-bottom:1px solid #3f2d25;	
}
.menu_expanded ul li a:link, .menu_expanded ul li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:.9em;
}
.menu_expanded ul li a:hover {
	color:#eee;
	font-size:.9em;
}
/* Imatges */
#sidebar img {
	width:100%;
	height:auto;
}

#sidebar .social_mobile img {
	width:68px;
	height:68px;
	margin:0 2% 0 0;
}
/* Banners */
.banner_text {
	background-color:#c6322a;
	color:#fff;
	font-size:.9em;
	font-weight:bold;
	padding:3% 5% 3% 5%;
	margin:1% 0 2% 0;
	border-radius: 5px 5px 5px 5px;
}

.banner_text:hover {
	background-color:#990000;
	color:#FFFFFF;
	text-decoration:underline;
}

.banner_text a:link {
	color:#EABA1C;
	text-decoration:none;
}
.banner_text a:hover {
	color:#EABA1C;
	
	text-decoration:none;
}
.banner_text a:visited {
	color:#EABA1C;
	text-decoration:none;
}

.banner_text.destacat {
	background-color: #006E42;
}
/* Programa */
#programa{
	overflow:hidden;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

.dia{
font-size:.8em;
}
.prog_hora {
    float:left;    
    text-align:justify;
font-size: .8em;
font-family:Arial, Helvetica, sans-serif;
    width: 20%;
}
.prog_tema {
    float:left;
    width:80%;
font-size: .8em;
font-family:Arial, Helvetica, sans-serif;
    text-align:left;
}

.prog_tema ul li{
font-size: .9em;
padding:1%;
}
/* 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;
		float:none;
		margin-right:0;
	}
	#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-top:45px; 
margin-left:0px; 
overflow:hidden;
}

.lista_premis{
	
	list-style:none;
}

.lista_premis li{
	margin-left:30px;
	text-align:justify;
	font-size:13px;
}


.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;
}

.link{}

.link{
	color:#990000;
	text-decoration:none;
}
.link:hover{
	color:#b17477;
	border-bottom:1px solid #4c6b81;
}


#link_programa{
	float:right;
	margin-right:15px;
	margin-bottom:10px;
}

#link_programa a{
	color:#4d722c;
	text-decoration:none;
}
#link_programa a:hover{
	color:#629138;
	border-bottom:1px solid #629138;
}

.gray {
	background:#e6e6e6;
}

.right{
	text-align:right;
}

.cap{
	border-bottom:1px solid #000;
}