/*	------ estils CSS per a la web de "Mas de teret" -------------------------------------------------------- */

/* ----- elements comununs ---------------------------------------------------------------------------------- */

body { 
	background-color: #AEA186;
	background-image: url(es/imatges/franja_barra_nav.jpg);
	background-repeat: repeat-y;
	color:#3D382D;
	margin: 0px;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contenidor_general {
/*	height: 100%;
	min-height:100%;*/
}

p {
	font-size:13px;
	padding:0 15px 5px 10px;
	margin:0;
}

pre {      /* l'include de "noticias" obté aqui el mateix format que la resta de text */
	font-size:13px;
	padding:0 15px 5px 10px;
	margin:0;
}

img {
	margin:0;
	padding:0;
	border:0;
}

a {
	margin:0;
	padding:0;
	border:0;
}

a:link {
	color: #3D382D;
	font-weight: bold;
	margin:0;
	padding:0;
	border:0;
}

a:visited {
	color: #3D382D;
	font-weight: bold;
	margin:0;
	padding:0;
	border:0;
}

a:hover {
	color: #6A614E;
	font-weight: bold;
	margin:0;
	padding:0;
	border:0;
}

a:active {
	color: #6A614E;
	font-weight:bold;
	margin:0;
	padding:0;
	border:0;
}

h1 {
	font-size:16px;
	font-weight:bold;
	padding:0 15px 0 10px;
	margin: 0;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:0 15px 0 10px;
	margin: 0;
}



/*  ----- INTRODUCCIO o 1er APARTAT DE CADA PLANA ----------------------------------------------------------- */

#barra_opcions {
	position:absolute;
	left: 0px;
	top:0px;
	width:179px;
	float: left;
	z-index:5;
}

#barra_opcions_inici {
	position:absolute;
	left: 0px;
	top:0px;
	width:179px; 
	float: left;
	z-index:5;
	clear:right;
}

#capcalera {
	position:relative;
	margin:0 0 0 179px;
	border:0;
	padding:0;
	height:160px; 
	overflow:visible;
	background-repeat: no-repeat;
}

#capcalera_index {
	position:relative;
	margin:0 0 0 179px;
	border:0;
	padding:0;
	height:160px; 
	overflow:visible;
	background-repeat: no-repeat;
}

#introduccio {
	position:static;
	max-width:800px;	/* No funciona en IE, pero normalment no es navega amb finestres mes grans. Si algu ho veu malament, que canvii de navegador! */           
	min-width:571px;	/* No funciona en IE, pero normalment no es navega amb finestres mes petites. Si algu ho veu malament, que canvii de navegador! */  
	margin:0 0 0 179px;
	border:0;
	padding:0;
}

#introduccio_index {
	position:relative;
	top:0;
	left:0;
	/*width:710px;*/
	height:455px;
	overflow:visible;
	margin:0 0 0 179px;
	border:0;
	padding:0;
	background-image:url(es/imatges/fons_index.jpg);
	background-repeat:no-repeat;
}

#introduccio_index p {
	width:550px;
}


/*  ----- apartats separats de texte ------------------------------------------------------------------------- */

.capcalera_apartat {             /* les de la pagina d'hipica, p.ex  */
	clear:both;
	margin:25px 0 -10px 80px;
	background-repeat:no-repeat;

}

.volver_arriba {
	margin-left:-35px;
	clear:both;
}

.contingut {
	clear:both;  /*                fa que els blocs de contingut quedin per sota del menu lateral   */
	position:static;
	
	max-width:800px;	/* No funciona en IE, pero normalment no es navega amb finestres mes grans. Si algu ho veu malament, que canvii de navegador! */           
	min-width:571px;	/* No funciona en IE, pero normalment no es navega amb finestres mes petites. Si algu ho veu malament, que canvii de navegador! */  

	margin:0 0 0 179px;
/*	background-repeat:no-repeat;   en principi no hi haura fons als continguts   */
}

.foto_intercalada {
	position:static;
	clear:right;
}


.splash {
	float:right;
	margin: -15px -50px -15px -10px;
	overflow: hidden;
}

.splash_sobre {
	position:absolute;
	margin-left
}

/*  ----- llistes ----------------------------------------------------------------------------------------- */

ul {
	margin-top:2px;
	margin-bottom:5px;
}

li {
	margin-bottom:5px;
}


/*  ----- propietats taules i elements de les taules ------------------------------------------------------ */

table {
}

table p {
	margin:0;
	border:0;
	padding:0 10px 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#10300C;
	text-align:left;
}

table h1{
	margin:0;
	border:0;
	padding:0 10px 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
}

table h2{
	margin:0;
	border:0;
	padding:0 10px 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color:#003300;
	text-align:left;
	font-weight:bold;
}

.taula_dreta {
	margin:10px 10px 0 10px;
	float:right;
	clear:right;
}

.taula_esquerra {
	margin:10px 10px 0 10px;
}

.taula {
	margin:10px 0 0 70px;
}

.peu_de_taula {
	margin-left:10px;
	font-style:italic;
	width:300px;
}



/* ----- formularis ---------------------------------------------------------------------------------------- */

fieldset {
	margin:10px;
	border:2px;
	border-color:#7F7662;
	border-style:solid;
}

legend {
	padding:2px 5px;
	font-weight:bold;
}

label {
}

input {
	color:#FFFFFF;
	border:2px;
	border-color:#AEA186;
	border-style:solid;
	background-color:#BBAD90;
	margin-top:5px;
}

select {
	color:#ffffff;
	border:2px solid;
	border-color:#7F7662;
	background-color:#BBAD90;
	margin-top:5px;
}

textarea {
	color:#FFFFFF;
	border:2px solid;
	border-color:#7F7662;
	background-color:#BBAD90;
}

input {
	border:2px solid;
	border-color:#7F7662;
}

.boto_enviar {
		padding:2px 5px;
}



/* ----- altres -------------------------------------------------------------------------------------------- */

#hipica_excursiones {
	width:730px;
}

#mapa {
	width:510px;
	height:497px;
	margin: 0 0 0 10px;
}

#mapa img {
	margin: 12px 0 0 330px;		/* ---- coloca el boto al marge dret del mapa ----- */
}


/* ----- gespa peu --------------------------  */

#gespa_peu {	
	position:static;	/*	posicionament incorrecte de la gespa, mal menor en IE, pero a altres navegadors, 
							el posicionament es contrarresta en el seguent apartat NOTA: S'HAURA DE FER UN SCRIPT, JA QUE ES POSICIONA MALAMENT EN PLANES CURTES p.ex noticias */
	left:0px;
	bottom:0px;
	margin:0;
	padding:0;
	border:0;
	z-index:10;
    width:1035px;
	height:61px;
}

#gespa_peu p {
	color:#182E0B;
	text-align:center;
}

#firma {
}

body > div#gespa_peu {  /*  IE no sap llegir aixo. Altres navegadors: posiciona la gespa correctament  */
	position:fixed;
}

body > div#contenidor_general {		/*  IE no sap llegir aixo. Altres navegadors: afegeix espai perque la gespa no tapi part del contingut  */
	padding-bottom:100px;
}

#text_peu {
	position:relative;	/*	posicionament incorrecte de la gespa, mal menor en IE, pero a altres navegadors, 
							el posicionament es contrarresta en el seguent apartat NOTA: S'HAURA DE FER UN SCRIPT, JA QUE ES POSICIONA MALAMENT EN PLANES CURTES p.ex noticias */
	width:900px;
	text-align:right;
	bottom:-50px;
	margin:0;
	padding:0;
	border:0;
	z-index:11;
	overflow:hidden;	
	color:#003300;
}

#text_peu a {
	color:#003300;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#text_peu a:link {
	color:#003300;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#text_peu a:visited {
	color:#003300;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#text_peu a:hover {
	color:#003300;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

#text_peu a:active {
	color:#003300;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

body > div#text_peu {  /*  IE no sap llegir aixo. Altres navegadors: posiciona el texte correctament  */
	position:fixed;
	bottom:10px;
}
