@charset "utf-8";

/*------------------
Generics / Reset 
-------------------*/
* { margin: 0; padding: 0; line-height: 1em; font-size: 1em; }
body { font-size: 62.5%;}
body, input, select, textarea { color: #3b3b3b; font-family: "Trebuchet MS", Verdana, sans-serif;}
a { text-decoration: none;}
img { border: 0;}
hr, #skip, .ocult { display: none;}
ul { list-style-type: none;}

p, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.clear {
	clear: both;
}

/*-------------------- 
APARTATS 
---------------------*/
body {
  background: #FFF;		
}

#contenidor { 
   width: 976px; 
	margin: 0 auto;
}

#header {
  position: relative;
  padding-top:8px;	
  font-size: 0;
}

#contingut {
	height:100%;
	overflow: hidden;
	z-index: 1;
}

#contingut.dreta {
   background-position: top right;
}

/*---------------------
Capçalera sense imatge
------------------------*/

#header.noimg {
   display: table;
   height: 86px;
    #position: relative;
    overflow: hidden;
    background-color: #333;
    width: 100%;
}

#header {
    #position: relative;
    overflow: hidden;
}

#header h1 {
	width: 100%;
}

#mig {
   #position: absolute;
   #top: 50%;
   _top: 35%;
   display: table-cell;
   vertical-align: middle;  
}

#interior {
   #position: relative;
   #top: -50%;
}

#header.noimg h1 {
   padding-left: 20px;
}

h1 {
   float: left;
   font-size: 30px;
}

h1 a {
   color: #fff;
}

/*-------------- 
Menú 
---------------*/
#navegador {
	position: relative;   
	width: 100%;	
   height: 27px;
   background-color: #dbdbdb;
   margin-bottom: 10px;
	background: #c3c3c3 url("../images/fons_menu.jpg") repeat-x top right;	
	z-index: 100;		
}

#navegador ul#menu {
   float: left; 
}

#navegador ul#menu li {
	float: left;
	position: relative;	
	background: url("../images/separador.jpg") right no-repeat;	
/*	border: 1px solid red; */
/*	color: #FFF; */
}

#navegador ul#menu li a {
	display: block;
	float: left;	
   color: #575a5c;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4em; 	
	padding: 4px 11px 0px 11px;
	height: 23px;	   
}
/*
#navegador ul#menu li a:hover {
   background: #6f6f6f;
   color: #fff;
}
*/

/*-------------
 submenu 
--------------*/

#navegador ul#menu li ul.submenu {
  	display: none;  
	position: absolute;
	top: 27px;
	left: 0px;	
	width: 180px;	
	padding:0.5em 0px 0.5em 0px;
	margin: 0px;
	font-size: 0.8em;
/*	background-color: #6f6f6f; *//* < color2 a canviar */
}

#navegador ul#menu li a:hover,
#navegador ul#menu li:hover, 
#navegador ul#menu li.iehover {
/*   background: #6f6f6f; *//* < color1 a canviar */
}

#navegador ul#menu li ul.submenu li {
	float: left;
	margin: 0;
	background: none;
	padding: 0px;
	width: auto;
}

#navegador ul#menu li ul.submenu li a{
	display: block;
	width: 232px;
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	color: #fff;		
}

#navegador ul#menu li > ul {
	top: auto;
	left: auto;
}

#navegador ul#menu li:hover a, #navegador ul#menu li.iehover a {
   color: #fff !important;
}
#navegador ul#menu li:hover ul, #navegador ul#menu li.iehover ul {
	display: block; 
}	

#navegador ul#menu li ul li a:hover {
/*	color: #6f6f6f; *//* < color3 a canviar */	
	background-color: #f1f1f1;	
}

/*------------
 Menú dreta 
--------------*/
#navegador ul#info {
   float: right;
   width: 35%;
   display: block;
}

#navegador ul#info li {
   float: right;
	position: relative;	
	background: url("../images/separador.jpg") right no-repeat;	
}

#navegador ul#info li.butlleti {
   background-image: none;
}

#navegador ul#info li a {
   float: left;
	display: block;
   color: #575a5c;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4em; 	
	padding: 4px 11px 0px 11px;
	height: 23px;	   
}

ul#info li.contacte a {
   background: url("../images/ico_contacte.png") no-repeat 5px center;      
   _background: url("../images/ico_contacte.gif") no-repeat 5px center;      
   padding-left: 28px !important;   
}

ul#info li.butlleti a {
   background: url("../images/ico_butlleti.png") no-repeat 5px center;         
   _background: url("../images/ico_butlleti.gif") no-repeat 5px center;            
   padding-left: 32px !important;   
}

#navegador ul#info li a:hover {
/*   background-color: #6f6f6f; *//* < color4 a canviar */           
   color: #fff !important;
}


/*---------------------------
#BARRA LATERAL 
----------------------------*/
#barra_lateral {
	float: left;
	width: 232px;
/*	.width: 236px; */
	height: auto;
	padding-top: 7px;
	padding-bottom: 9px;
        background: url("../images/fons_contingut.jpg") repeat-y top left;
/*	background: transparent url("../images/fons_barra_lateral.gif") repeat top left;				*/
	overflow: hidden;
}

.right_col {
  margin-left: 10px;    
}

.left_col {
  margin-right: 10px;    
}

#barra_lateral h4 {
  color: #6B6C6A !important;
}

#barra_lateral div.banner {
  padding: 0 8px 0px;
  margin-top: 8px;
}

#barra_lateral div.banner a img {
  border: 0px;
}



#contingut.dreta #barra_lateral {
   margin-right: 0;
   float: right;
}

#capitols {
   position: relative;
   margin: 0 7px 7px 7px;
   overflow: hidden; 
   padding-bottom: 30px;
   height: 1%;
}

#capitols h2 {
   height: 24px; 
	font: 16px "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #FFF;
	padding: 1px 2px 1px 8px;	 	
}

#capitols .programa {
   margin: 7px;
   margin-top: 0;
   padding-top: 7px;   
   color: #6b6c6a !important;
   overflow: hidden;
   height: 1%;   
}

#capitols .programa + .programa {
   border-top: 1px dashed #cbcbcc;
}

#capitols .programa img {
   float: left;
   margin-right: 6px;
   width: 75px;   
/*   height: 61px;
   border: 1px solid red; */
}

#capitols .programa p.data {
   font-size: 11px;   
   font-weight: bold;
   margin-bottom: 1px;
}

#capitols .programa h4 {
   font-size: 14px;
}

#capitols .programa p {
   font-size: 11px;   
   line-height: 12px;
}

#capitols .programa p a {
   color: #6b6c6a;
}

#capitols .programa p a:hover {
   text-decoration: underline;
}

/* tooltips */
#tooltip {
    position: absolute;
    width: 137px;
    padding-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
    background: url("../images/bg_tooltip_inf.png") no-repeat bottom;
    font-size: 12px;
    z-index: 10;
}
#tooltip .contingut{
    padding: 7px;
    background: url("../images/bg_tooltip_sup.png") no-repeat top;
}

/* galeries */
.galeria {
    position: relative;
    height: 1%;
}
.galeria .controls-galeria a {
    position: absolute;
    text-indent: -50000px;
    display: block;
    cursor: pointer;
}
.galeria .controls-galeria span {
    display: none;
}
.galeria .container {
    position: relative;
    overflow: hidden;
}
.galeria .container ul {
    position: absolute;
    left: 0;
    top: 0;
}
.galeria .container li {
    float: left;
}


/* anunci bloc*/
#anunci_bloc {
   position: relative;
   margin: 0 7px 7px 7px;
   padding: 7px;
   background-color: #dfdfdf;
   color: #6b6c6a;      
}

#anunci_bloc a span.visita_bloc {
   position: absolute;
   right: -7px;
   top: -7px;
   cursor: pointer;

	width: 64px;
	height: 64px;   
   background: transparent url("../images/visita_bloc.png") no-repeat !important;
   .background: none;
   filter: none !important;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/visita_bloc.png");   
	z-index: 1000;      
}


#anunci_bloc img {
   margin-bottom: 5px;
}

#anunci_bloc p.data {
   font-size: 10px;
}

#anunci_bloc h4,
#anunci_bloc p {
   font-size: 12px;
   line-height: 14px;
}


/*---------------------------
#BLOC PRINCIPAL 
----------------------------*/

/*----------------------- 
Seccions estàtica 
----------------------*/

.filariadna {
	width: 700px;
	font-size: 1.2em;
	color: #7B7B7B;
}

p.filariadna a {
	color: #7B7B7B;
	text-decoration: underline;
}

p.filariadna a:hover {
	text-decoration: none;
}

#barra_titol {	
	height: 25px;
	width: 730px;
	margin-top: 16px;
} 

#bar-categories {
  background-color:#ECECEC;
  clear:both;
  float:left;
  font-size:12px;
  margin-top:10px;
  overflow:hidden;
  padding:5px 0 5px 8px;
  width:722px;
}

#barra_titol h2 {
	font-size: 1.7em;		
	color: #FFF;
	font-weight: bold;
	line-height: 1.4em;	
	padding: 0 0 0 5px;
	margin-bottom: 5px;
}

/*--- generals ---*/

#bloc_principal {
	width: 733px; /* pb IE */
	position: relative;
	float: left; 
	overflow: hidden;
/*	border: 1px solid red; */
}

#video_principal {
   width: 713px;
   height: auto;
   padding: 10px;
   margin-bottom: 10px;
	overflow: hidden;	
}

#video_principal img,
#video_principal object{
   float: left;
   margin-right: 15px;
}

#video_principal p{
  font-size:12px;
}

#video_principal p.categoria {
  text-transform: uppercase;
}

#video_principal p.data {
   font-size: 14px;
   color: #77797c;
}

#video_principal p {
   line-height: 16px;
}

#video_principal h3 {
   font-size: 18px;   
   margin-top: 2px;
   margin-bottom: 5px;   
}

.mini_video {
  margin:0 0 15px;
  overflow:hidden;
  position:relative;
  text-align:center;
  background-color:#000000;
  border:3px solid #000000;
  height:223px;
  overflow:hidden;
}

.mini_video p {
  margin:0;
  padding:3px 5px 5px;
  color:#E6E5E5;
  font-size:12px;
}

.darrer_video_selector{
  background:none!important;
  top:180px!important;
  height:29px!important;
  padding:0px!important;
  width:auto!important;
}

#bloc_graella_gran {
   position: relative;
   width: 712px;
   height: auto;
   padding: 5px 10px 25px 10px;
   overflow: hidden;   
   border-bottom: 2px solid #a8a8aa;
   margin-bottom: 10px;
}

#bloc_graella_gran h2 {
	padding-left: 23px;
   font-size: 18px;
   margin-bottom: 13px;
   font-weight: normal;
}

#bloc_graella_gran .video {
   float: left;
   height: 85px;
   overflow: hidden;
   width: 340px;
   padding-bottom: 8px;
   border-bottom: 2px dotted;
   margin-bottom: 12px;
}

#bloc_graella_gran .video img {
   float: left;
   margin-right: 10px;
   border: 2px solid #a8a8aa;
   width: 97px;
   height: 72px;
}

#bloc_graella_gran .video p.categoria {
  text-transform: uppercase;
}

#bloc_graella_gran .video p.data {
   font-size: 11px;
   color: #777777;
}

#bloc_graella_gran .video h5 {
   font-size: 14px;
}

#bloc_graella_gran .video p a {
   font-size: 13px;
   color: #777777;   
   line-height: 15px;
}

#bloc_graella_gran .video p a:hover {
   text-decoration: underline;
}

.darrer_video_selector a{
  right:20px!important;
}

.mes a {
   position: absolute;
   right: 10px;
   bottom: 10px;
	background: url("../images/fletxeta_mes.gif") no-repeat bottom left;
	padding-left: 13px;
	color: #a8a8aa;
	font-size: 13px;
}

#bloc_graella_gran .espai {
   border: 1px solid #EDEDED;
   float: left;
   width: 30px;
}

#banners {
   margin-top: 10px;
   overflow: hidden;   
   padding-bottom: 10px;
   border-bottom: 2px solid #a8a8aa;
   height: 1%;   
}

#banners img {
   float: left;
}

#banners .espai {
   border: 1px solid #fff;
   float: left;
   width: 10px;
   background-color: #fff;   
}

/*-- Columna 1 --*/

#titol_noticies {
	float: left;
	background: url("../images/titol_noticies.jpg") no-repeat top left;
	width: 235px;
	height: 26px;	
	text-indent: -5000px;
}

#columna1 {
	float: left;
/*	position: relative; */
	width: 236px;
/*	height: 490px; */ 	
	margin-bottom: 11px;
	margin-right: 12px;	
	overflow: hidden;
}

.bloc_noticies {
	float: left;
	position: relative;
	width: 236px;
	height: 478px;	
	background-color: #eeeeee;
	overflow: hidden;   
	border-bottom: 2px solid #a8a8aa; 	
}

.bloc_noticies h2 {
/*	.width: 227px; */
 	height: 24px; 
	font: 16px "Trebuchet MS", sans-serif;
	padding: 2px 2px 1px 8px;	
}

.bloc_noticies .noticia_inici {
	float:left;
	margin: 0px 9px; 
	padding-top: 10px;	
	padding-bottom: 5px;		  
  	width: 218px;
}

.noticia_inici + .noticia_inici {
   border-top: 1px solid #d3d6d9;
} 

.bloc_noticies .noticia_inici img {
   float: left;
   margin-right: 7px;
   margin-bottom: 75px;
   border: 2px solid #a8a8aa;
   width: 75px;
}

.noticia_inici .text {
   overflow: hidden;
}
.noticia_inici .data {
	font:10px "Trebuchet MS", sans-serif;	
   font-weight: bold;	
	color: #60615f;
}

.noticia_inici h4 {
	font-family: "Trebuchet MS", sans-serif;	
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

.bloc_noticies .noticia_inici h4 a {
	line-height: 1.1em;		
	text-decoration: none;		
}

.bloc_noticies .noticia_inici h4 a:hover {
	text-decoration:underline;
}

.bloc_noticies .noticia_inici p {
	font: 11px "Trebuchet MS", sans-serif;	
	color: #60615f;
	margin: 0px;
} 

.bloc_noticies .noticia_inici p.categoria {
	text-transform: uppercase;
}

#columna2 {
	float: left;
	width: 236px;	
/*	height: 490px; */ 	
	margin-bottom: 11px;
	margin-right: 12px;	
	overflow:hidden;	
/*	border: 1px solid #66F6FC;		*/
}

.bloc_video {
	position:relative;
	width: 100%;	
	height:230px;
	padding:0px;	
	margin: 0;	
	background: url("../images/video_fons.jpg") bottom;
	border: 1px solid #CBD2D4;
	overflow: hidden;		
}

.bloc_video img{
	padding: 3px 3px 3px 3px;
	.padding: 3px 3px 0px 3px;	
}


.bloc_video p{
	font: 1.3em "Trebuchet MS", sans-serif;	
	color: #556170;
	padding: 3px 5px 5px 5px;
  .padding-top: 0;	
	margin: 0px;
}

#bloc_llista {
	position:relative;
	width: 236px;
	height: 231px;		
	margin-bottom: 15px;
   background-color:#EEEEEE;
   border-bottom:2px solid #A8A8AA;
   overflow: hidden;
}

#bloc_llista_links {
	position:relative;
	width: 236px;
	margin-bottom: 15px;
   background-color:#EEEEEE;
   border-bottom:2px solid #A8A8AA;
   overflow: hidden;
}

#bloc_principal #bloc_llista_links {
	height: 231px;		
}

#barra_lateral #bloc_llista_links {
  height: auto!important;
  height: 231px;
  min-height: 231px;
  width:218px;
  margin: 0 7px 7px 7px;
}

#bloc_llista h2, #bloc_llista_links h2 {
 	height: 20px; 
	font: 15px "Trebuchet MS", sans-serif;
	padding: 2px 2px 1px 8px;		
}

#bloc_llista .bloc_info {
	padding: 10px;
	padding-left: 0;
	margin: 0 10px 0 10px;
	border: 0;
	overflow: hidden;
	clear: both;
}

#bloc_llista_links ul.bloc_links {
	padding: 10px;
	padding-left: 0;
  margin: 0;
	border: 0;
	overflow: hidden;
	clear: both;
}

#bloc_llista .bloc_info {
	padding: 8px;
	padding-left: 0;
	margin: 0 10px 0 10px;	
	border-top: 1px dotted;
	overflow: hidden;
}

#bloc_llista_links .bloc_links li {
	padding: 6px 10px;
	padding-left: 0;
	margin: 0 10px 0 10px;
	border: 0;
	overflow: hidden;
	clear: both;  
	border-top: 1px dotted;   
}

#bloc_llista .bloc_info:first-child, #bloc_llista_links .bloc_links li:first-child {
	border-top: none!important;
}

#bloc_llista .bloc_info img {
	float: left;
	position: relative;
	margin-right: 6px;
	width: 65px;
	height: 51px;
}

#bloc_llista .bloc_info h5 {
	font-size: 12px;
}

#bloc_llista_links .bloc_links h5 a {
 font-size: 18px; 
 font-weight: normal; 
}     

#bloc_llista .bloc_info p a {
	font-size: 12px;
	color: #404040;
	line-height: 1.2em;
}

#bloc_llista .bloc_info p a:hover, #bloc_llista_links .bloc_links h5 a:hover {
	text-decoration: underline;
}

#columna3 {
	float: left;
	width: 235px;	
/*	height: 490px; */ 	
	margin-bottom: 11px;
}

.fotogaleria {
	position:relative;
	width: 236px; 	
	height:231px;	
	border-bottom: 1px solid #E5E5E5;	
	overflow: hidden;
}

.fotogaleria img {
   height: 190px;
   width: 236px !important;
   clear: both;
}

.fotogaleria p {
	font-size: 12px;
	margin:6px 22px 0px 22px;
	text-align: center;	
}

.fotogaleria p a{
	color: #556170;
	line-height: 1.2em;	
}

.fotogaleria p a:hover {
	text-decoration: underline;
}

.fotogaleria a.fletxa_e {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url("../images/fletxagal_e.jpg") no-repeat left;
	width: 19px;
	height: 41px;
	text-indent: -50000px;
	cursor: pointer;
	border: 0;
}

.fotogaleria a.fletxa_e:hover {
	background: url("../images/fletxagal_e.jpg") no-repeat right;
	width: 19px;
	height: 41px;	
}

.fotogaleria a.fletxa_d {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("../images/fletxagal_d.jpg") no-repeat right;
	width: 19px;
	height: 41px;
	text-indent: -50000px;
	cursor: pointer;
	display: block;
}

.fotogaleria a.fletxa_d:hover {
	background: url("../images/fletxagal_d.jpg") no-repeat left;
}

#bloc_graella {
	position:relative;
	width: 236px;
	height: 231px;		
   background-color:#EEEEEE;
	margin-bottom: 15px;
	border-bottom: 2px solid #a8a8aa; 
}

#bloc_graella h2 {
/*	.width: 227px; */
 	height: 20px; 
	font: 15px "Trebuchet MS", sans-serif;
	padding: 2px 2px 1px 8px;		
}

#bloc_graella .prog_info {
	float: left;
	height: 85px;
	width: 83px;
	.width: 73px;	
	padding: 10px;
	padding-left: 0;
	margin: 0 10px 0 10px;
	overflow: hidden;
}

#bloc_graella .prog_info img {
	margin-right: 6px;
	border: 1px solid #a8a8aa;
	width: 65px;
	height: 51px;
}

#bloc_graella .prog_info h5 {
	font-size: 12px;
	margin-top: 4px;
}

#bloc_graella .prog_info h5 a:hover {
	text-decoration: underline;
}

#bloc_graella .prog_info p a {
	font-size: 12px;
	color: #404040;
	line-height: 1.2em;
}

#bloc_graella .prog_info p a:hover {
	text-decoration: underline;
}


/*----------------
peu 
-----------------*/

#peu {
	float: left;
	width: 100%;
	margin-top: 10px;	 
	font-family: "Trebuchet MS", sans-serif;	
	font-size: 1.2em;
	color: #7D8489;	
	text-align: center;
	border-top: 1px solid #BDC2C4;	
}

#copy_peu {
	float: left;
	width: 265px;
	margin-top: 10px;	
	padding:10px 0 10px 0;		
	border-right: 1px solid #BDC2C4;
}

#opcions_peu {
	border-right:1px solid #BDC2C4;	
	float: left;
	width: 400px;
	margin-top: 10px;	
	padding:10px 0 10px 0;		
}

#opcions_peu a {
	color: #7D8489;	
	text-decoration:none;	
}

#opcions_peu a:hover {
	text-decoration:underline;	
}

#opcions_peu a.rss {
	background: url("../images/rss.gif") right no-repeat;
	padding-right: 15px;
}

#logos_peu a img{
	float: center;
	padding-top:10px;	
	border:0px;
	margin-right: 6px;
}

/* menú de cerca */
#cercador {
	.float: right;
	.width: 230px;
	height: 53px;
	padding: 9px 0px 7px 5px;	
	background: url("../images/fons_cercar.jpg") repeat-x; 
}

#cercador p a {
	float: left;
	font-family: "Trebuchet MS", sans-serif;	
	font-size: 1.2em;
	color: #777777;
	padding-left: 23px;
	margin-top: 7px;
	text-decoration: underline;	
}

#cercador p a:hover {
	text-decoration: none;		
}

#barra_cerca {
	float: left;
	background:url("../images/lupa_gris.jpg") no-repeat;
	background-position: 0% 30%;
	padding-left: 23px;
}

.cerca {
	padding-left: 3px;
	width: 140px;
	height: 15px;
	font-size: 13px;
	padding-top: 2px;
}

.div.img_cerca {
	vertical-align: 35%;	
}

/*------------------- 
Llistat de videos 
--------------------*/
#videos p.data {
  font-size: 12px;
  font-weight: bold;
  color: #7B7B7B;
  margin-bottom: 2px;  
  margin-top: 10px; 
}

#videos h4,
#info_video h4 {
  font-size: 20px;
/*  color: #5b5b5b !important; */
  margin-bottom: 10px;
}

#info_video p {
  font-size: 14px;
  color: #60615f;
  line-height: 18px;
}

ul#llistat_videos li {
   width: 177px;
   height: 247px;   
   float: left;
   background-color: #424344;
   margin-top: 25px;
   margin-right: 55px;   
   margin-bottom: 10px;
   padding: 14px;
   padding-bottom: 5px;
}

ul#llistat_videos li.ultima {
   margin-right: 0;   
}

ul#llistat_videos li img {
   margin-bottom: 3px;
   width: 175px;
   height: 131px;	
}

ul#llistat_videos li h6 {
   font-size: 14px;
   padding-bottom: 1px;
}

ul#llistat_videos li p.categoria {
  font-size: 11px;
  text-transform: uppercase;
}   

ul#llistat_videos li p {
   color: #ededed;   
   font-size: 13px;
   line-height: 15px;
}

ul#llistat_videos div.info {
   border-top: 1px solid #ededed;
   margin-top: 7px;
   font-size: 12px;
   padding-top: 3px;
}

ul#llistat_videos div.info p.durada {
   float: left;
}

ul#llistat_videos div.info a.veure_video {
   color: #ededed;   
   float: right;
}

ul#llistat_videos div.info a.veure_video:hover {
   text-decoration: underline;
}

/*------------------- 
Fitxa video 
--------------------*/
#fitxa_video {
   background-color: #494949;
   margin-bottom: 10px;  
   margin-top: 10px;
   padding-top: 15px;
   overflow: hidden;
}

#fitxa_video .wrap_video img,
#fitxa_video .wrap_video object {   
   margin: 0px 10px 15px;
   float: left;
   overflow: hidden;
}

#compartir label,
#compartir h6 {
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   color: #d8d8d8;
}

#compartir {
   float: left;
}

#compartir input {
   width: 170px;
   margin-top: 5px;
   margin-bottom: 9px;   
   border: 1px solid #bbb;
   background-color: #606060;
   padding: 3px;
   color: #ededed;
   font-size: 13px;
}

#webs_socials {
   margin-top: 5px;
   width: 175px;   
}

#webs_socials a {
   margin-bottom: 5px;
   float: left;   
   overflow: hidden;
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}

#webs_socials a:hover {
   opacity: 1;
   -moz-opacity: 1;
   filter:alpha(opacity=100);   
}

#webs_socials img {
   float: left;
   border: 1px solid #bbb;
   margin-right: 5px;
}

#info_video {
   clear: both;
   background-color: #575757;  
   padding: 10px 15px 15px;
}

#info_video h4 {
   color: #bdbdbd;      
}

#info_video p {
   color: #ededed;
}


/*------------------- 
Pàgina de notícies 
Llistats (notícies, capitols)
--------------------*/
#noticies,
#llistat {
	font-family: "Trebuchet MS", sans-serif;		
	position:relative;
	width:730px;	
	margin-top:20px;	
}

a.boto_videos {
   background: transparent url("../images/boto_videos.jpg") no-repeat scroll left top;
   font-size: 13px;
   border: 0 none;
   color: #FFFFFF;
   cursor: pointer;
   float: right;
   font-weight: bold;
   height: 21px;
   padding: 4px 15px 0 25px;
   margin-top: 5px;
}

a.boto_video_xip_tv{
   background: transparent url("../images/videosxip.jpg") no-repeat scroll left top;
   font-size: 13px;
   border: 0 none;
   color: #FFFFFF;
   cursor: pointer;
   float: right;
   font-weight: bold;
   height: 21px;
   padding: 4px 15px 0 25px;
   margin-top: 5px;	
   width:130px;
   margin-left: 10px;
}

a.boto_generic {
   background: transparent url("../images/fons_boto.jpg") repeat-x scroll left top;
   font-size: 13px;
   border: 0 none;
   color: #FFFFFF;
   cursor: pointer;
   float: right;
   font-weight: bold;
   height: 21px;
   padding: 4px 15px 0;
   margin-top: 5px;
}

.element_llistat {
   .float: left;
   .width: 100%;
   border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

.element_llistat h4 {
 	font-size: 1.5em;
	margin-bottom: 0.1em;
	color: #3B3B3B !important;
}

.element_llistat .embed_chapter{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.element_llistat p.data {
	font-family: "Trebuchet MS", sans-serif;				
 	font-size: 1.3em;	
	line-height: 0.9em;
	padding-bottom:0.3em;
}

.element_llistat p {
	font: 1.3em/1.4em "Trebuchet MS", sans-serif;			
	color: #3b3b3b;
        display: table;
}

.element_llistat p a:hover {
	text-decoration: underline;
}


.element_llistat img {
	float:left;
	margin-right: 18px;
        width: 154px;
}

.noticia {
	margin-bottom: 30px;
        overflow: hidden;
}

.noticia h4 {
 	font-size: 1.5em;
	margin-bottom: 0.1em;
}

.noticia h4 a {
	color: #3b3b3b;
}

.noticia p.data {
	font-family: "Trebuchet MS", sans-serif;				
 	font-size: 1.3em;	
	line-height: 0.9em;
	padding-bottom:0.3em;
}

.noticia p {
	font: 1.3em/1.4em "Trebuchet MS", sans-serif;			
	color: #3b3b3b;
}

.noticia p a {
	color: #3b3b3b;
}

.noticia p a:hover {
	text-decoration: underline;
}

.noticia p.categoria {
  text-transform: uppercase;
}

.noticia img {
	float:left;
	margin-right: 18px;
        width: 207px;
}

/*-- noticia individual --*/

.noticia_gran {
	position:relative;
	margin-bottom: 30px;
}

.noticia_gran .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 198px;
}

.noticia_gran p.peu_foto {
	position: absolute;	
	top: 195px;
	left: 0;
   font-size: 12px;
	color: #7B7B7B;
}


.text_noticia {
	position:relative;
	width: 511px;
	margin-left:216px;
}

.noticia_ample {
	width:100%; 
    margin-left: 0px;
}

.text_noticia h4 {
 	font-size: 2.4em;
	padding-bottom: 1em;
}

.text_noticia #cos,
.text_noticia p {
	font-size: 13px;		
	line-height: 1.6em;			
	margin-bottom: 1em;
}

.text_noticia p.data {
	font-family: "Trebuchet MS", sans-serif;				
 	font-size: 1.3em;	
	line-height:0;
	padding-top: 0.3em;
}

.text_noticia div.entradeta {
	font-weight: bold;
	margin-bottom: 0.5em;		
}

blockquote.destacat_dret {
	float:right;
	width:166px;
	font: 1.6em/1.2em "Trebuchet MS", sans-serif;				
	font-style: italic;
	text-align: center;		
	padding:0.2em 0 0.2em 0.5em;
/*	margin-bottom:0.1em; */
	margin-left:0.2em;	
	margin-bottom:0;
	margin:0 0 0 0.5em;	
}

blockquote.destacat_esquerre {
	float:left;
	width:166px;
	font: 1.6em/1.2em "Trebuchet MS", sans-serif;				
	font-style: italic;	
	text-align: center;
	padding:0.2em 0.5em 0.2em 0em;
/*	margin-bottom:0.1em; */
	margin:0 0.5em 0 0;
}

.text_noticia p a:hover {
	text-decoration: underline;
}

/*-- Adjunts & Enllaços --*/

ul#adjunts,
ul#enllassos,
ul#compartir {
   position: relative;
   padding: 6px 10px 10px;
   margin-bottom: 20px;
   background: #ebebeb url("../images/top_adjunts.jpg") no-repeat top;
   width: 490px;
}

ul#enllassos {
   background: #ebebeb url("../images/top_enllassos.jpg") no-repeat top;   
}    

ul#compartir  {
   background: #ebebeb url("../images/top_compartir.jpg") no-repeat top;   
}

ul#adjunts h3,
ul#enllassos h3,
ul#compartir h3 {
   font-size: 14px;
   font-weight: bold;
   padding-left: 26px;
   padding-bottom: 15px;
}

ul#adjunts h3,
ul#enllassos h3,
ul#compartir h3{
  margin-bottom:0px;
  margin-top:0px;
}

ul#adjunts li,
ul#enllassos li,
ul#compartir li {
   font-size: 13px;
   background: #ebebeb url("../images/ico_doc.jpg") no-repeat top left;
   padding-left: 15px;
   margin-bottom: 5px;
   min-height: 15px;
   line-height: 1.2em;
}   

ul#compartir li {
   background: none;
   padding-left: 0;
}

ul#adjunts li a,
ul#enllassos li a,
ul#compartir li a {
   text-decoration: underline;
}

ul#adjunts li a:hover,
ul#enllassos li a:hover,
ul#compartir li a:hover {
   text-decoration: none;
}

span.canto_esq {
   position: absolute;
   background: #ebebeb url("../images/ul_canto_esq.jpg") no-repeat bottom left;   
   bottom: 0;
   left: 0;
   width: 4px;
   height: 4px;
}

span.canto_dret {
   position: absolute;
   background: #ebebeb url("../images/ul_canto_dret.jpg") no-repeat bottom right;   
   bottom: 0;
   right: 0;
   width: 4px;
   height: 4px;
   
}

/*------------------- 
Cercador
--------------------*/
#div_cercador {
  font-size: 12px;
	width: 730px;
	float: left;
	overflow: hidden;	
	padding: 0;
	margin: 0;
}

#menu_cerca {
	width: 718px;
	_width: 706px;
	padding: 12px;
	margin: 0;
	background-color: #ECECEC;
	border-bottom: 3px solid #FFF; 
	float: left;
	position: relative;
}

#menu_cerca h4 {
	color: #444444;	
	_font-size: 13px;
	*font-size: 13px;
}

#menu_cerca .data {
	float: left;
	margin-top: 8px;
	color: #444444;	
}

#menu_cerca .data label {
	float: left;
	position: relative;
	width: auto;
	margin-left: 18px;
	margin-top: 2px;
}

#menu_cerca .data input {
	border: 0;
	margin-left: 10px;
	padding-left: 3px;
	padding-top: 1px;
	width: 130px;
	height: 18px;	
}

#menu_cerca .data input.mots {
	width: 350px;
	height: 18px;
	margin-bottom: 19px;
	padding-left: 3px;
	padding-top: 1px;
	margin-left: 0;
}

#menu_cerca p.cercar {
	position: absolute;
	right: 30px;
	bottom: 12px;
	padding-left: 23px;
	height: 18px;
	background: url("../images/lupa_gris.jpg") left no-repeat;
	color: #f47600;	
	text-decoration: underline;
}

#menu_cerca p.cercar input {
        background-color: #ECECEC;
        border: none;
        cursor: pointer;
}

#menu_cerca p.cercar input:hover {
 	text-decoration: none;
}

#resultats_cerca {
	width: 718px;
	padding: 12px 0 0 12px;
	margin: 0;
	background-color: #ECECEC;
	border-bottom: 1px solid #666; 
	float: left;
}
#resultats_cerca h4 {
	font-weight: bold;
	_font-size: 13px;
	*font-size: 13px;	
}

#resultats_cerca ul {
	list-style-type: none;
  padding: 18px 0 0 0;
	margin: 0px;
	float: left;
}

#resultats_cerca li {
	float: left;
	padding: 4px 6px 4px 6px;
	background-color: #666; 
	margin-right: 2px;
	color: #FFF;
}

#resultats_cerca li a {
	color: #000;
	text-decoration: none;
}

#resultats_cerca li.off {
	background-color: #BBB;
	color: #FFF;
}

#resultats_cerca li.off a {
	background-color: #BBB;
	color: #FFF;
}

.resultat {
	margin: 30px 14px 30px 14px;
}

.resultat p.data {
	font-size: 13px;
	color: #F47600;
}

.resultat h4 {
	font-size: 15px;
	line-height: 18px;	
	color: #000;
}

.resultat p.text {
	color: #444444;
  font-size: 12px;
	line-height: 16px;		
}

.resultat p a {
  font-size: 12px;
	text-decoration: underline;	
}

.resultat p a:hover {
	text-decoration: none;	
}

p.noitems {
  margin: 20px 0 0 10px;
  float: left;
}

/*------------------- 
Bànners
--------------------*/
div.banner a img {
	border: 0px;
}

/*-- mòdul genèric --*/
.modul_generic {
        position:relative;
        width:233px;
        height:220px;
        padding-top:9px;
        border-top: 2px solid #E5E5E5;
        border-bottom: 2px solid #E5E5E5;
        background-color:#F3F3F2;
        margin-bottom: 17px;
		overflow:hidden;
}

.modul_generic h2 {
        font: 16px "Trebuchet MS", sans-serif;
        font-weight:bold;
        padding:0 0 18px 10px;
}

.modul_generic .mg_noticies p {
        padding-left:20px;
        margin-left:10px;
        margin-bottom:15px;
        margin-right:10px;
        background: url("../images/fletxa_gris.gif") no-repeat top left;
        font-family: "Verdana", sans-serif;
        font-size: 1.1em;
}

.modul_generic .mg_noticies p a{

        text-decoration:none;
}

.modul_generic .mg_noticies p a:hover {
        text-decoration:underline;
}

/*-- columna principal --*/
#col_principal {
        font: 1.3em/1.6em Verdana, sans-serif ;
        float:left;
        width:584px;
        margin-top:8px;
        margin-bottom:15px;
}

#col_principal a:hover, #col_principal_llarga a:hover {
  text-decoration:underline;
}

#col_principal p {
        padding-bottom:1em;
        line-height: 16px;
}

#col_principal ul {
        margin-top: 0;
        margin-bottom: 0;
}

#col_principal li{
        padding-bottom:0.9em;
}

#col_principal img{
        padding: 1em 0 1em 0;
}

#col_principal_llarga {
        font: 1.3em/1.6em Verdana, sans-serif ;
        float:left;
        width:730px;
        margin-top:8px;
        margin-bottom:4px;
}

#col_principal_llarga p {
        padding-bottom:1em;
        line-height: 16px;
}

#col_principal_llarga ul {
        margin-top: 0;
        margin-bottom: 0;
}

#col_principal_llarga li{
        padding-bottom:0.9em;
}

#col_principal_llarga img{
        padding: 1em 0 1em 0;
}

/*-- columna auxiliar esquerra --*/
#col_auxiliar {
        float:left;
        width:130px;
        height:auto;
        margin-top:12px;
        margin-right:15px;
        overflow:hidden;
        border-top: 1px solid #C1C1C1;
}

#col_auxiliar p{
        font: 1.2em "Trebuchet MS", sans-serif;
        color: #7B7B7B;
        padding:6px;

        border-bottom: 1px solid #C1C1C1;
}

#col_auxiliar span {
        padding-left: 0.1em;
}

#col_auxiliar p a {
        color: #7B7B7B;
        text-decoration: none;
}

#col_auxiliar p a:hover {
        color: #7B7B7B;
        text-decoration: underline;
}

/* Mapa web */

#contenidor2 {
        font: 1.4em "Trebuchet MS", sans-serif;
        float:left;
        width:730px;
        margin-top:8px;
        color: #7B7B7B;
}

#contenidor2 p {
        padding-bottom:1em;
}

#contenidor2 ul {
        list-style-type: none;
        margin:0;
        padding-left:5px;
        font-weight: bold;
}

#contenidor2 ul ul {
        list-style-type: none;
        margin:0;
        padding-left:2px;
        font-weight: normal;
}

.fletxa {
        background-image:url(../images/ico_fletxa.jpg);
        background-position:0px -30px;
        background-repeat:no-repeat;
        clear:both;
        padding:4px 0px 4px 14px;
}
.subfletxa {
        background-image:url(../images/ico_sub_fletxa.jpg);
        background-position:0px 9px;
        background-repeat:no-repeat;
        clear:both;
        padding:4px 0px 4px 14px;
}

#contenidor2 li{
        padding-bottom:0.2em;
        color: #000;
}

#contenidor2 li a {
        padding-bottom:0.5em;
        text-decoration:none;
        color: #000;
}

#contenidor2 li a:hover {
        padding-bottom:0.5em;
        text-decoration:underline;
        color: #000;
}

.left {
  float: left;
}

/*--- Paginador & botons ---*/ 

/*-- Botons --*/
.boto {
	background: transparent url("../images/boto.jpg") no-repeat scroll right top;
	bottom: 12px;
	height: 20px;
	line-height: 19px;
	position: absolute;
	right: 12px;
	text-align: center;
	width: 85px;
}

/*-- botó esquerre paginador --*/
.boto_esquerre {
	position: absolute;
	bottom: 4px;
	left: 5px;
	width: 85px;
	height: 20px;
	background: url("../images/boto.jpg") no-repeat top right;
	text-align: center;	
	line-height: 19px;
}

/* botó dret paginador */
.boto_dret {
	position:absolute;
	bottom:4px;
	right:5px;
	width:85px;
	height:20px;
	background:url("../images/boto.jpg") no-repeat top right;

	text-align:center;	
	line-height:19px;
}

.boto_dret a {
	color: #2b9704;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	text-decoration: none;
}

#paginador {
	position:relative;
	height: 28px;
	width: 729px;
	background-color: #ececec;
	overflow: hidden;
	float: left;
	clear: both;
}


#paginador p {
	text-align: center;
	font-size: 12px;		
	line-height: 2.3em;			
	color: #556170;
}


.boto_esquerre a, .boto_dret a, .boto a, .boto_llarg a {
	color: #333333;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	text-decoration: none;
}

.boto_llarg {
	position: absolute;
	bottom: 4px;
	left: 5px;
	width: 150px;
	height: 20px;
	background: url("../images/boto_llarg.jpg") no-repeat top right;
	text-align: center;	
	line-height: 19px;
}

/*-----------------
Formularis
------------------*/
/* FORMULARI */

div.formulari {
	width: 704px;
	padding: 18px 12px 12px 14px;
	background-color: #ededed;	
	float: left;
	margin-bottom: 2px; 
	overflow: hidden;
	font-size: 13px;
}

div.formulari h4 {
	font-size: 13px;
	margin: 13px 0 40px 0;	
}

div.formulari p.f_text {
	line-height: 1.1em;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;	
}

fieldset h6 {
	font-size: 13px;	
	font-weight: bold;
	padding-bottom: 1em;
	color: #444444;
	margin-top: 7px;
}

fieldset p {
	line-height: 1.2em;
}

div.f_element {
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
}

div.f_element .col1 {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 0px;
	text-align: right;
	font-size: 13px;				
}

div.f_element .col2 {
	position: relative;
	padding-left: 126px;
	overflow: hidden;
	height: 1%;
	width: 70%;
}

div.f_element .col2 input {
	float: left;
	height: auto;
}

div.f_element .col2 label {
	width: auto;
}

div.f_element .col2 p {
	display: block;
	line-height: 1.2em;
	margin-bottom: 1em;
}


fieldset label {
	position: relative;
	float: left;
	margin-right: 25px;
	width: 100px;
	text-align: right;
	color: #444444;
	line-height: 1.2em;	
}

fieldset select {
	position: relative;
	border: 0px;
	padding: 0.14em; 
	background-color: #FFF;
}

div.f_element textarea {
	position: relative;
	border: 1px solid #bbbbbb;
	height: 7.5em;
	width: 500px;
	padding: 0.15em; 
}

div.f_element input.checkbox {
   border: 0;
}

div.f_element input {
	position: relative;
	border: 1px solid #bbbbbb;
	height: 1.4em;
	padding: 0.15em; 
}

div.f_element input.nom {
	width: 17em;
}

div.f_element input.llarg {
	width: 25em;
}

div.f_element input.num {
	width: 4em;
}

div.f_element input.pis {
	width: 7em;
}

div.f_element input.cp {
	width: 9em;
}

div.f_element input.tel {
	width: 12em;
}

div.f_element input.arxiu {
	height: auto;
}

form input.submit {
   float: right;
   background: url("../images/fons_boto.jpg") repeat-x top left;
   color: #FFF;
   height: 25px;
   font-weight: bold;
   padding-right: 15px;
   padding-left: 15px;   
   padding-bottom: 3px;
   margin-top: 15px;
   border: 0;
   cursor: pointer;
}

p span.obligatori {
   float: left;
   padding-top: 5px;
}

span.obligatori {
   color: #f42121;
}

/* Captcha */
  
#simple_captcha {  
  background-color: #d4d4d4;
  height: 1%;
  padding: 6px;
  overflow: hidden;
  position: relative;
  width: 85%;
}

#simple_captcha .simple_captcha_field,
#simple_captcha .simple_captcha_image{
	margin: 0px 0px 2px 0px !important;
	padding: 0px !important;
	position: relative;
	float: left;	
}

#simple_captcha .simple_captcha_image img{
  margin: 0px;
  padding: 0px;
/*  width: 110px !important; */
  margin-right: 6px;
  border: 1px solid #BBBBBB;
  width: 144px;
  height: 53px;
}

#simple_captcha .simple_captcha_label{
  font-size: 12px;
}

#simple_captcha p {
	margin-bottom: 0.2em;
}

#simple_captcha input{
   position: absolute;
   bottom: 8px;
   left: 159px;
	width: 225px !important;
	font-size: 13px;
	padding: 3px 6px 4px;
	.padding: 5px 6px 1px;
}

#feedback_error {
background-color:#d70000;
border:1px solid #B7393D;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
margin:10px 0px;
padding:8px;
}

div.fieldWithErrors input,
div.fieldWithErrors select
{
    padding: 1px;
    border: 1px solid red;
    display: table;
}

#errorExplanation h2 {
color:#D70000;
font-size:13px;
font-weight:bold;
margin:-10px -2px 7px;
padding:10px 5px 5px 2px;
text-align:left;
}


#errorExplanation {
background-color:#FFD3D3;
margin:10px 0px;
padding: 0 10px 10px;
}

#errorExplanation p {
    color: #333;
    margin: 5px 0px;
    font-size: 12px;
}

#errorExplanation ul li {
    font-size: 12px;
    line-height: 1.3em;
    color: #333;
    list-style: disc;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

p.successful {
  margin-bottom: 5px;
}
p.successful a {
  font-weight: bold;
}

#video-gallery {
  width: 730px; 
  height: 512px;
  margin-bottom: 10px;
  background-color: #343434;
}

p.error_message {
  font-size: 14px;
  color: #60615f;
  line-height: 18px;
}

/*---------------- 
Altres 
-----------------*/
ul#llistat_videos div.info:after,
#fitxa_video:after,
.galeria .container ul:after,
.noticia img { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#contingut #bloc_principal ul.televisions{
	margin-top: 10px;
}

#contingut #bloc_principal ul.televisions li a {
	margin-top: 10px;
	font-size:14px;
	font-weight:bold;
}

ul.televisions span{
	font-size:12px;
}

/*---------------------
  Modul - Streaming
----------------------*/

div#modul-streaming{
  background-color:#222222;
  border:1px solid #797979;
  color:#FFFFFF;
  position:relative;
  width:683px;
  margin: 0 auto 15px auto;
}

div#cap-streaming {
  position: relative;
}

div#cap-streaming h2{
  background:transparent url(../images/cap-streaming.gif) no-repeat top center;
  color:#FFFFFF;
  font-size:1.5em;
  height:20px;
  margin-top:0.5em;
  padding-top:0.5em;
  position:relative;
  text-align:center;
  width:685px;
  margin: auto;
}

div#modul-streaming .box-video{
  margin:20px auto;
}

div#modul-streaming .box-video img {
  border:medium none;
}

div#modul-streaming .sinopsi {
  color:#E7E7E7;
  font-size:14px;
  margin:0 auto 20px;
  text-align:justify;
  width: 608px;
}

div#modul-streaming .sinopsi p {
  	font-size:14px;
}

div#cap-streaming .ico-novafinestra{
  	margin:3px 0;
  	position:absolute;
  	z-index:100;
	top: 0px; 
	right: 30px;
}

