@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	background-color:#c2c9c2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d554f;
	/*color:#0f0;*/
	
}

a {
	color:#4d554f;
	/*color:#0f0;*/
}

img {
	/*display:block;*/
}
#mainHolder {
	margin:auto;
	width:960px;
}
#container {
	float:left;
	width:960px;
	margin:auto;
	/*background-color:#f0f;*/
}

#header {
	float:left;
	height:80px;
	width:100%;
}
#header img {
	display:block;
}
#menu {
	float:left;
	background-color:#fff;	
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:80px;
}
#menu li{
	list-style-type:none;
	display:inline;
	padding:0px;
	margin:0px;
}
#menu a {
	color:#eee;
	text-decoration:none;
}

#menu .botoMenu {
	background-color:#0f0;
	float:left;
	width:118px;
	height:30px;
	margin-right:1px;
	margin-left:1px;
	cursor:pointer;
	text-align:center;
	color:#eee;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
}
#menu .seleccio a {
	color:#000;
}
#content {
	/*float:left;*/
	width:960px;
	/*height:100%;*/
	margin:auto;
	/*background-color:#fff;*/
	border-collapse:collapse;
	padding:0px;
}
#content td {
	vertical-align:top;
	padding:0px;
}





#destacats {
	/*float:left;*/
	width:190px;
	/*background-color:#700;*/
	border:0px #000 solid;
	background-image:url(/images/destacatsbg.png);
	/*background-color:#f00;*/
	/*height:100%;*/
	clear:both;
	/*padding:20px;*/
	/*background-color:#f0f;*/
	/*padding:20px;*/
}

#destacats .content {
	/*float:left;*/
	margin:auto;
	width:200px;
	@width:201px;
	/*margin-top:20px;*/
	/*
	margin-left:20px;
	*/
	border-collapse:collapse;
	border:0px #f00 solid;

	height:100%;
	
}
#destacats .content td {
	text-align:center;
	border:0px #f00 solid;
}

#destacats #destacatsbanner {
	background-color:#fff;	
	padding:10px;
	padding-bottom:1px;
	
}
#destacats #destacatsbanner img {
	margin-bottom:10px;
}

#destacats .botoDestacats {	
	width:200px;
	height:58px;
	/*
	margin-right:1px;
	margin-left:1px;
	*/
	margin-bottom:10px;
	cursor:pointer;
}

