/*-- CSS per als articles --*/

#article {
	position: relative;
	width: 535px;
    float: left;
	margin-top: 5px;
	color: #007bb7;
	overflow: hidden;
}

#article #imatge {
	position: relative;
	float: left;
	width: 250px;
	height: 190px;
	overflow: hidden;
	margin-top: 5px;
}
#article #imatge #peu {
	margin-top: 2px;
	font-size: 10px;
}

#article #dades {
    position: relative;
	float: right;
	width: 260px;
}
#article #titol {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
}

#article #apartat, #article #autor {
	color: #808080;
	font-size: 10px;
	padding-left: 2px;
}
#article #apartat {
	padding-bottom: 2px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 2px;
}
#article #apartat a, #article #autor a {
	color: #505050;
}
#article #apartat a:hover, #article #autor a:hover {
	color: #a0a0a0;
}

#article #autor {
	margin-bottom: 10px;
}

#article #sinopsi {
	font-size: 14px;
	letter-spacing: 0;
	margin-bottom: 10px;
}

#article #document {
    margin: 20px auto 10px auto;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 140%;
}
#article #document p {
	margin: 0;
	padding: 5px 0 5px 0;
	text-indent: 40px;
}
#article #document a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#article #document a:hover {
	color: #909090;
}
#article #document .titol {
    padding: 15px 0 10px 0;
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
	line-height: 100%;
}
#article #document .comentari {
	margin: 10px auto 10px auto;
	padding: 10px;
	width: 90%;
	background-color: #f5f5f5;
	font-size: 100%;
}
#article #document .foto {
    padding: 10px;
}
#article #document .peufoto {
    margin: 2px auto 10px auto;
	font-size: 80%;
	font-style: italic;
}
#article ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-type: none;
}
#article li {

}
#article #tanca {
	width: 75%;
	margin: 20px auto 20px auto;
	border-top: 1px solid #e0e0e0;
	padding-top: 5px;
}
#article #titol_apartat {
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #a0a0a0;
}
#article #relacionats li {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px;
	letter-spacing: 0px;
}
#article #relacionats .doc {
	margin-left: 40px;
	list-style-image: url('../grafics/ico_full.gif');
}
#article #relacionats .link {
	margin-left: 40px;
	list-style-image: url('../grafics/ico_link.gif');
}
#article #relacionats li .sinopsi {
	font-size: 12px;
	letter-spacing: 0;
}
#article #relacionats a {
	color: #505050;
}
#article #relacionats a:hover {
	color: #a0a0a0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#llista_articles {
    position: relative;
    width: 535px;
    overflow: hidden;
    margin-top: 10px;
}
#llista_articles a {
    color: #007bb7;
}
#llista_articles a:hover {
    color: black;
}

#llista_articles .article_dos {
    position: relative;
    float: left;
    width: 230px;
    /*height: 180px;*/
    background: white;
    padding: 10px;
    color: #007bb7;
    margin-top: 15px;
    overflow: hidden;
}
#llista_articles .dreta {
    float: right;
    clear: right;
}
#llista_articles .article_dos .titol {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
    margin-bottom: 10px;
}

#llista_articles .article_dos .sinopsi {
	font-size: 12px;
    text-align: justify;
}

/* destacat: */

#llista_articles #destacat {
    position: relative;
    width: 535px;
    color: #007bb7;
    margin-top: 5px;
    
}

#llista_articles #destacat .imatge {
    position: relative;
    float: left;
    width: 250px;
    height: 190px;
    overflow: hidden;
}
#llista_articles #destacat .imatge .titolet {
	font-family: verdana;
	margin-bottom: 4px;
	font-size: 9px;
}
#llista_articles #destacat .imatge .titolet a {
    color: #76c7de;
}
#llista_articles #destacat .imatge .titolet a:hover {
    color: #1582bb;
}

#llista_articles #destacat #titular {
    position: relative;
    float: right;
    width: 250px;
    background: url(../grafics/fons_cuadrets.gif) 0 0 repeat-x;
    padding-top: 15px;
    margin-bottom: 10px;
}
#llista_articles #destacat #titular #titol {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}

#llista_articles #sinopsi {
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 0;
	text-align: justify;
}

#llista_articles .peu {
	margin-top: 2px;
	font-size: 9px;
}

#llista_articles .sub {
	width: 100%;
	margin-top: 5px;
	text-align: right;
	letter-spacing: 0;
}
#llista_articles .ref {
	position: relative;
    font-size: 10px;
    color: #b0b0b0;
    margin-bottom: 4px;
}

#llista_articles .llista_article_simple {
    position: relative;
    width: 535px;
}
#llista_articles .llista_article_simple .titol {
    font-size: 16px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* paginació */
#paginador {
	width: 530px;
	margin: 20px auto 20px auto;
	font-size: 12px;
	/*text-align: right;*/
	background-image: url(../grafics/ico_llibreta.gif);
	background-repeat: no-repeat;
    background-position: middle left;
    padding: 8px 0 8px 34px;
}
#paginador strong {
    padding: 2px 4px;
	background: #b7ddf0;
	color: white;
}
#paginador a {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 6px;
	background: #007bb7;
	color: white;
}
#paginador a:hover {
    background-color: black;
    color: white;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#navegador {
	position: relative;
	width: 525px;
	margin: 10px 0 0 0;
	border-top: 1px solid #f0f0f0;
	padding: 5px;
	font-size: 11px;
	letter-spacing: 0px;
	background: white;
}
#navegador #esq {
    position: relative;
	float: left;
	margin-right: 10px;
}
#navegador img {
	vertical-align: top;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#article #paginador {
 	background-image: url(../grafics/ico_llibret.jpg);
 	background-position: bottom left;
	padding: 0 0 0 25px;
	width: 575px;
	text-align: left;
	letter-spacing: 0;
	font-size: 11px;
}
#article #paginador a {
	font-size: 12px;
}

#article .pag_dalt {
    margin: 0;
    border-top: 1px solid #f0f0f0;
 	border-bottom: 1px solid #f0f0f0;
}
#article .pag_baix {
    margin: 0 0 -8px 0;
    border-top: 1px solid #f0f0f0;
}

#autors #llista_articles {
	margin-top: 20px;
}

