/* Fitxer full d'estils: catmar.css. Catalunya Marista */

body { font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;}

/* Classes: definicions de tipus de lletres */
/* Plana inicial i detall */

.titol1 {font-size: 18pt; font-weight: bold}
.titol2 {font-size: 12pt; font-weight: bold}
.titol3 {font-size: 10pt; font-weight: bold}
.text {font-size: 10pt; font-weight: normal; text-align: justify; text-indent: 0em}
.autor {font-size: 10pt; font-weight: normal; text-align: right ; font-style: italic}
.data {font-size: 10pt; font-weight: normal; text-align: right ; color: #999999}
.peu {font-size: 7pt; font-weight: normal; color: #666666;}
.anterior {font-size: 10pt; font-weight: normal; color: #ffffff}
.tema1 {font-size: 21pt; font-weight: bold; text-transform: uppercase; text-align: right; color: #ffffff}
.tema2 {font-size: 16pt; font-weight: bold; text-transform: uppercase; text-align: right; color: #ffffff}

/* Classes: Llistats */
.data_llista {font-size: 10pt; font-weight: normal; text-align: left ; color: #ffffff; text-indent: 1em}
.titol_llista {font-size: 10pt; font-weight: normal; text-align: left ; color: #000000; text-indent: 3em}
.enllas_llista {font-size: 10pt; font-weight: normal; text-align: left ; color: #ffffff}

/* Classes: Gestió */
.enllas {font-size: 12pt; font-weight: bold; color: #75b8c9}
.veure {font-size: 10pt; font-weight: bold; color: #ffffff}

/* Pseudoclasses: definicions de l'aspecte dels enllaços */
a {text-decoration: underline; color: #000000}
a.peu:link {text-decoration: underline; color: #666666;}
a.peu:visited {text-decoration: underline; color: #666666;}
a.peu:hover {text-decoration: underline; color: #000000;}
a.anterior:link {text-decoration: none; color: #ffffff}
a.anterior:hover {text-decoration: underline; color: #ffffff}
a.anterior:visited {text-decoration: none; color: #cbe4eb}
a.text:link {text-decoration: none; color: #000000}
a.text:hover {text-decoration: underline; color: #000000}
a.text:visited {text-decoration: none; color: #666666}
a.titol_llista:link {text-decoration: none; color: #000000}
a.titol_llista:hover {text-decoration: underline; color: #000000}
a.titol_llista:visited {text-decoration: none; color: #666666}
a.enllas_llista:link {text-decoration: none; color: #ffffff}
a.enllas_llista:hover {text-decoration: underline; color: #cbe4eb}
a.enllas_llista:visited {text-decoration: none; color: #ffffff}
a.enllas:link {text-decoration: underline; color: #75b8c9}
a.enllas:hover {text-decoration: underline; color: #75b8c9}
a.enllas:visited {text-decoration: underline; color: #75b8c9}
a.veure:link {text-decoration: underline; color: #ffffff}
a.veure:hover {text-decoration: underline; color: #ffffff}
a.veure:visited {text-decoration: underline; color: #ffffff}

/* Menú RSS de champagnat.org*/
/* a.chanLink {font-size: 10pt; font-weight: normal; color: #ffff00} */
p.news {font-size: 8pt; font-weight: normal; color: #ffffff}
p.newsAlt {font-size: 8pt; font-weight: normal; color: #ffffff}
a.newsLink:link {font-size: 10pt; font-weight: normal; text-decoration: none; color: #ffffff}
a.newsLink:hover {font-size: 10pt; font-weight: normal; text-decoration: underline; color: #ffffff}
a.newsLink:visited {font-size: 10pt; font-weight: normal; text-decoration: none; color: #ffd07d}
a.newsLinkAlt:link {font-size: 10pt; font-weight: normal; text-decoration: none; color: #ffffff}
a.newsLinkAlt:hover {font-size: 10pt; font-weight: normal; text-decoration: underline; color: #ffffff}
a.newsLinkAlt:visited {font-size: 10pt; font-weight: normal; text-decoration: none; color: #ffd07d}

/* Col·locació de les fotos */
img.esquerra { float: left; margin: 5px 15px 5px 0px; }
img.dreta { float: right; margin: 5px 0px 5px 15px; }
img.centre { float: center; margin: 5px 15px 5px 15px; }

/* Ajust del text */
.pad5 {padding-left:5; padding-right:5}

/* final del full d'estils */