/* CSS Document */
body{
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:30px 0 0 0;
}
#idioma{
	margin: 0px auto 5px;
	padding: 0px 10px 0px 0px;
	width: 759px;
	text-align:right;
	font-size: 10px;
}


#cuerpo{
	text-align: left;
	margin: 0px auto 10px;
	padding: 0px;
	border:0;
	width: 759px;
	height:auto;
	background-image: url(imagenes/cuerpo.gif);
	background-repeat:repeat-y;
}

/*menu*/

#menu {
	float:left;
	width:152px;
	height:300px;
	background-color: #a4d048;
	padding-top: 20px;
	margin-left: 16px;
	_margin-left: 8px;
	_margin-right: 15px;
	padding-left:5px;

}
#menucast {
	float:left;
	width:152px;
	height:300px;
	background-color: #a4d048;
	padding-top: 20px;
	margin-left: 16px;
	padding-left:5px;
}
#menu-pie {
	width:152px;
	margin:140px 0px 0 -5px;
}
#menucast a {
  display:block;
  border:none;
  background-position:left top;
  background-repeat:no-repeat;
  width:130px;
  height:25px;
}
#menu a {
  display:block;
  border:none;
  background-position:left top;
  background-repeat:no-repeat;
  width:130px;
  height:25px;
}
#menu a:hover { background-position: 0 -30px; text-decoration: none; }
#menu .alt { display:none; }
#menu a#home { background-image: url(imagenes/menu-inici-cat.gif) }
#menu a#imagenes { background-image: url(imagenes/menu-imatge-cat.gif) }
#menu a#planos { background-image: url(imagenes/menu-planos-cat.gif) }
#menu a#contacto { background-image: url(imagenes/menu-contacte-cat.gif) }

#menucast a:hover { background-position: 0 -30px; text-decoration: none; }
#menucast .alt { display:none; }
#menucast a#home { background-image: url(imagenes/menu-home.gif) }
#menucast a#imagenes { background-image: url(imagenes/menu-imagenes.gif) }
#menucast a#planos { background-image: url(imagenes/menu-planos.gif) }
#menucast a#contacto { background-image: url(imagenes/menu-contacto.gif) }



/*contenidos*/

#contenidos {
	width:550px;
	float: right;
	margin:0 17px 0 0;
}
/*seccion indice*/
#resumen{
	width:197px;
	height:210px;
	padding:40px 0 0 320px;
	margin:15px 0 0 0;
	background-image: url(imagenes/planol-vallcebollere.jpg);
	background-repeat: no-repeat;
}



/*seccion planos*/
#planos{
	width:520px;
}

#planos-izquierda{
	width:259px;
	height:292px;
	float:left;
}
#planos-derecha{
	width:259px;
	height:292px;
	float:right;
}


#cuerpo-contenidos{
	margin:40px 0 0 0;

}
/*seccion contacto*/
.contacto{
	margin:50px 20px 0 0px;
}
/*seccion imagenes*/
.titulo-fotos{
	font-size: 18px;
	font-weight: bold;
	color: #81a33b;
	margin:20px 0 20px 0;
}
#contenido-fotos{
	margin:20px 0 40px 0;
}
#contenido-fotos2{
	width:373px;
	margin:-30px auto;
	text-align:left;
}
#contenido-fotos3{
	width:510px;
	margin:-30px auto;
	text-align:left;
}

#contenido-fotos4{
	width:510px;
	margin:10px auto;
	text-align:left;
}

.imagen{
	margin:0px 20px 0 0px;
}


/*estilos*/
.verde{
	color: #81a33b;
	font-weight: bold;
}


/*links*/

a:link{
	color: #81a33b;
	font-weight: bold;
	text-decoration: underline;	
}

a:hover{
	color: #81a33b;
	font-weight: bold;
	text-decoration: none;	
}

a:visited{
	color: #81a33b;
	font-weight: bold;
	text-decoration: underline;	
}

a:active{
	color: #81a33b;
	font-weight: bold;
	text-decoration: underline;	
}


