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

/* informació quan no hi ha cap anunci, etc... */
#anunci_info {
	padding: 10px 0px 30px 0px;
}
#anunci_info #titol {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
	font-size: 20px;
	padding-bottom: 15px;
}
#anunci_info #descrip {

}

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

#anunci p {
	margin: 0; padding: 0;
}
#anunci #titol_gran {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
	text-align: left;
	padding: 0 0 20px 0;
	font-size: 28px;
	line-height: normal;
}

#anunci #imatge {
	position: relative;
	float: left;
	display: block;
}
#anunci #imatge img {
    border: 3px solid black;
}

#anunci #dades_llarg, #anunci #dades {
	padding: 0 0 5px 0;
	display: block;
}
#anunci #dades {
    position: relative;
	float: left;
	width: 45%;
	margin-left: 15px;
}
#anunci #data {
    color: maroon;
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
    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 {
	padding: 20px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	clear: justify;
}
#anunci .resalta {
	font-weight: bold;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
}

/* caixa i capçal dels llistat d'anuncis */
#llistat {
	clear: left;
	padding: 20px 0 20px 0;
}
#llistat #titol_capsal {
	margin: 20px 0 20px 0;
	background-image: url(../grafics/separador_serp_2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 67px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	color: #725123;
}
#llistat #portada_titol_apartat {
	margin-top: 20px;
}

/* paginació */
#paginador {
	position: relative;
	margin: 20px auto 20px auto;
	width: 590px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
	background-image: url('../grafics/ico_llibreta.gif');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 0 10px 30px;
}
#paginador strong {
    font-size: 18px;
}
#paginador a {
	text-decoration: none;
}

/* cada element del llistat  de cursos */

#anunci_llistat {
	margin-bottom: 10px;
	/*text-align: justify;*/
	clear: left;
}
#anunci_llistat p {
	margin: 0; padding: 0;
}
#anunci_llistat #titol {
	position: relative;
	width: 580px;
	text-align: left;
	margin-bottom: 10px;
	line-height: normal;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
#anunci_llistat #titol a:link, #anunci_llistat #titol a:visited {
	color: maroon;
	padding: 4px;
	text-decoration: none;
	display: block;
	background-color: none;
}
#anunci_llistat #titol a:hover {
	color: white;
	background-color: #FD2A1F;
}

#anunci_llistat #dades_llarg, #anunci_llistat #dades {
	padding: 0px 20px 0px 30px;
	font-size: 10px;
	color: #725123;
}
#anunci_llistat #dades {
	float: left;
	width: 65%;
	padding: 0 0 0 10px;
}
#anunci_llistat #imatge {
	position: relative;
	padding: 0 10px 5px 30px;
	margin: 0;
	float: left;
}
#anunci_llistat #imatge img {
    border: 3px solid black;
}

#anunci_llistat #data {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 10px;
    margin: -5px 0 10px 30px;
	color: maroon;
}
#anunci_llistat #tipus {
	font-size: 10px;
	margin-bottom: 10px;
}
#anunci_llistat #sinopsi {
	font-size: 12px;
	color: black;
}
#anunci_llistat .resalta {
	font-weight: bold;
}

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

/* Agenda i Notícies */

#llistat_agenda, #llistat_noticies, #llistat_faq, #llistat_links {
	width: 620px;
	margin: 0 auto 0 auto;
}

#llistat_faq #llistat, #llistat_links #llistat {
	padding-top: 0;
}
#llistat_faq #titol_sec {
    font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 24px;
    padding: 10px 0 15px 0;
}
#llistat_faq #titol_sec img {
	vertical-align: middle;
}
#llistat_faq #anunci_llistat #titol {
	margin-left: 20px;
}
#llistat_links #titol {
	width: auto;
}
#llistat_links #titol a {
	/*width: 80%;*/
}

#llistat_faq #anunci_llistat #dades {
	float: none;
	padding-left: 50px;
	font-size: 12px;
	width: 85%;
}

#anunci_llistat #titol {
	padding-left: 26px;
    background-image: url(../grafics/ico_guspira.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#llistat_agenda #anunci_llistat #sinopsi {
	margin-top: 10px;
}

/* ## Portada ## */

#portada #llistat #titol_capsal {
	background-image: none;
}

#portada #agenda_top, #portada #agenda_mig, #portada #agenda_inf {
	position: relative;
	width: 484px;
}
#portada #agenda_top {
	height: 80px;
	background-image: url(../grafics/fons_agenda_portada_sup.gif);
}
#portada #agenda_mig {
	padding: 0 20px 0 10px;
	width: 454px;
    background-image: url(../grafics/fons_agenda_portada_mig.gif);
}
#portada #agenda_inf {
	height: 52px;
    background-image: url(../grafics/fons_agenda_portada_inf_2.gif);
    margin-bottom: 10px;
}

#portada #llistat_agenda, #portada #llistat_noticies {
	width:  400px;
	margin: 0 auto 0 auto;
}
#portada #llistat_agenda #titol, #portada #llistat_noticies #titol {
	width: 370px;
}
#portada #llistat_agenda #anunci_llistat, #portada #llistat_noticies #anunci_llistat {
	padding-right: 0;
	width: 400px;
}
#portada #llistat_agenda #dades, #portada #llistat_noticies #dades {
    width: 235px;
    margin: 0;
}
#portada #llistat_agenda #dades_llarg, #portada #llistat_noticies #dades_llarg {
    padding: 0 0 0 30px;
}

#portada #agenda_mig #links_finals {
	padding-left: 30px;
}
#portada #agenda_mig #links_finals a:hover {
	color: red;
}

