
/* PORTADA D'ENTRADA */


/*----------< COLORS >-------------------------------
#000000 Color de fons de tota la plana
#ffffff Color blanc de les lletres del text
#FF0117 Color Vermell
#ffde7a Color groc de la caixa del logotips i seguiments
#dedbc5 Color palid dels seguiments de seccions
#efeee3 Color palid de fons
#0a5998 Color blau dels links
#be373c Color vermell dels links visitats
#808080 Color gris per les signatures
*/


body{
	font-family: Helvetica, sans-serif, arial;
	font-size: 11px;
	color: #999999;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/*background-color: #dedbc5;*/
	text-align: center;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	background-image: url(img/cf-texture2.jpg);
}
body td{
	font-family:  sans-serif, Helvetica, arial;
	font-size: 12px;
	color: #EAE8E9;
}

div.fonsblanc {
	width: 100%;
	padding: 10px;
	background-color: #ffffff;
	overflow:auto; height:640px;
}
div.fonsnegre {
	width: 100%;
	padding: 10px;
	background-color: #000000;
	overflow:auto;	height:650px;
}
div.fonsgris {
	width: 100%;
	padding: 10px;
	background-color: #333333;
	overflow:auto; height:640px;
}
div.titols {
	border-bottom:1px solid #ff0000;
	border-top:1px solid #ff0000;
	border-left:1px solid #ff0000;
	border-right:1px solid #ff0000;
	background-color: #000000;
	background-image: url(img/back_05.jpg);
	background-position: bottom;
	color: #ffffff;
	font-size: 14px;
	font-family: sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:5;
	padding-right:5;
	padding-top:5;
	padding-bottom:5;
}
h1.titols_petits {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color: #000000;
	background-image: url(img/back_titol.gif);
	background-position: bottom;
	color: #ffffff;
	font-size: 11px;
	font-family: sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:5;
	padding-right:5;
	padding-top:3;
	padding-bottom:2;
}

/*TIPUS DE LLETRES*/
.text_cosnormal {
	font-family: Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
}
.text_cosnormal_just {
	text-align: justify;
	font-family: Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
}
.text_cosnormal_left {
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
}
.text_cosnormal_right {
	text-align: right;
	font-family: Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
}
.text_cosnormal_center {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size:  12px;
	font-weight: normal;
}
.text_cosgran {
	font-family: Helvetica, sans-serif;
	font-size:  16px;
	font-weight: normal;
}
.text_moltcosgran {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  24px;
	font-weight: normal;
}
.text_cospetit {
	font-family: Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
}
.text_moltcospetit {
	font-family: Helvetica, sans-serif;
	font-size:  10px;
	font-weight: normal;
}
/*COLORS*/
.textvermell {color:#FF0000}
.textgris {color:#999999}
.textgrisfosc {color:#333333}
.textblanc {color:#FFFFFF}
.textnegre {color:#000000}

/*ENLLAÇOS*/
a, a:visited {
/*	color: #be373c;*/
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}
a.enlaceblanc, a.enlaceblanc:hover {
	text-decoration:none;
	color:#FFFFFF;
}
a.enlacevermell {
	text-decoration:none;
	color:#FFFFFF;
}
A.enlacevermell:hover {
	text-decoration:none;
	color:#be373c;
}
a.enlaceblanc_sub, a.enlaceblanc_sub:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

/*MENUS*/
.menu_off {
	/*margin-top: 8px;*/
	text-align: center;
	float: left;
	height: 8px;
	width: 100%;/*94*/
	padding-left:8px;
	padding-right:8px;
/*	margin-left:8px;
	margin-right:8px;*/
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	/*text-indent: 0.5em;*/
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(img/back_02.gif);
	/*background-position: bottom;*/
	background-repeat: repeat;
	z-index: 3;	/*background-color: #081160;*/
}

.menu_on {
	/*margin-top: 30px;*/
	text-align: center;
	float: left;
	height: 8px;
	width: 100%; /*94*/
	padding-left:8px;
	padding-right:8px;
/*	margin-left:8px;
	margin-right:8px;*/
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	/*text-indent: 0.5em;*/
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(img/back_01.gif);
	/*background-position: bottom;*/
	background-repeat: repeat;
	z-index: 3;
	/*background-color: #081160;*/
}
.menu_select {
	/*margin-top: 30px;*/
	text-align: center;
	float: left;
	height: 8px;
	width: 100%; /*94*/
	padding-left:8px;
	padding-right:8px;
	/*	margin-left:8px;
	margin-right:8px;*/
	position: relative;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	/*text-indent: 0.5em;*/
	line-height: 18px;
	color: #F00;
	background-image: url(img/back_01.gif);
	/*background-position: bottom;*/
	background-repeat: repeat;
	z-index: 3;	/*background-color: #081160;*/
}
.nav_menu3 {padding-left:5;padding-right:5;background-color:#333333;text-decoration:none; border-bottom:1px solid #FFFFFF;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF}
.nav_menu3_roll {padding-left:5;padding-right:5;background-color:#666666;text-decoration:none; border-bottom:1px solid #FFFFFF;border-top:1px solid #FFFFFF;border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF}
.nav_menu {
	padding-left:5;
	padding-right:5;
	background-color:#666666;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color: #FFFFFF;
}
/*ALTRES*/	
.text_centrat {
	text-align: center;
}
div.espai_inferior {
	padding-bottom:15px;
	}
div.espai_superior {
	padding-top:10px;
	}
span.article_separator {
	display: block;
	height: 1px;
	font-size: 1px;
	background-color: #191919;
	margin: 7px auto 10px auto;
	clear: both;
}
div.fondo_titols {
	padding: 10px;
	margin: 0px auto auto auto;
	background-image: url(img/fondo_titol.jpg);
}
td.fondo_titols_sup {
	padding-bottom: 8px;
}
td.fondo_titols_inf {
	padding-top: 8px;
}
div.fondo-galeria{
/*background-color: #191919;*/
	width: 100%;
	padding: 10px;
	margin: 10px auto auto auto;
	background-image: url(img/fondo_galeria.jpg);
	text-align: center;
}

div.text_avis {
	border-bottom:1px dashed #FF0000;
	border-top:1px dashed #FF0000;
	border-left:1px dashed #FF0000;
	border-right:1px dashed #FF0000;
	text-align: center;
	font-family:Helvetica, sans-serif;
	font-size:  14px;
	font-weight: normal;
	padding: 15;
	width: auto;
}
/* columnats noticies ---------- */

div.contentpanell td.columna-destacat {
	width: 430px;
	vertical-align: top;	
}
div.contentpanell td.columna-general {
	width: 520px;
	vertical-align: top;
	padding-left: 20px;
}
div.contentpanell td.columna-general2 {
	width: 465px;
	vertical-align: top;
}
div.contentpanell td.columna-general3 {
	width: 465px;
	vertical-align: top;
	padding-left: 20px;
}
div.noticia {
	float: left;
	clear: none;
}

/* articles títols textes ---------- */

div.article {
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	text-align: justify;
}	
div.article-primer {
	margin-bottom: 10px;
}
div.article h2,
div.article-normal h2,
div.article-primer h2,
div.article-segon h2,
div.article-tercer h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0.25em;
}

div.article h2 a:hover,
div.article-normal h2 a:hover,
div.article-primer h2 a:hover,
div.article-segon h2 a:hover,
div.article-tercer h2 a:hover {
	color: #be373c;
}

div.article-primer h2 {
	font-size: 21px;
	font-weight: bold;
}
div.article-segon h2 {
	font-size: 19px;
	font-weight: bold;
}
div.article-tercer h2 {
	font-size: 16px;
	font-weight: normal;
}
div.article-normal h2 {
	font-size: 14px;
	font-weight: normal;
}
div.article h2 {
	font-size: 15px;
}

div.article-primer div.article-content {
	font-size: 14px;
	color: #ffffff;
}
div.article-segon div.article-content {
	font-size: 14px;
	color: #ffffff;
}
div.article-content {
	margin-bottom: 5px;
	color: #999999;
}
div.article-primer div.article-datacio span,
div.article-datacio span.createdate {
	font-size: 12px;
	color: #666666;
}
div.article-datacio span,
div.article-datacio span.createdate {
	font-size: 11px;
	color: #666666;
}
 span.createdate {
	font-size: 12px;
	color: #666666;
}
/*FOTOS*/
div.vorera_fotos {
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color: #000000;
	padding: 5;
}
img.vorera_fotopetita{
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color: #000000;
}
img.vorera_fotogran{
	border:1px solid #ffffff;
	background-color: #000000;
}
div.foto_noticia{
	background-color: #000000;
	float: left;
	margin-right: 15;
}
p.foto_noticia{
	background-color: #000000;
	border:1px solid #333333;
	text-align: center;
	width: 432px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

