/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

table h2 {
	font-weight:bold;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	height:1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


/* ELEMENTS COMUNS A TOTES LES PÀGINES */

.negreta {
	font-weight: bold;
}
.cursiva {
	font-style: italic;
}
.negreta_cursiva {
	font-style: italic;
	font-weight: bold;
}
.contenidor {
	position: relative;
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.barra_navegacio {
	position: relative;
	height: 60px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 75px;
}
.barra_navegacio span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}
.barra_navegacio li {
	height: 60px;
	width: 185px;
	float: left;
	left: 0px;
	text-align: center;
}
.barra_navegacio li a {
	display: block;
	height: 50px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
}
.barra_navegacio li a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.visitada:link, a.visitada:visited {
	background-image: url(fletxa_roll.png);
	color: #353535;
}
a.visitada:hover, a.visitada:active {
	background-image: url(fletxa_roll.png);
	color: #353535;
}
a.activa:link, a.activa:visited {
	background-image: url(fletxa_activa.png);
}
a.activa:hover, a.activa:active {
	background-image: url(fletxa_roll.png);
}
a.pendent:link, a.pendent:visited {
	background-image: url(fletxa_pendent.png);
}
a.pendent:hover, a.pendent:active {
	background-image: url(fletxa_roll.png);
}

a.visitada2:link, a.visitada2:visited {
	background-image: url(fletxa_roll_linia.png);
	color: #353535;
}
a.visitada2:hover, a.visitada2:active {
	background-image: url(fletxa_roll_linia.png);
	color: #353535;
}
a.activa2:link, a.activa2:visited {
	background-image: url(fletxa_activa_linia.png);
}
a.activa2:hover, a.activa2:active {
	background-image: url(fletxa_roll_linia.png);
}
a.pendent2:link, a.pendent2:visited {
	background-image: url(fletxa_pendent_linia.png);
}
a.pendent2:hover, a.pendent2:active {
	background-image: url(fletxa_roll_linia.png);
}

.barra_navegacio .primer {
	position: absolute;
	left: 706px;
}
.barra_navegacio .segon {
	left: -26px;
	position: relative;
}
.barra_navegacio .tercer {
	left: -18px;
	position: relative;
}
.barra_navegacio .quart {
	left: -9px;
	position: relative;
}
.barra_navegacio .cinque {
	left: 0px;
	position: relative;
}
.idiomes {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	top: 103px;
	height: 20px;
}
.menu {
	font-weight: bold;
	position: absolute;
	right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	top: 103px;
	height: 20px;
}
.barra_separadora {
	font-weight: normal;
	color: #999;
	padding-right: 8px;
	padding-left: 8px;
}
.clear {
	clear: both;
}
.logo_descripcio .logo {
	width: 519px;
}
.logo_descripcio .latiguillu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFA200;
	position: absolute;
	left: 149px;
	top: 272px;
}
.logo_descripcio .descripcio {
	float: right;
	width: 340px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
.continguts {
	margin-top: 35px;
}
.peu {
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 15px;
	padding-top: 10px;
}
.peu .titol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.peu .subtitol {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
}
.peu .logos {
	text-align: center;
	margin-bottom: 30px;
}
.peu .logos ul {
	vertical-align: middle;
}

.peu .logos li {
	display: inline;
	vertical-align: middle;
}
.peu .logos li img {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	max-width: 198px;
	vertical-align: middle;
}
.peu .logos .botons_fas {
	text-align: left;
	margin-left: 554px;
	margin-top: 20px;
}
.peu .logos .botons_fas li img {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.peu .links {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.peu .autor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999;
	text-align: right;
	padding-top: 15px;
}
.peu .autor a {
	color: #999;
	text-decoration: none;
}
.peu .autor a:hover {
	color: #999;
	text-decoration: underline;
}



/* ELEMENTS ESPECÍFICS DE LA HOME */

.continguts .columna_esquerra {
	width: 519px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFA200;
	padding-top: 10px;
}
.continguts .columna_esquerra .destacat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #353535;
	padding-right: 30px;
}
.continguts .columna_esquerra .destacat h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.continguts .columna_esquerra .destacat p {
	padding-bottom: 20px;
	line-height: 20px;
}
.continguts .columna_esquerra .destacat ul {
	line-height: 20px;
	margin-bottom: 20px;
}
.continguts .columna_esquerra .destacat li {
	list-style-type: disc;
	margin-left: 30px;
}
.continguts .columna_esquerra .blocs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353535;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFA200;
	padding-top: 10px;
	padding-right: 30px;
}
.continguts .columna_esquerra .blocs .titol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.continguts .columna_esquerra .blocs .subtitol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	padding-top: 10px;
}
.continguts .columna_esquerra .blocs h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.continguts .columna_esquerra .blocs img {
	/*float: left;*/
	padding-right: 10px;
}
.continguts .columna_esquerra .blocs p {
	line-height: 19px;
}
.continguts .columna_dreta {
	float: right;
	width: 340px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #353535;
}
.continguts .columna_dreta .caixa_candidatures {
	padding-top: 10px;
}
.continguts .columna_dreta .caixa_candidatures .titol {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.continguts .columna_dreta .caixa_candidatures .subtitol {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
}
.continguts .columna_dreta .caixa_candidatures .veure_tots {
	padding-top: 10px;
}
.continguts .columna_dreta .caixa_candidatures .icones {
	padding-top: 10px;
}
.continguts .columna_dreta .caixa_candidatures .icones li {
	display: inline;
	margin-right: 10px;
}
.continguts .columna_dreta .caixa {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 25px;
}
.continguts .columna_dreta .caixa .titol {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.continguts .columna_dreta .caixa .subtitol {
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
}
.continguts .columna_dreta .caixa .veure_tots {
	padding-top: 10px;
}
.continguts .columna_dreta .caixa .icones {
	padding-top: 10px;
}
.continguts .columna_dreta .caixa .icones li {
	display: inline;
	margin-right: 10px;
}
.continguts .columna_dreta .caixa img {
	margin-top: 5px;
	margin-bottom: 10px;
}



/* ELEMENTS DE LES PÀGINES INTERIORS */

.continguts .columna_esquerra .estatic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353535;
	padding-right: 30px;
	line-height: 19px;
}
.continguts .columna_esquerra .estatic .titol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.continguts .columna_esquerra .estatic .subtitol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	padding-top: 10px;
	margin-bottom: 20px;
}

.continguts .columna_esquerra .estatic .subtitol2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	padding-top: 10px;
	margin-bottom: 20px;
}


.continguts .columna_esquerra .estatic h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.continguts .columna_esquerra .estatic img {
	float: left;
	padding-right: 10px;
}
.continguts .columna_esquerra .estatic p {
	padding-bottom: 10px;
}
.continguts .columna_esquerra .estatic ul {
	padding-bottom: 10px;
	padding-top: 10px;
	list-style-type: disc;
	padding-left: 30px;
}
.continguts .columna_esquerra .estatic_inferior {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353535;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 30px;
}
.continguts .columna_esquerra .estatic_inferior .titol_petit {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.continguts .columna_esquerra .estatic_inferior p {
	line-height: 19px;
	padding-bottom: 20px;
}
.continguts .columna_esquerra .estatic_inferior ul li {
	float: left;
}
/* Firefox 2 */
.continguts .columna_esquerra .estatic_inferior ul li, x:-moz-any-link {float: none; margin-bottom: 20px;}
.continguts .columna_esquerra .estatic_inferior ul li, x:-moz-any-link, x:default {float: left;}

.continguts .columna_esquerra .estatic_inferior ul li ul li {
	margin-top: -21px;
	padding-right: 30px;
	padding-left: 30px;
}
.continguts .columna_dreta .caixa_candidatures .baners li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	height: 80px;
	margin-bottom: 10px;
	color: #808080;
}
.continguts .columna_dreta .caixa_candidatures .baners .foto_relacionada {
	width: 230px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.continguts .columna_dreta .caixa_candidatures .baners .descripcio_foto {
	width: 230px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 14px;
	margin-right: auto;
	margin-left: auto;
}
/* IE6*/
* html .continguts .columna_dreta .caixa_candidatures .baners li {
	height: 71px;
	margin-bottom: 0px;
}

.continguts .columna_dreta .caixa_candidatures .baners ul li ul li {
	margin-top: -50px;
	margin-left: 90px;
	padding-right: 30px;
}

.continguts .columna_dreta .caixa_candidatures .llistat_candidatures ul {
	margin-top:6px;
}

.continguts .columna_dreta .caixa_candidatures .llistat_candidatures li {
	line-height:20px;
}

.columna_unica form {
	font-size: 12px;
	line-height: 16px;
}
.columna_unica form h2 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #FFA200;
}
.columna_unica form label {
	font-weight: bold;
	margin-right: 10px;
}
.columna_unica form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px solid #333;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 4px;
}
.columna_unica form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	border: 1px solid #333;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 4px;
}
.columna_unica form table {
	/*margin-top: 20px;*/
	margin-right: auto;
	margin-left: auto;
}
.columna_unica form table .etiqueta {
	text-align: right;
	vertical-align: middle;
}
.columna_unica form table .boto {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.continguts .columna_unica {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFA200;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353535;
	line-height: 19px;
}
.continguts .columna_unica p {
	line-height: 19px;
	padding-bottom: 20px;
}
.continguts .columna_unica .titol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.continguts .columna_unica ul.llista_fan {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.continguts .columna_unica ul.llista_fac {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.continguts .columna_unica ul.llista_fac li ul li {
	left: 115px;
}

#taula_candidatures input {
	border: 0px;
}

/* LINKS */

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

/* POPUP*/

.estatic_popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353535;
	line-height: 19px;
	padding:10px;
}
.estatic_popup .titol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.estatic_popup .subtitol2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	padding-top: 10px;
	margin-bottom: 20px;
}



/* Afegit per carlos per Vcard*/
.adr{
	display:inline;
}

.fiasco2010 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}