/* fixed width layout */
html, body {
    margin:0;
    padding:0;
    font-family: verdana, helvetica, sans-serif;
}

img {
    border: 0;
}

/* basic layout */
#header {
  position: relative;
  margin: 0;
}

#menuppal {
    display:none;	
}

#colwrapper {
    position: relative;
    width: 960px;
    background: white;
    margin: 5px 0 0 20px;
    overflow: hidden;
    _display: inline-block;
}

#leftcontent {
  display:none;
}
	
#centercontent {
  margin-left: 0;
  margin-right:0;
}

#rightcontent {
  display:none;
}

/* header elements */
h1 {
  position: relative;
  top:0;
  left:0;
  margin:0;
  background: none;
  font-size: 20px;
  padding-bottom:5px;
  border-bottom: 2px solid black;
}

h3, h4 {
    font-size: 20px;
    letter-spacing:-0.3px;
    font-weight: normal;
    line-height: 24px;
    color: #2260A9;
    margin: 10px 0 0;
}

span.h3petit {
    font-size: 14px;
}

h4 {
    font-size: 16px;
    margin: 30px 0 10px;
}

h3.noticia {
    font-size: 14px;
	line-height: 16px;
}

h4#nomActivitat {
    margin-top: -12px;
    background: white url(../img/triangulo_MouseDown.png) no-repeat left 7px;
    padding-left: 16px;
}

h4.noticiaH4, h4.deixarComentari {
    color: orange;
    display:none;
}

h4.noticiaH4 {
    margin-top: 32px;
    margin-bottom: 0;
}

.newsRow ul {
   list-style-type: none;
}


/* center column elements */
hr {
  margin: 0 0 5px 0;
  border: 0;
  color: #2260A9;
  background-color: #2260A9;
  height: 2px;
  width: auto;
  //width: 100%;
}

/* news */
.newsRow, .memoRow {
   /*clear: left;*/
   /*margin-bottom: 10px;*/
   overflow: hidden;
   _display: inline-box;
   border: 1px 0 solid black;
}
.twoCol, .threeCol, .fourCol,.sixCol {
   float: left;
   margin-right: 20px;
   min-height: 100px;
   /*background: red;*/
   /* for IE */
   /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";*/
/* IE8 first!*/
   /*filter: alpha(opacity=45);*/ /* second!*/
   /* CSS3 standard */
   /*opacity:0.45;*/
   margin-bottom: 32px;
   border-top: 2px solid #2260A9;
}

.threeColNoborder {
   float: left;
   margin-right: 20px;
   min-height: 100px;
   margin-bottom: 32px;
   width: 220px;
}

.twoCol {
   width: 140px;
}
.memoRow .twoCol {
    border-top: none;
    border-bottom: 2px solid #F3B800;
    text-align: center;
}
hr + .memoRow {
    margin-top: 32px;
}
span.memoAny {
    position:relative;
    top:-5px;
    margin-right: 15px;
}
.threeCol, .threeColSP {
   width: 220px;
}
.threeCol ul{
   list-style: none;
}
.threeCol li{
   margin-left: 30px;
}

.threeColNoborder ul{
   list-style: none;
}
.threeColNoborder li{
   margin-left: 30px;
}

.fourCol {
   width: 300px;
}
.sixCol {
   width: 460px;
}
/*
.right {
   margin-right: 0;
}
*/
.newsRow div + div {
   margin-right:0;
}
.memoRow div.last {
    margin-right:0;
}
.bigCol {
    min-height: 232px;	
}
.bannerRow {
    margin-top: -8px; 
    margin-bottom: 32px;
}

a {
    font-size: 12px;
    color:#2260A9;
    text-decoration: none;	
}

h4.opinio {
    background: url(../img/interrogacion.png) no-repeat top left;
    margin: 10px 0;
    padding-left: 20px;
}

ul.blocks li.lastitem {
    margin-right: 0;
}

a.fbox img {
    border:0;	
}

p.datetime, p.fontNoticia, p.numComments {
    font-size: 8px;
    color: #464646;	
}

p.datetime + a {
    position: relative;
    top: -10px;	
}

p.dataComentari {
    float: right;	
}

p.nomComentari {
    float: left;
    margin-bottom: 0;
}

p.numComments {
    float: right;	
}

p.fontNoticia {
    margin: 0;
}

p.fontNoticia + p {
    margin-top: 0;
}

img + p {
   margin-top:0; 
}

a.bullet {
     background: url(../img/bolitaFondoBlanco.png) no-repeat left center;
     padding-left: 16px;	
}

ul.bullet {
    list-style: disc outside url(../img/bolitaFondoBlanco.png);
    padding-top: 16px;
    padding-bottom: 16px;
}

p.autorTribuna {
    left:16px;
    position:relative;
    top:-23px;
}

.cospublicacions {
	clear: left;
    font: 11px/16px verdana, helvetica, sans-serif;
    color: #1b1b1b;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}

.cospublicacions ul {
    margin: 0;
    padding-left: 145px;
	margin-bottom: 10px;
}

.cospublicacions ol li {
    margin-bottom: 5px;
}

.apartatform {
    font: 11px/16px verdana, helvetica, sans-serif;
    color: #1b1b1b;
    float: left;
    width: 100%;
    background-color: #F3B800;
    margin-bottom: 10px;
}

.cosnoticia {
    font: 11px/16px verdana, helvetica, sans-serif;
    color: #1b1b1b;
    float: left;
	width: 100%;
}

.document {
    border-bottom: 2px solid #F3B800;
    margin-bottom:5px;
    padding-bottom:8px;
    overflow: hidden;
    _height:1%;
}

.linksDescarregar {
    float: right;
}

div.linksDescarregar a:first-child {
    position:relative;
    top:-5px;
}

div.linksDescarregar a.descarregaText { /* for IE */
    position:relative;
    top:-5px;
}

.cosnoticia hr {
    margin-top: 10px;
	/*margin-bottom: 30px;*/
}

.cosnoticia ul {
    margin: 0;
    padding-left: 15px;
}

.cosnoticia ol {
    margin: 0;
    margin-top: 15px;
    padding-left: 25px;
}

.cosnoticia ol li {
    margin-bottom: 10px;
}

.cosnoticia .ulRelacions {
    margin: 0 0 30px; /* top left-right bottom */
}

#menupeu {
  display:none;
}

/* formulari */
form {
    display:none;
}

#printContent {
	display:none;
}