/*---------------------------------------------
//  estructura
//---------------------------------------------
*/

html {
	height				: 100%;
	
}

body {
	color				: #3b3b3b;
	height				: 100%;
	background			: #d0d4d6 url(../img/back_body.png) top left repeat-x;
}

#contenidor {
	width				: 978px; 
	margin				: 0 auto 0 auto;
	padding				: 0;
	position			: relative;
}


#grupPag {
	width				: 100%;
	overflow			: hidden;
	background			: url(../img/back_grup_pagina.png) right top repeat-y;
}

#cornerRight,
#cornerLeft{
	background			: url(../img/corner_right-trans.png) left top no-repeat;
	width				: 157px;
	height				: 466px;
	position			: absolute;
	right				: 0
}

#cornerLeft {
	left				: 0;
	background			: url(../img/corner_left-trans.png) left top no-repeat;
}


/*---------------------------------------------
//  cabe
//---------------------------------------------
*/

#cabe {
	position			: relative;
	height				: 399px;
	background			: url(../img/back_cabe.png) left bottom no-repeat;
}

#idiomes {
	position			: absolute;
	top					: 6px;
	right				: 80px;
	font-size			: 14px;
}

#idiomes a {
	display				: inline-block;
	padding				: 5px 25px 6px 25px;
	color				: #3b3b3b;
}

#idiomes a.selected {
	background			: #ff6600;
	border				: 1px solid #c85101;
	border-top			: none;
	color				: #FFF;
}


#logo {
	display				: block;
	width				: 310px;
	height				: 88px ;
	line-height			: 9999px;
	overflow			: hidden;
	background			: url(../img/logo.png) left top no-repeat;
}

#slideShow{
	width				: 562px;
	height				: 270px;
	overflow			: hidden;
}

#slide {
	width				: 562px;
	height				: 270px;
	padding				: 1px;
	background			: #8e3a02;
	float				: right;
	margin				: 20px 20px 0 0 ;
}



/*---------------------------------------------
//  Home
//---------------------------------------------
*/

#grupHome {
	border				: 4px solid #FFF;
	background			: url(../img/entrada.jpg) left top no-repeat;
	width				: 970px;
	height				: 591px;
}


.entrada{
	position			: relative;
	width				: 321px;
	float				: left;
}

.entrada a.botoEntrada{
	position			: absolute;
	top					: 180px;
	left				: 70px;
	width				: 192px;
	height				: 37px;
	background			: url(../img/back_boto_entrada.png) left top no-repeat;
	font				: normal normal 18px/37px "Arial Black", Helvetica, sans-serif;
	text-align			: center;
	display				: none;
	color				: #3b3b3b;
	z-index				: 25;
}


#grupHome div:hover > a.botoEntrada{
	display				: block;

}

.entrada a.botoEntrada:hover{
	text-decoration		: none;
	color				: #e65d01;
}


.entrada #frameDiagonal{
	margin				: 345px 0 0 50px;
}
.entrada  #frameSantPau,
.entrada  #frameLami{
	margin				: 345px 0 0 40px;
}


.entrada p a{
	color				: #8e3a02;
	text-decoration		: none;
}

.entrada a.linkLogo {
	
}


.entrada a.linkLogo {
	position			: absolute;
	top					: 5px;
	left				: 10px;
	display				: block;
	width				: 300px;
	height				: 380px ;
	line-height			: 9999px;
	overflow			: hidden;
	background			: none;
}
/*---------------------------------------------
//  Menu Lateral
//---------------------------------------------
*/

#menuLateral {
	float				: right;
	width				: 290px; /* =290-10-20*/
}

#menuLateral h2 {
	font				: normal bold 22px/26px Arial, Helvetica, sans-serif;
	color				: #853602;
	background			: url(../img/back_menu_lateral_h2.png) left bottom repeat-x;
	padding				: 0 0 10px 0;
	margin				: 10px 15px 20px 15px;
}

#menuLateral ul{
	padding				: 0 10px 50px 15px;
}
#menuLateral li {
	font				: normal bold 15px/18px Arial, Helvetica, sans-serif;
	background			: url(../img/back_menu_lateral_li.png) left bottom repeat-x;
	padding				: 0 0 1px 0;
}

#menuLateral li a, #menuLateral li a:link, #menuLateral li a:visited {
	color				: #494622;
	display				: block;
	height				: 1%; /* per ie6 */ 
	padding				: 9px 2px 9px 15px;
}

#menuLateral li#menuLat7 a, #menuLateral li#menuLat7 a:link, #menuLateral li#menuLat7 a:visited,
#menuLateral li#menuLat8 a, #menuLateral li#menuLat8 a:link, #menuLateral li#menuLat8 a:visited{
	color				: #c75002;
}


#menuLateral li a:hover {
	background			: #d0cfb6;
	text-decoration		: none;
}

#menuLateral li.selected a, #menuLateral li.selected a:link, #menuLateral li.selected a:hover,#menuLateral li.selected a:visited {
	color				: #FFF;	
	background			: #494622;
	text-decoration		: none;
}

#menuLateral ul ul {
	padding				: 15px 0 10px 10px;
	background			: #6d6b4e;
	border-top			: 1px solid #e3e1c9;
}

#menuLateral li li {
	font-size			: 12px;
	font-weight			: normal;
	line-height			: 15px;
	text-transform		: none;
	padding				: 0 0 5px 15px;
	background			: none;
}

#menuLateral li.selected li a, #menuLateral li.selected li a:link, #menuLateral li.selected li a:hover, #menuLateral li.selected li a:visited{
	background			: none;
	padding				: 2px 0 2px 0;
}



#direccio {
	background			: url(../img/back_address_top.png) left top no-repeat;
	margin				: 0 0 10px 15px;
	color				: #853602;
	font-size			: 11px;
	line-height			: 14px;
}

#direccio address {
	background			: url(../img/back_address_bottom.png) left bottom no-repeat;
	padding				: 15px 5px 13px 15px;
	
}

#direccio address a {
	color				: #853602;
}

/*---------------------------------------------
//  Pagina
//---------------------------------------------
*/

#pagina {
	margin				: 4px 302px 0 0;
	overflow			: hidden;
	padding				: 0 0 20px 0;
	position			: relative;
	
}

#titPagina {
	background			: url(../img/back_tit_pagina.png) left bottom no-repeat;
	padding				: 0 0 10px 0;
	margin				: 0 0 30px 4px;
}



#titPagina h1{
	color				: #FFF;
	font				: normal normal 24px/30px "Arial Black", Arial, sans-serif;
	padding				: 0 0 10px 65px;
	background			: #853602;
}

#textePagina {
	margin				: 0 60px 0 74px;
}

#textePagina blockquote	{
	background			: #f6e6c8 url(../img/back_blockquote.png) center bottom no-repeat;
	font				: normal bold 14px/20px Arial, Helvetica, sans-serif;
	padding				: 15px 22px;
	margin				: 0 0 15px 0;
	/* clear				: right; */
}



#textePagina h2 {
	font				: normal bold 16px/20px Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	color				: #56750f;
	padding				: 0 0 3px 0;
	margin				: 0 0 5px 0;
}

.llistat {
	padding				: 0 0 10px 0;
	_width				: 99%; /*ie 6 */
	overflow			: hidden;
	border-bottom		: 1px solid #c8c1a8;
	margin				: 0 0 20px 0;
	background			: url(../img/back_llistat.png) center bottom no-repeat;
}


#textePagina p {
	padding				: 0 0 4px 0;	
}

#textePagina ul {
	padding				: 0 0 5px 20px;
}
#textePagina ul li {
	padding				: 0 0 3px 20px;
	background			: url(../img/back_texte_li.png) left 5px no-repeat;
}

.imgLeft {
	float				: left;		
}

.imgLeft img{
	margin				: 0 10px 0 0;
	max-width			: 130px;
}

.imgTop {
	float				: right;	
}

.imgBottom {
	text-align			: center;	
}

.imgTop img,
.imgBottom img {
	max-width			: 525px;
	
}

.imgTop img {
	max-width			: 535px;
	margin				: 0 0 15px 15px;
}

.imgBottom img {
	margin				: 15px 0 0 0;
	padding				: 2px;
	border				: 1px solid #6e6e6e;	
}



.links {
	width				: 100%;
	overflow			: hidden;
}

#textePagina ul.botons {
	padding				: 20px;
	clear				: right;
}

#textePagina .botons li {
	display				: inline-block;
	*display			: inline; /* IE6 IE7 */
	background			: url(../img/back_botons_li.png) left top no-repeat;
	padding				:	0;
	margin				:	0 10px 0 0;
}

#textePagina .botons li a {
	display				: inline-block;
	background			: url(../img/back_botons_a.png) right top no-repeat;
	font				: normal normal 16px/18px "Arial Black", Arial, sans-serif;
	padding				: 10px 20px 20px 20px;
	color				: #53502d;
	margin				: 0;
	height				: 1%;
}

#textePagina .botons li.botTarifes a {
	color				: #8e3a02;
}



/*---------------------------------------------
//  Home
//---------------------------------------------
*/


#videoHome {
	text-align			: center;
	background			: #f6e6c8;
	padding				: 20px 0 20px 0;
	margin				: 20px 0 0 0;
	clear				: both;
}



#grupOfertesHome {
	background			: #f6e6c8;
	overflow			: hidden;
	clear				: both;
}

#grupOfertesHome h4 {
	color				: #494622;
	font				: normal bold 18px/26px Arial, Helvetica, sans-serif;
	text-transform		: uppercase;
	padding				: 15px 0 5px 15px;
}


.ofertesHome {
	padding				: 15px 20px 15px 15px;
	float				: left;
	font				: normal bold 13px/16px Arial, Helvetica, sans-serif;
}

.ofertesHome img {
	max-width			: 50px;
	float				: left;
	margin				: 0 10px 0 0;
}

.ofertesHome a, .ofertesHome a:link, .ofertesHome a:visited{
	color				: #3b3b3b;	
}

.ofertesHome a.info, .ofertesHome a.info:link, .ofertesHome a.info:visited {
	color				: #853602;
	font-size			: 11px;
}

#grupOfertesHome a#linkOfertes {
	clear				: both;
	text-align			: right;
	display				: block;
	margin				: 10px 30px 20px 0;
	color				: #853602;
}


/*---------------------------------------------
//  Tarifes
//---------------------------------------------
*/


.tarifes {
	width				: 99%;
	font				: normal normal 15px/26px Arial, Helvetica, sans-serif;	
}

.tarifes th{
	font-weight			: bold;
	padding				: 3px;
	text-align			: center;
	border-bottom		: 1px dashed #434343;
	font-size			: 18px;
	color				: #494622;
}



.tarifes td {
	text-align			: left;
	padding				: 3px;
	border-bottom		: 1px solid #e7e7e7;
}

.tarifes .preu {
	text-align			: right;	
}

/*---------------------------------------------
//  Peu
//---------------------------------------------
*/


#peu {
	background			: url(../img/back_peu.png) left top repeat-x;
	font-size			: ;
	color				: #FFF;
	padding				: 15px 0 0 0;
	width				: 100%;
	overflow			: hidden;
}

#interPeu {
	width				: 978px;
	margin				: 0 auto;
}


