/************************ ESTRUCTURA ************************/
body {
	background: #1199dd url(img/bg_header.gif) repeat-x 50% 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
abbr {
	border: none;
}
address {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul,
dl {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
form {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
p {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
hr {
	display: none;
}

/************************ SHARED ************************/
#content_holder, #footer_holder {
	width: 85.0em;
	margin: 0 auto;
	display: block;
	float: none;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.list_h li {
	display: inline;
}

.salta_nav {
	display: none;
}
.hidden_text {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}

/************************ CONTAINER ************************/
#container {
	background: transparent url(img/bg_footer.gif) repeat-x 50% 100%;
	width: 100%;
	height: 100%;
	display: block;
	float: none;
	margin: 0;
	padding: 0 0 8.0em 0;
}

/************************ HEADER ************************/
#header {
	background: transparent url(img/trans.png) repeat 0 0;
	margin: 0 auto;
	display: block;
	float: none;
	width: 85.0em;
	/*height: 12.1em;*/
}
#header .top {
	display: block;
	overflow: hidden;
	float: none;
	height: 10.9em;
}
* html #header .top {
	display: inline-block;
}

/************************ LOGO ************************/
#header h1 {
	float: left;
	width: 0;
	height: 0;
}
.logo {
	padding: 1.6em 0 0 1.0em;
	height:7.5em;
}
.logo img {
	/*width: 63.3em;
	height: 5.5em;*/
	
}

/************************ IDIOMES ************************/
.languages {
	padding: 0.6em 0 0 0;
}
.languages li {
	border-right: 0.1em solid #115599;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
.languages li.last {
	border: 0;
}
.languages li a {
	color: #115599;
	text-decoration: none;
}
.languages li.select,
.languages li.select a,
.languages li a:hover {
	color: #11bbff;
}

/************************ MEMU ************************/
.menu {
	width: 85.0em;
	background: #115599 url(img/bg_menu.gif) repeat-x 0 0;
	display: block;
	float: none;
	height: 4.0em;
	clear:both;
}
* html #header .menu {
	display: inline-block;
}
.menu ul {
	padding: 0;
}
.menu li {
	float: left;
	text-transform: uppercase;
	border-right: 0.1em dashed #fff;
	padding: 0;
	height: 4.0em;
}
.menu li:hover,
.menu li.select {
	background: #fff url(img/bg_menu_hover.gif) repeat-x 0 0;
	color: #115599;	
}
.menu li:hover a,
.menu li.select a {
	color: #115599;	
}

.menu li.last {
	border: 0;
}
.menu li span {
	display: block;
}
.menu li a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
.menu li.menu_candidatura a {
	width: 13.2em;
}
.menu li.menu_seu a {
	width: 8.2em;
}
.menu li.menu_ciutat a {
	width: 9.2em;
}
.menu li.menu_porces a {
	width: 19.4em;
}
.menu li.menu_suports {
	position: relative;
}
.menu li.menu_suports a {
	width: 9.2em;
}
.menu li.menu_actualitat a {
	width: 11.0em;
}
.menu li a {
	padding: 1.0em 0 0 0;
}
.menu li.large a {
	padding: 0.5em 0 0 0;
}

/***************SUBMENUS***************/
.menu ul li.menu_suports .submenu	{
	display: none;

}
.menu ul li.menu_suports:hover .submenu	{
	display: block;
}
.menu ul li.menu_suports .submenu	{
	border-top: 1px dashed #115599;
	position: absolute;
	top: 4.0em;
	left: 0;
	float: left;
	overflow: hidden;
	height: auto;
}
.menu ul li.menu_suports .submenu li	{
	background: #115599;
	color: #fff;
	text-transform: none;
	display: block;
	float: none;
	border-right: 0;
	border-bottom: 0.1em dashed #fff;
	height: auto;
}
* html #header .menu ul li.menu_suports .submenu li	{
	width: 9.2em;
}
.menu ul li.menu_suports .submenu li a	{
	color: #fff;
	float: none;
	padding: 0.8em 0;
	/*height: auto;
	width: auto;*/
}
.menu ul li.menu_suports .submenu li a span	{
	display: block;
}
.menu ul li.menu_suports .submenu li:hover,
.menu ul li.menu_suports .submenu li.select	{
	background: #fff;
	color: #115599;
}
.menu ul li.menu_suports .submenu li:hover a,
.menu ul li.menu_suports .submenu li.select a {
	color: #115599;
}
.menu ul li.menu_suports .submenu li.last	{
	border: 0;
}

/************************ CONTENT ************************/
#content_holder {
	background: #fff;
}
.home .flash img {
	width: 85.0em;
	height: 25.0em;
}
.content {
	padding: 2.4em 1.4em 1.6em 1.4em;
	display: block;
	float: none;
	overflow: hidden;
}
* html #content_holder .content {
	display: inline-block;
}

/************************ COLUMNS ************************/
.content .col_s,
.content .col_b {
	display: block;
	overflow: hidden;
}
* html #content_holder .col_s,
* html #content_holder .col_b {
	display: inline-block;
}
.content .col_s {
	width: 24.6em;
}
.content .col_b {
	width: 55.0em;
}
.content .mid {
	padding: 0 3.8em;
}

/************************ CAIXES ************************/
.blue {
	background: #e7f1f8;
	margin: 0 0 2em 0;
}

.box h2 {
	background: #11589c url(img/bg_tit_box.gif) repeat-x 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
.box h2 span {
	padding: 0.3em 0 0.3em 0.8em;
	display: block;
}
.mini_banner {
	border: 0.1em solid #1177bb;
	margin: 0 0 0.8em 0;
}
.mini_banner img {
	width: 24.4em;
	height: 6.8em;
}
.border {
	border-width: 0 0.1em 0.1em 0.1em;
	border-style: solid;
	border-color: #c4ddee;
}
.box li.sepacio {
	border-bottom: 0.1em dashed #1199dd;
}
.box ul {
	display: block;
}
.box li {
	display: block;
	float: none;
	overflow: hidden;
}
* html #content_holder .box ul,
* html #content_holder .box li {
	display: inline-block;
}
.box li h3 a {
	color: #1177bb;
	text-decoration: none;
}
.box li h3 a:hover {
	text-decoration: underline;
}

/************************ INSTITUCIONS ************************/
.institucions {
	padding: 0 0 0.8em 1.2em;
}
.institucions li {
	padding: 0.4em 0 0 0;
	display: block;
	float: none;
	overflow: hidden;
}
.institucions h3 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
.institucions img {
	width: 22.4em;
	height: 6.7em;
}

/************************ OPINIO ************************/
.opinio {
	padding: 0 1.0em;
}
.opinio li {
	display: block;
	float: none;
	overflow: hidden;
	padding: 1.0em 0;
}
.opinio li img {
	float: left;
	margin: 0 1.4em 0.8em 0;
	width: 6.6em;
	height: 6.6em;
}
.opinio li div {
	display: block;
	float: none;
	overflow: hidden;
	padding: 0;
}
* html #content_holder .opinio li div {
	display: inline-block;
}
.opinio li h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1177bb;
}
.opinio li em, em.carreg {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #1177bb;
}
.opinio li p {
	font-size: 1.1em;
	color: #666;
	padding: 0.4em 0 0 0;
}

/************************ BOX ACTUALITAT ************************/
.box .actualitat {
	padding: 0.2em 1.2em;
}
.box .actualitat li {
	padding: 0.4em 0.8em;
}
.box .actualitat h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1177bb;
}
.box .actualitat span {
	font-size: 1.2em;
	color: #1177bb;
}
.box .actualitat p {
	font-size: 1.1em;
	color: #666;
}
.box p.see_all {
	text-align: right;
	padding: 0.6em 1.2em 0.6em 0;
}
.box p.see_all a {
	color: #1177bb;
	text-decoration: none;
}

/************************ FOOTER ************************/
#footer_holder {
	background: transparent url(img/bg_port.gif) no-repeat 50% 100%;
	padding: 0 0 60px 0;
}
#footer {
	background: #fff;
	padding: 0 1.8em;
}
#footer .content_peu {
	border-top: 0.1em dashed #1199dd;
	padding: 1.8em 0;
	display: block;
	float: none;
	overflow: hidden;
}
* html #footer .content_peu {
	display: inline-block;
}
#footer .content_peu .left li {
	padding: 0 1.6em 0 0;
}
#footer .content_peu .right {
	padding: 0.4em 0 0 0;
}
#footer .content_peu .right li {
	padding: 0 0 0 1.6em;
}
#footer .content_peu li {
	display: block;
	float: left;
	overflow: hidden;
}
#footer .content_peu li.separacio {
	border-left: 0.1em solid #1177bb;
	margin: 0.8em 0 0 0.8em;
	padding: 0 0 0 0.8em;
	/*line-height: 0.8em;*/
}
#footer .content_peu li a {
	color: #1177bb;
	text-decoration: none;
}
* html #footer .content_peu li {
	display: inline-block;
}
/*  CARLOS  */	

.left h2.titulo{
	font-size:2em;
	color:#1178bb;
	margin-bottom:1em;
}
.left h2.titulo_noticia{
	font-size:2em;
	color:#1178bb;
	margin-bottom:0em;
}
.left h3.titulo{
	font-size:1.5em;
	color:#1178bb;
	margin:1em 0;
}
.left h3.data{
	font-size:1.2em;
	color:#1178bb;
	margin:0 0 1em 0;
}
.left h3.titulo span{
	font-size:0.8em;
	font-weight:normal;
}
.bloc_process{
clear:both;
}
p,.bloc p,.bloc_process p{
	color:#666666;
	font-size:1.2em;
	margin:0 0 1em 0;
}
.bloc_process p a:link,.bloc_process p a:visited,.bloc_process p a:active{
	color:#1178BB;
}
.fitxer{
	background-color:#e7f2f8;
	padding:1em;
}
.fitxer a{
	padding-left:2em;
	background:url(img/pdf.jpg) top left no-repeat;
}
.enllac{
	background-color:#e7f2f8;
	padding:1em;
	/*width:26em;*/
}
.foto_head{
	margin:0 0 2em 0;
}

.enllac li, .fitxer li{
	margin:0.5em 0;
}
.enllac li a,.fitxer a{
	color:#1199DD;
	font-size:1.2em;
}
.bloc_process img{
	float:left;
}
.bloc_process div.proces{
	margin-left:16.5em;
}
.line_up{
	border-top:dashed #1199DD 1px;
	padding-top:1em;
}
.proces h3.titulo{
	margin-top:0;
}
h3 a,h2 a{
text-decoration:none;
color:#1199DD;
}
a.link_tornar:link,a.link_tornar:visited,a.link_tornar:active{
	color:#1199DD;
	font-size:1.2em;
}
.form_suport{
	background-color:#aed1e7;
	width:38em;
	margin:0 auto;
	padding:1em;

}
.form_suport label{
	display:block;
	clear:both;
	color:#0f78bc;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.5em;
}
.form_suport input{
	width:100%;
	margin-bottom:1.5em;
	border:0;
}
.form_suport input.check{
	width:auto;
	margin:0;
}
.form_suport label.check{
	display:inline;
	margin-left:0.5em;
	
}
.form_suport label.comentari{
	margin-top:1em;
}
.form_suport textarea{
	width:100%;
	height:10em;
	margin-bottom:1em;
	border:0;
}
.form_suport input.boton{
	width:6em;
	float:right;
	background-color:#0f78bc;
	color:#ffffff;
	border:none;
	font-weight:bold;
}
.msg{
	font-size:1.8em;
	color:#1178BB;
	background-color:#AED1E7;
	margin: 1em 2em;
	padding:1em;
}
.bloc_process h4{
	font-weight:bold;
	font-size:1.3em;
	color:#666666;
	
}
.bloc_process .fitxer, .bloc_process .enllac{
	margin:0.5em 0 1em 0;
}
p a:link,p a:visited,p a:active{
color:#666666;
font-weight:bold;
text-decoration:underline;
}
#normas{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	height:12em;
	clear:both;
	display:block;
	color:#666666;
}
.col_2s{
width:56em;
}
.col_2s .blue{
height:28em;
}
.li_float_right{
width:25.5em;
height:10em;
float:right!important;
}
.li_float_left{
width:25.5em;
float:left!important;
height:10em;
}
.proces p{
margin-top:1em;
}