body
{
  margin: 20px auto 0 auto;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #fff;
}

.container
{
	background-color:#000;
}

#content-home 
{
	width: 835px;
	height: 420px;
	padding-top: 150px;
	background-color: #000;
	margin: 0 auto;
}

#content-home a
{
	text-decoration: none;
	color: #fff;
}

/* NAVEGACIONS */
/* menú genèric */
#menu
{
	font-size: 0;
	text-align: center;
}

#menu li 
{
	display: inline-block;
	float: left;
	text-align: center;
	list-style: none;
}

#menu li a
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover
{
	background-color: #000;
}

/* menú hospitalet */
.menu-hospitalet
{
	background-color: #00824A;
}

.menu-hospitalet li
{
	width: 135px;
}

.menu-hospitalet li a
{
	background-color: #00824A;
}

.menu-hospitalet li a:hover
{
	color: #00824A !important;
}

.menu-hospitalet li a.active
{
	color: #00824A !important;
	background-color: #000;
}

/* menú museu */
.menu-museu
{
	background-color: #AF1C2E;
}

.menu-museu li
{
	width: 115px;
}

.menu-museu li a
{
	background-color: #AF1C2E;
}

.menu-museu li a:hover
{
	color: #AF1C2E !important;
}

.menu-museu li a.active
{
	color: #AF1C2E !important;
	background-color: #000;
}
/* menu vins */
#menu-vins
{
	height: 207px;
	padding-top: 10px;
	padding-right: 35px;
}

#menu-vins ul li
{
	margin:0 0 32px 0 !important; 
	text-align: right;
	list-style: none;
}

#menu-vins ul li a
{
	text-decoration:none;
}

#menu-vins ul li a:hover, #menu-vins ul li a.active
{
	color:#fff;
}

/* menu vins hospitalet */
.menu-vins-hospitalet
{
	background: url(../images/sections/hospitalet/menu-vins-hospitalet.png) no-repeat right top;
}

.menu-vins-hospitalet ul li a
{
	color:#00824A;
}

/* menu vins museu */
.menu-vins-museu
{
	background: url(../images/sections/museu/menu-vins-museu.png) no-repeat right top;
}

.menu-vins-museu ul li a
{
	color:#AF1C2E;
}
	

/* menu vins museu */

/* FOOTER */
/* footer genèric */
#footer
{
	padding: 5px 0;
	background-color: #fff;	
}

/* cultures genèric */
#cultures a 
{
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

/* cultures hospitalet */
.cultures-hospitalet a:hover, .cultures-hospitalet a.active
{
	color: #00824A !important;
}

/* cultures museu */
.cultures-museu a:hover, .cultures-museu a.active
{
	color: #AF1C2E !important;
}

/* menú footer genèric */
#menu-footer
{
	font-size: 0;
	text-align: center;
}

#menu-footer li 
{
	display: inline-block;
	float: left;
	margin: 0 10px;
	text-align: center;
}

#menu-footer li a
{
	font-size: 12px;
	text-decoration: none;
}

#menu-footer li a:hover, #menu-footer li a.active
{
	color: #000;
}

/* menú hospitalet */
.menu-footer-hospitalet li a
{
	color: #00824A;
}

/* menú museu */
.menu-footer-museu li a
{
	color: #AF1C2E;
}

/***** LAYOUT *****/
#culture-box
{
	text-align: right;
	background-color: #fff;
}

#culture-box a
{
	text-decoration: none;
	color: #000;
}

#culture-box a:hover, #culture-box a.active
{
	color: #393837;
}

/* opcions */
#container-opcions
{
	position: relative;
	height: 574px;
}

#option-hospitalet
{
	position: absolute;
	top: 46px;
	left: 25px;
	width: 196px;
	height: 52px;
	text-decoration: none;
	background: url(../images/sections/opcions/hospitalet.png) no-repeat;
}

#option-hospitalet:hover
{
	background-position: 0 -52px;
}

#option-museu
{
	position: absolute;
	top: 470px;
	left: 80px;
	width: 193px;
	height: 48px;
	text-decoration: none;
	background: url(../images/sections/opcions/museu.png) no-repeat;
}

#option-museu:hover
{
	background-position: 0 -48px;
}

#option-celebracions-ca
{
	position: absolute;
	top: 185px;
	left: 630px;
	width: 161px;
	height: 42px;
	text-decoration: none;
	background: url(../images/ca/opcions/celebracions.png) no-repeat;
}

#option-celebracions-ca:hover
{
	background-position: 0 -42px;
}

#option-celebracions-es
{
	position: absolute;
	top: 185px;
	left: 630px;
	width: 166px;
	height: 40px;
	text-decoration: none;
	background: url(../images/es/opcions/celebracions.png) no-repeat;
}

#option-celebracions-es:hover
{
	background-position: 0 -40px;
}

.container-opcions-ca
{
	background: url(../images/ca/opcions/background.png) no-repeat center;
}

.container-opcions-es
{
	background: url(../images/es/opcions/background.png) no-repeat center;
}

/* hospitalet */
#main-content-hospitalet
{
	padding-bottom: 100px;
}

#main-content-hospitalet p
{
	text-align: justify;
}

#main-content-hospitalet h2
{
	margin: 10px 0;
	font-size: 14px;
	color: #00824A;
}

#main-content-hospitalet a
{
	color: #00824A;
}

#main-content-hospitalet ul
{
	padding: 0 0 0 15px;
}

#main-content-hospitalet ul li
{
	margin: 0 0 10px 0;
}

.hospitalet-generic-content
{
	background: url(../images/backgrounds/hospitalet/generic.jpg) no-repeat bottom right;
}

.hospitalet-equip-content
{
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: url(../images/backgrounds/hospitalet/equip.jpg) no-repeat bottom right;
}

.hospitalet-carta-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/hospitalet/carta.jpg) no-repeat bottom right;
}

.hospitalet-vins-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/hospitalet/vins.jpg) no-repeat bottom right;
}

.hospitalet-menus-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/hospitalet/menus.jpg) no-repeat bottom right;
}

.hospitalet-premsa-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/hospitalet/premsa.jpg) no-repeat bottom right;
}

/* museu */
#main-content-museu
{
	padding-bottom: 100px;
}

#main-content-museu p
{
	text-align: justify;
}

#main-content-museu h2
{
	margin: 10px 0;
	font-size: 14px;
	color: #AF1C2E;
}

#main-content-museu a
{
	color: #AF1C2E;
}

#main-content-museu ul
{
	padding: 0 0 0 15px;
}

#main-content-museu ul li
{
	margin: 0 0 10px 0;
}

.museu-generic-content
{
	background: url(../images/backgrounds/museu/generic.jpg) no-repeat bottom right;
}

.museu-equip-content
{
	min-height: 440px;
	height: auto !important;
	height: 440px;
	background: url(../images/backgrounds/museu/equip.jpg) no-repeat bottom right;
}

.museu-carta-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/museu/carta.jpg) no-repeat bottom right;
}

.museu-vins-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/museu/vins.jpg) no-repeat bottom right;
}

.museu-menus-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/museu/menus.jpg) no-repeat bottom right;
}

.museu-premsa-content
{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../images/backgrounds/museu/premsa.jpg) no-repeat bottom right;
}

/***** CLUB *****/
#container-club
{
	float: left;
	width: 595px;
	height: 337px;
	padding-top: 230px;
	padding-left: 12px;
}

/* hospitalet */
.container-club-hospitalet-ca
{
	background: url(../images/ca/hospitalet/club.jpg) no-repeat;
}

.container-club-hospitalet-es
{
	background: url(../images/es/hospitalet/club.jpg) no-repeat;
}

/* museu */
.container-club-museu-ca
{
	background: url(../images/ca/museu/club.jpg) no-repeat;
}

.container-club-museu-es
{
	background: url(../images/es/museu/club.jpg) no-repeat;
}