/* CSS Document */
body{

	background:#BCD458;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0;
	padding:0;
	text-align: left;
	background-image: none;
}
p{
	margin: 10px 0px;
}
a{
	color:#2419A0;
	text-decoration:none;
}
a:hover{
	color:#7C9A03;
	text-decoration:underline;
}
#wrapper{
	position:relative;
	width:792px;
	margin:0 auto;
	top:0px;
	background:#ffffff;
}

/*Capes per les zones generals dins del wrapper*/



#sup{
	position:relative;
	width:792px;
	height:32px;
	background:url(./images/sup.gif) no-repeat;
}

#cent{
	position:relative;
	width:792px;
	background:url(./images/cent.gif) repeat-y;
}
#header{
	position:relative;
	width:728px;
	margin: 0px auto;
}
#logo{
	position:relative;
	width:728px;
	height:100px;
	background:url(./images/cabecera.gif) no-repeat;
}
#top1[id]{
	top:0px;
}
#top1{
	top:-3px;
	position:relative;
	width:728px;
	height:28px;
	background:#2418B0 url(./images/fonsboto.gif) bottom repeat-x;
}
#menu1{
	position:relative;
	float:left;
	width:662px;
	height:25px;
}
#logoF{
	top:3px;
	position:relative;
	width:66px;
	height:25px;
	float:right;
	background:url(./images/logofundacion.gif) no-repeat;

}
#top2{
	position:relative;
	width:728px;
	height:30px;
	background:url(./images/filet.gif) no-repeat bottom;
}
#menuBuscador{
	position:relative;
	float:right;
}
#css_buttons{
	position:relative;
	float:right;
	margin-top:7px;
	margin-right:10px;
	text-decoration:none;
	color:#999999;
	font-size:0.9em;
	font-weight:bold;
	line-height:12px;
}
#menu2{
	position:relative;
	padding:5px;
	padding-left:0px;
	font-weight:bold;
}
#centralContent{
	position:relative;
	width:728px;
	margin: 0px 29px;
}
#footer{
	position:relative;
	width:728px;
	height:25px;
	margin: 0px auto;
	clear:both;
	bottom:0px;
	background:#004D36;
}
#inf{
	position:relative;
	width:792px;
	height:10px;
	clear:both;
}
#cleft{
	float:left;
	width:440px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:12px;
	padding-bottom:15px;
}
#cright{
	float:left;
	border:1px dotted #999999;
	width:240px;
	margin-left:20px;
	margin-top:15px;
	padding:5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#taulaLoggin{
}
#taulaLoggin td{
	color: #7C9A03;
	padding:5px;
}
#taulaLoggin input{
	color: #999999;
	padding:0 5px;
	background-color:#F5F8E7;
	border:1px solid #B9B5B5;
}
#taulaLoggin select{
	color: #999999;
	background-color:#F5F8E7;
	border:1px solid #B9B5B5;
}
