/*-- CSS per a llistats de notícies, agenda, etc... --*/

/* informació quan no hi ha cap anunci, etc... */
#anunci_info {
	padding: 10px 0 100px 20px;
}
#anunci_info #titol {
	font-size: 14px;
	padding-bottom: 15px;
}
#anunci_info #descrip {

}

/* morfologia de l'anunci demanat */
#anunci {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 20px 5px 0 5px;
}

#anunci p {
	margin: 0; padding: 0;
}
#anunci #titol {
	text-align: left;
	padding: 10px 0 30px 0;
	font-size: 28px;
	line-height: normal;
	color: #1F1206;
}

#anunci #imatge {
	padding: 0 15px 10px 0;
	float: left;
	display: block;
}
#anunci #dades_llarg, #anunci #dades {
	padding: 0 5px 10px 5px;
	display: block;
}
#anunci #dades {
	float: left;
	width: 500px;
	color: #663A0F;
}
#anunci #data {
    color: white;
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    padding-bottom: 15px;
}
#anunci #tipus {

}
#anunci #sinopsi, #anunci #destacat {
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#anunci #descripcio {
	margin: 20px 0 10px 0;
	padding-top: 20px;
	border-top: 1px dotted #7B4A1C;
	font-size: 14px;
	text-align: justify;
	color: #392109;
	line-height: 18px;
}
#anunci .resalta {
	font-weight: bold;
}

/* caixa i capçal dels llistat d'anuncis */
#llistat {
	clear: left;
	padding: 40px 85px 30px 85px;
}
#llistat #titol_capsal {
	margin: 20px 0 20px 0;
	border-top: 2px solid #d2853a;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

/* paginació */
#paginador {
	position: relative;
	width: auto;
	margin: 5px auto;
	background: url(../grafics/ico_llibre.gif) left 5px no-repeat;
    padding: 5px 0 16px 60px;
	font-size: 14px;
	text-align: left;
	clear: left;
	overflow: hidden;
}
#paginador strong {
	font-size: 22px;

}
#paginador a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	background-color: #fdc48d;
	color: black;
}
#paginador a:hover {
    background-color: black;
    color: white;
}

/* cada element del llistat  de cursos */

#anunci_llistat {
	position: relative;
	width: auto;
	overflow: hidden;
	margin-bottom: 10px;
	text-align:justify;
	clear: left;
}
#anunci_llistat p {
	margin: 0; padding: 0;
}
#anunci_llistat #titol {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: normal;
	/*padding: 10px;*/
	
}
#anunci_llistat #titol a:link, #anunci_llistat #titol a:visited {
	padding: 4px 4px 4px 0;
	text-decoration: none;
	display: block;
}
#anunci_llistat #titol a:hover {
	color: maroon;
}

#anunci_llistat #dades_llarg, #anunci_llistat #dades {
	padding: 0px 20px 0px 20px;
}
#anunci_llistat #dades {
	float: left;
	width: 70%;
}
#anunci_llistat #imatge {
	margin: 0 10px 5px 0;
	float: left;
	/*clear: left;*/
}
#anunci_llistat #data {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    margin: 0 0 5px 0;
	color: white;
}
#anunci_llistat #tipus {

}
#anunci_llistat #sinopsi {
	color: #663A0F;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

/* ----- PROPIS: -----*/

#llistat_noticies {
  color: #533212;
}

#llistat #icona img {
	cursor: hand;
	border: 1px solid blue;
}

