*
{
	margin: 0;
	padding: 0;
}
body
{
	font-size:12px;
	background: #ececec;
	font-family: Arial;
	padding: 0 0 30px 0;
}
h1{
	font-size:16px;
	margin-bottom:20px;
	color: #0100a3;
}
h2 {
	margin:5px 0;
	font-size:14px;
}
table, tr, td {
	margin:0;
	padding:0;
}
p{
	text-align:justify;
	color:#333;
}
a,a:visited{
	color:#0100a3;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
.clear{clear:both;}
ul {
	color:#333;
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}
.foto {
	border:1px solid #0100a3;
	padding:2px;
	margin: 0 10px 10px 20px;
}
.intro {
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
.recomanacions p {
	font-size:13px;
	color:#333;
}

/*********************MAQUETACIO***********************************/

#container
{
	width: 764px;
	margin: 0 auto;
	background: #fff;
}
#header
{
	width: 764px;
	height: 75px;
	background:#0100a3;
	color:#fff;
}
#logo {
	float:left;
}
#idioma {
	float:right;
	padding:20px 40px 0 0;
}
#header a, #header a:visited {
	color:#fff;
}
#header p 
{
	font-size: 26px;
	float: left;
	margin: 25px 0 0 30px; 
	font-weight: bold;
	/*color: #cf433a;*/
	color:#0100a3;
}
#banner
{
	height: 180px;
	background: url(../images/banner.jpg) center center no-repeat;
	padding:1px;

}
#content
{
	padding:20px;
}
#text {
	text-align:justify;
	float:left;
	width:380px;
	margin:0 15px 20px 0;
}
#text ul {
	padding-left:20px;
}
#flash {
	margin:20px 0;
}
#banners {
	float:right;
	margin-bottom:20px;
}
#taula {
	float:left;
	width:25%;
}
#fotos_t {
	width:330px;
	float:right;
	margin:20px 0 0 0;
}
#fotos_t img {
	float:left;
	padding:3px;
	margin:10px;
	border:1px solid #0100a3;
}
#footer {
	letter-spacing:1px;
	font-size:10px;
	width: 764px;
	margin: 5px auto;
	text-align:right;
}
#footer p {
	text-align:center;
}
#idioma
{
	float: right;
}
.clear {
	clear:both;
}
/**************NAV******************************/


#nav
{
	height: 63px;
	background:#fff url(../images/menu_noactiu.jpg) repeat-x scroll center bottom;
}

#nav ul
{
	list-style: none;
}

#nav li
{
	float: left;
}

#nav a, #nav a:visited
{
	color: #0100a3;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 122px;
	height: 48px;
	padding: 15px 0 0 0;
	text-align: center;
}

#nav a:hover
{
	background: url(../images/pestanya_hover.jpg);
	color: #0100a3;
}

#nav a.active, #nav a.active:visited
{
	background: url(../images/pestanya_activa.jpg);
	color: #fff;
}


/******************************************/