
.titulars {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4F3F05;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    padding-left: 5px;
    line-height: 20px;
}
.apartat {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: bold;
    color: #4F3F05;
    padding-top: 5px;
    padding-bottom: 15px;
}
.text {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-align: justify;
}

.titolnoticia {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #4F3F05;
}

/* Estils Jordi*/

/* MENÚ */
.menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4F3F05;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
}

/* Apartat FOTOS */
.rolloverTD {
    text-align: center;
}

#imatges img {
    border: 1px solid #4F3F05;
    /*float: left;*/
    margin: 5px;
}
*html #imatges img {
    border: 1px solid #4F3F05;
    /*float: left;*/
    margin: 0;
}
a:hover img {
    background: #4F3F05;
}

/* Apartat Actualitat */
.linia {
    margin-left: 5px;
    margin-right: 5px;
}

div.avis {  /* Aspecte del contenidor de l'avis */
  margin-left: 5px;
  margin-right: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

div.avis a { /* Aspecte de l'avis */
  display: block;
  color: #F00;
  background: #F1C701;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  width: 100%;
}

div.avis a:hover {  /* Efecte rollover de l'avis */
  background: #FDE56B;
  color: #F00;
}

/* Estils comuns  */
.noticia {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}

.noticia p {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 0;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}

.titulars a:link, .titulars a:visited, .titulars a:active {
    text-decoration: none;
    cursor: pointer;
}

.titulars a:hover {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.text a:link, .text a:visited, .titulars a:active {
    text-decoration: none;
    font-weight: bold;
}

.text a:hover {
    text-decoration: underline;
    font-weight: bold;
}

/* BANNERS */
a.banners object {
    margin-top: 7px;
    margin-bottom: 7px; 
    border: 0;   
}
a.banners img {
    margin-top: 7px;
    margin-bottom: 7px;
    border: 0;
}

/* ACTUALITAT CLASSIFICACIO DE NOTICIES*/
.bloc_noticies { width: 330px; height: 330px; float: left; overflow: hidden; border: 1px solid #a2a3a5; padding: 0; margin: 0; background: #FFF; }
.bloc_noticies .top { width: 330px; height: 75px; }

.puntero { margin-top: 7px; padding: 0; }
.conjunto_noticia { float: left; width: 315px; padding: 0; margin: 0; /*border: 1px solid red;*/}

.noticia_titol {font-family: Arial;margin: 0; padding: 0;  font-size:12px; font-weight: bold; padding-top:3px; padding-bottom:3px;}
.noticia_data  {font-family: Arial;margin: 0; padding: 0; font-size:12px; }
.noticia_cos   {font-family: Arial;margin: 0; padding: 0; font-size: 11px; }
.noticia_mas { color: #707070; }
.link_inferior { text-align: center; margin-top: 10px; }
.link_inferior a { font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
.link_inferior a:hover { text-decoration: underline; }

