/*** BLOC DE LA DRETA i BLOC CENTRAL ***/

.blocdreta {

	float: right; 
  width : 169px;
  padding:0px;
}

.bloccentral { 
  width:596px;
  text-align:justify;
  padding:0px;
  float:left;
}



/*** AGENDA ***/


.agenda {     
  margin-bottom: 20px;
  border-bottom: 2px #002469 solid;	
  
}

.agenda a{
	text-decoration:none;
	display: block;
	color:#000;	
}


.agenda h3{ 
  border: 0px;
  margin: 0px;
  background-color: #002469;
  color: #fff;
  display: block;

}

.agenda h3 a{ 

  border: 0px;
  margin: 0px;
  padding: 5px 3px 5px 10px;
  display: block;
  text-decoration:none;
  color: #fff;
}

.agenda h3 a:hover {
	background-color:#4C6596;	
}

.agenda .mesany{
	border: 0px;
	padding: 2px 3px 3px 5px;
	background-color:#4064a9;
	color:#FFFFFF;
	margin:0;
	border-top: 1px #fff solid;
	position: relative;
	display: block;
	text-align:right;
	 
}
.agenda .bloc {

	border: 0px;
	padding: 0px;
	background-color:#D9DFE9;
	margin:0;
	position: relative;
	border:0px;
	border-top: 1px #4064a9 solid;
	cursor: pointer;	
	display: block; 
	
	
}

.agenda .bloc a:hover  {
	background-color:#ADB9CF;
	
	cursor: pointer;
}

.agenda .data {
	margin:0;
	display: block; 
	color:#fff; 
	background-color: #4064a9;
	position: absolute; 	
	top: 5px; 
	left: 3px;
	width: 50px;	
	text-align:center;
	cursor: pointer;	
	
}

.agenda .mes {
	
	padding-bottom: 1px;
	padding-top: 2px; 
	font-size: 9px;
}

.agenda .dia {
	font-weight: bold;
	padding-bottom: 1px;
	font-size: 13px;
}

.agenda .hora {
	color:#002469; 
	background: #80a4e9;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-bottom: 1px;
	font-size: 9px;
}

.agenda .titol {

	font-size:11px; 
	font-weight:700;
	width : 110px;
	padding-left:57px; 
	padding-top: 5px; 
	cursor: pointer;
}

.agenda .lloc {
	font-size:10px;
	width : 110px;
	padding-left:57px; 
	padding-top: 5px; 
	cursor: pointer;

}
.agenda .res {
	height: 20px;
}

.agenda .text1 {

	font-size:11px; 
	font-weight:700;
	width : 160px;
	padding-left:5px; 
	padding-top: 5px; 

}

.agenda .text2 {
	font-size:10px;
	width : 160px;
	padding-left:5px; 
	padding-top: 5px; 

}

.agenda .frase {
	padding-bottom: 10px;
	padding-left:10px;
	padding-top: 5px;
	background-color:#D9DFE9;
	font-size:12px;

	
}



/*** NOTÍCIES ***/


.noticies {
	margin: 0px;
	display:block;
}

.noticies h2 {
	margin-top:30px;
	margin-bottom:10px;

	display:block;
	cursor:pointer;	
}

.noticies h2 a{
	text-decoration:none;
	display:block;
	color:#002469;

}

.noticies h2 a:hover{
	background-color:#D9DFE9;
}

.noticies .bloc {
  display: block;
  vertical-align: top; 
  position:relative;
  margin-bottom:20px;
 
}

.noticies .bloc a:hover {
	background-color:#D9DFE9;
	cursor:pointer;
}

	
.noticies .bloc a{
	position: relative;
	text-decoration:none;
	color:#000000;
	display:block;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
}

/*
.noticies .imatgeNoticia { 
 
  float:               right;
  border-left:        10px;
  margin-bottom:       0.3em;
  position:            relative;
}
*/
.noticies a .titol {
  text-decoration:none;
}
.noticies .bloc .titol {
margin-bottom:3px;
}

.noticies .titol a {
  
  color:#ffffff;
  background-color:#4064a9;
  text-decoration:none;
}

.noticies .titol a:hover{
	background-color:#002469;
	text-decoration:none;
}

.noticies .datanoticia {  
  font-size:10px;
  color:#ffffff; 
}

	
.noticies .descripcio{
	font-size:11px;
}



.noticies .barra_final {
  display:              block;
  clear:                both;
  overflow:             hidden;
  width:                100%;
  height:               0.1ex;
}











