*
{
	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: #cf433a;
}
h2 {
	margin:5px 0;
	font-size:14px;
}
table, tr, td {
	margin:0;
	padding:0;
}
p{
	text-align:justify;
	color:#333;
}
a,a:visited{
	color:#f98c2e;
	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 #f98c2e;
	padding:2px;
	margin: 0 10px 10px 20px;
}
.dedents {
	color:#f98c2e;
}
.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
{
	height: 125px;
	background: url(../images/logo.jpg) top left no-repeat;
	margin-left: 30px;
}
#header p 
{
	font-size: 26px;
	float: right;
	margin: 50px 30px 0 0; 
	font-weight: bold;
	/*color: #cf433a;*/
	color:#f98c2e;
}
#banner
{
	height: 217px;

}
#content
{
	padding:20px;
}
#text {
	text-align:justify;
	float:left;
	width:380px;
	margin:0 15px 20px 0;
}
#text ul {
	padding-left:20px;
}
#banners {
	float:right;
	margin-bottom:20px;
}
#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: url(../images/menu_noactiu.jpg) top repeat-x #b03b32;
}

#nav ul
{
	list-style: none;
}

#nav li
{
	float: left;
}

#nav a, #nav a:visited
{
	color: #000;
	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: #fff;
}

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


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