body{
	font-family:Arial, Helvetica, sans-serif;
	/* Mida base */
	font-size: 11px;
	background-color: #7CB236;
	text-align: center;
	color: #665643;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a:link, a:visited, a:hover, a:active{
	color: #7CB236;
	font-weight: normal;
	text-decoration: none;
}

a:active, a:hover{
	text-decoration: underline;
}

img {
	border: 0px solid #FFFFFF;
}

html, body, ul, li {
	padding: 0;
	margin: 0;
}

/*
-----------------------------
	Barra de la capçalera
-----------------------------
*/

/* Barra superior */
.barra_cap {
	color: #000;
	font-weight: bold;
	height: 65px; /* ie */
	min-height: 65px;
	width: 780px;
	float: left;
}
.barra_cap[class] {
	height: auto;
}

/* Contenidor del logo */
.barra_cap h1{
	float:left;
	margin:5px 0 0 20px;
	width: auto;
	display: inline; /* bIE */
}

/* enllaç del text h1 principal 'La web del Guillem' */
.barra_cap h1 a{
	display:block;
	margin:0;
	background: url(/imatges/logo.gif) top left no-repeat;
	height: 49px;
	width: 71px;
}

/* Ocultem el text i només veurem la imatge de fons */
.barra_cap h1 span {
	display: none;
}

/* Menú de navegació */
.barra_cap ul{
	float: left;
	list-style: none;
	margin: 35px 0px 0px 10px;
	padding: 0;
}

.barra_cap ul *, .barra_cap ul a, .barra_cap ul a:hover, .barra_cap ul a:visited, .barra_cap ul a:active {
	display: inline;
	color: #FFFFFF;
}

/* Contenidor del formulari i informació d'usuari */
.div_login {
	float: right;
	width: 191px;
	height: 65px;
	min-height: 65px;
	margin-right: 20px;
	background: scroll no-repeat top right url(/imatges/fons_login.gif);
}

/* Nom de l'usuari */
.div_login div {
	min-height: 20px;
	height: 20px; /* ie */
	width: 130px;
	float: right;
	margin: 23px 0 0 16px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
.div_login[class], .div_login[class] div {
	height: auto;
}

/* Formulari de login */
.div_login form {
	height: 23px;
	padding: 0;
	margin: 15px 0 0 60px;
}

.div_login form label span {
	display: none;
}

/* Links logat/no logat */
.div_login ul {
	float: right;
	width: 140px;
	list-style: none;
	margin: 3px 0 0 13px;
	padding: 0;
	text-align: center;
	display: inline;
}

.div_login ul *, .div_login ul a, .div_login ul a:hover, .div_login ul a:visited, .div_login ul a:active {
	display: inline;
	color: #000;
	font-size:10px;
}

.div_login .input {
	width: 61px;
	_width: 65px;
	height:11px;
	_height: 15px;
	font-size:10px;
	padding: 1px;
	border: 1px solid #7CB236;
	background: #ECECE4;
	margin:0 1px 0 0; 
}


/*
-----------------------------
	Fil d'Ariadna
-----------------------------
*/
.fil_ariadna {
	float: left;
	width: 625px;
	height: 20px;
	margin-left: 155px;
}

/* Fil d'ariadna */
.fil_ariadna ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:smaller;
}

.fil_ariadna ul ul {
	background: scroll no-repeat 5px 4px url(/imatges/gt.png);
	padding-left: 15px;
}

.fil_ariadna ul li {
	display: inline;
	list-style: none;
	margin: 0;
}


/*
-----------------------------
	Peu de pàgina
-----------------------------
*/
.barra_peu {
	margin-top:10px;
	float:left;
	width:780px;
	height: 40px;
	text-align: center;
}

/* Contenidor de la pàgina */
.contenidor_centrat {
	width: 780px;
	margin: auto;
	text-align: left;
}

.contenidor {
	float:left;
	width: 780px;
	text-align: left;
}

.pagina {
	float:left;
	width: 780px;
	text-align: left;
	background-color: #E4ECE4;
}
.pagina_interior {
	float:left;
	min-height: 500px;
	width: 780px;
}
.cantonades_pagina_sup {
	background: url(/imatges/vora_pagina_se.gif) top left no-repeat;
	height:15px;
}
.cantonades_pagina_sup div {
	background: url(/imatges/vora_pagina_sd.gif) top right no-repeat;
}
.cantonades_pagina_inf {
	background: url(/imatges/vora_pagina_ie.gif) bottom left no-repeat;
	height:15px;
	width: 780px;
	float:left;
}
.cantonades_pagina_inf div {
	height:15px;
	width: 15px;
	float:right;
	background: url(/imatges/vora_pagina_id.gif) bottom right no-repeat;
}

/*
-----------------------------
	Columna central
-----------------------------
*/
.columna_central {
	margin-left: 10px;
	border-top: 1px solid #7CB236;
	float:left;
		display: inline;	/* bIE */
	width: 490px; /* 10+120+5+10+490+(15)+120+10*/
}

.columna_central_doble {
	float:left;
		display: inline;	/* bIE */
	margin-left: 10px;
	width: 625px;
	border-top: 1px solid #7CB236;
}

/* Títols secundaris del contingut */
.columna_central h4 {
	background: transparent;
	text-align: left;
	padding: 0;
	margin: 0 0 5px 0;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
/*	border-bottom: 1px dotted #000000; */
}

/* Enllaços del contingut i del contenidor*/
.columna_central a, .columna_central a:active, .columna_central a:visited{
	background: transparent;
	color: #7CB236;
	text-decoration: none;
}
	/* hover */
.columna_central a:hover {
	background: transparent;
	color: #7CB236;
	text-decoration: underline;
/*	border-bottom: 1px dotted #CC9999; */
}

/* Paràgrafs */
.columna_central p{
	margin: 0px;
	padding: 0 0 5px 5px;
}



/*
-----------------------------
	Barra de menús
-----------------------------
*/
.menus_esquerra {
	float: left;
		display:inline; /* bIE */
	width: 120px;
	padding: 0;
	margin: 0 5px 0 10px;
}

.menus_dreta {
	float: right;
		display:inline; /* bIE */
	width: 120px;
	padding: 0;
	margin: 0 10px 0 0;
}

.columna_menus h4 {
	background: transparent;
	color: #220000;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #7CB236;
	margin: 10px 0px 6px 0px;
}

.columna_menus ul{
	display: block;
	list-style: none outside;
	margin: 0px;
	padding: 0px;
}
.columna_menus li {
	margin-bottom: 2px;
}

.columna_menus a, .columna_menus a:visited, .columna_menus a:active  {
	background: transparent;
	color: #7CB236;
	text-decoration: none;
	border-width: 0px;
}

.columna_menus a:hover {
	background: transparent;
	color: #000000;
	text-decoration: none;
}



/* Genèrics */

/* Quotes */
blockquote {
	padding: 0 10px 0 8px;
	margin-left: 10px;
	border-left: 1px solid #C0C0C0;
}

.imatge_flotant {
	float: left;
	margin: 0 5px 5px 0;
}

.columna_central .p_final {
	margin-bottom: 17px;
}

.no_visible, h2.no_visible, .no_visible *{
	display: none;
}

/* Títol de la secció */
h2 {
	float: left;
	width: 640px;
	height: 20px;
	margin: 0 0 0 140px;
	display:inline; /* bIE */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
}

/* Títols dels menús i columna central */
h3, .columna_central h2, .columna_central_doble h2 {
	margin: 10px 0 0 0;
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	
	/* Eliminar aquests quan s'hagin passat els h2 a h3 */
	text-transform: none;
	font-style: normal;
	width:auto;
	height:auto;
}















/*
------------------------------------------------------
		RESTA DE CSS ANTIC
------------------------------------------------------
*/

.comentari_literaria_cap{
	border-bottom: 1px solid #87C5B3;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
}

.comentari_literaria_text{
	border-bottom: 1px solid #D0EAD0;
	padding: 5px 5px 5px 10px;
	text-align: justify;
}


.SubTitolsLiteraria{
	color: #000000;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
}

.td0{
	background: #3A926A;
	color: #000000;
	font-weight: bold;
}

.td1{
	background: #D0EAD0;
	color: #000000;
}

.td2{
	background: #E4EDEE;
	color: #000000;
}

.TextLiteraria:first-letter{
	color: #87C5B3;
	font-size: 125%;
	font-weight: bolder;
	text-align: left;
}

/*
input, select, textarea{
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
*/

.llista, llista{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
