/* colors

	verd				: #91ab0b;

*/

/*---------------------------------------------
//  Estructura
//---------------------------------------------
*/

body {
	background			: #2a2016 url(../img/back_body.jpg) 50% 0 no-repeat ;	
	color				: #3b3b3b;
}

#contenidor {
	width				: 950px; 
	margin				: 0 auto;
	background			: url(../img/back_contenidor.png) 0 20px repeat-y ;	
}

#cabe {
	position			: relative;
}

#grupPag {

	background			: #eae5ce url(../img/back_grup_pagina.png) 0 0 repeat-y;

}

#subGrupPag {
	width				: 100%;
	overflow			: hidden;
	background			: url(../img/back_grup_sub_pagina.png) 0 0 no-repeat;
}



/*---------------------------------------------
//  Capçalera
//---------------------------------------------
*/

/* Idiomes */

#idiomes {
	font-size			: 12px;
	float				: right;
}

#idiomes a {
	color				: #3b3b3b;
	padding				: 2px 20px 2px 0;
	display				: inline-block;
}

#idiomes a:hover {
	text-decoration		: none;
	color				: #e60003;
}

#idiomes img {
	padding				: 1px;
	border				: 1px solid #e2e2e2;
	border-top			: 1px solid #FFF;
	margin				: 0 4px 0 0;
	vertical-align		: middle;
}

#idiomes a:hover img {
	border				: 1px solid #e2e2e2;
	border-bottom		: 1px solid #FFF;
}

#idiomes a.selected {
	background			: url(../img/back_idiomes_selected.png) top center no-repeat;	
}

a#enlaceLogo {
	width				: 340px;
	height				: 80px;
	position			: absolute;
	top					: 20px;
	left				: 0;
	display				: block;
	background			: url(../img/blank.png) top left repeat; /* ie necesita un background*/
	line-height			: 9999px;
	overflow			: hidden;
}

#navegacio {
	background			: #d4ceb4;
	margin				: 4px 0 0 0;
	padding				: 4px 0 4px 42px;
	overflow			: hidden;
}

/* Menu Superior */

#menuSuperior {
	width				: 100%;
	background			: url(../img/back_menu_superior_ul.png) bottom left repeat-x;
}


#menuSuperior ul {
	overflow			: hidden;
	width				: 100%;
	
}

#menuSuperior li {
	float				: left;
	padding				: 0 3px 0 0;
	margin				: 119px 0 0 0;
}

#menuSuperior li a{
	display				: block;
	font				: normal bold 14px/14px Arial, Helvetica, Arial, sans-serif;
	color				: #FFF;
	text-decoration		: none;
	padding				: 10px 25px 10px 25px;
	margin				: 0 0 12px 0;
	overflow			: hidden;
	border				: 1px solid #050403;
	background			: #322c1f url(../img/back_menu_superior_li.png) top left repeat-x;
}

#menuSuperior li a:hover {
	background			: #69644e;
	color				: #FFF;
}


#menuSuperior li.selected a {
	margin				: 0;
	padding				: 10px 25px 15px 25px;
	background			: #91ab0b url(../img/back_menu_superior_ul.png) top left repeat-x;
	border-bottom		: none;
}

#migas a {
	color				: #3b3b3b;
	text-decoration		: underline;
}

/*---------------------------------------------
//  Menu Lateral
//---------------------------------------------
*/

#menuLateral {
	padding				: 13px 10px 0 0;
	float				: right;
	width				: 254px;
}


#menuLateral h3{
	color				: #69644e;
	text-transform		: uppercase;
	font-size			: 22px;
	font-weight			: bold;
	padding				: 13px 0 11px 34px;
}

#menuLateral ul {
	margin				: 0 0 10px 0;	
}
#menuLateral li {
	font				: normal bold 16px/18px Arial, Helvetica, sans-serif;
	padding				: 2px 0 2px 23px;
}

#menuLateral li.selected {
	padding				: 2px 0 2px 0;
}


#menuLateral li a {
	display				: block;
	height				: 1%;
	background			: #d4ceb4;
	padding				: 7px 5px 6px 20px;
	color				: #262016;
}

#menuLateral li a:hover {
	text-decoration		: none;
	background			: #69644e;
}
#menuLateral li.selected a {
	background			: url(../img/back_menu_lateral_li_selected.png) top left repeat-x;
	color				: #f9f7f0;
}

#menuLateral li a span {
	display				: block;
	height				: 1%;
	font				: normal bold 13px/15px Arial, Helvetica, sans-serif;
	color				: #91ab0b;
	padding				: 0 0 0 0;
}



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

#pagina {
	width				: 680px;	
	overflow			: hidden;
}


#titPagina {
	padding				: 25px 0 0 40px;
}


#titPagina h2,
#titPagina h2 a{
	font-size			: 11px;
	font-weight			: bold;
	color				: #bc333e;
}

#titPagina h1 {
	font				: normal bold 44px Arial, Helvetica, sans-serif;
	color				: #3b3b3b;
	padding				: 0 0 15px 0;
}

#textePagina {
	padding				: 0 0 0 40px;
}

#textePagina h2 {
	font				: normal bold 24px Arial, sans-serif;	
	color				: #91ab0b;
	padding				: 5px 10px 8px 0;
}

#textePagina h3 {
	font-size			: 14px;
	font-weight			: bold;
	padding				: 5px 0 8px 0;
}


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

#textePagina ul{
	margin				: 10px 10px 20px 10px;
}
	
#textePagina li{
	padding				: 2px 0 4px 14px;
	background			: url(../img/back_li_texte.png) no-repeat left 7px;
}


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

#mapaHome {
	background			: #eae5ce url(../img/back_mapa_home.jpg) left bottom no-repeat;
	padding				: 20px 0 20px 40px;
}


#mapaHome iframe {
	border				: 1px solid #000;	
}


#mapaHome h1 {
	font				: normal bold 34px/40px Arial, Helvetica, sans-serif;
	color				: #91ab0b;
}

#mapaHome p {
	float				: left;
	width				: 320px;
	padding				: 0 15px 20px 0;
}

#grupNovetatsHome h2 {
	font-size			: 24px;
	line-height			: 30px;
	font-weight			: bold;
	color				: #91ab0b;
	padding				: 0 0 10px 0;
}

.novetatHome {
	background			: #faf8ec;
	padding				: 8px 20px;
	margin				: 0 0 9px 0;
	width				: 270px; /* =310 -20 -20 */
}

.novetatHome p {
	font				: normal bold 14px Arial, Helvetica, Sans-serif;
	padding				: 0 0 5px 0;
}

.novetatHome a{
	display				: block;
	border-top			: 1px solid #e9e8e5;
	color				: #91ab0b;
	text-align			: right;
	font-size			: 11px;
}

/*---------------------------------------------
//  Banner Home Newsletter
//---------------------------------------------
*/

#bannerNewsletterHome {
	background			: url(../img/back_banner_newsletter_home.png) left top no-repeat;
	color				: #FFF;
	margin				: 0;
	padding				: 10px 10px 10px 30px;
	float				: right;
	width				: 255px;
}

#bannerNewsletterHome h2 {
	font				: normal bold 24px/28px Arial, Helvetica, sans-serif;
}

#bannerNewsletterHome p {
	font-size			: 13px;
	line-height			: 16px;
	color				: #69644e;
	margin				: 10px 0 30px 50px; 
}

#bannerNewsletterHome label {
	color				: #69644e;
	display				: inline-block;
	font-size			: 24px;
	font-weight			: bold;
}

#bannerNewsletterHome label, 
#bannerNewsletterHome input {
	margin				: 0 0 15px 0;
	width				: 110px;
}

#bannerNewsletterHome input {
	margin				: 0 0 5px 0;
	clear				: both;
	font-size			: 14px;
}


/*---------------------------------------------
//  Pagina Llistat Hotels
//---------------------------------------------
*/

.grupZona {
	width				: 100%;
	overflow			: hidden;
	margin				: 0 0 20px 0;
}

#textePagina .grupZona h2 {
	font				: normal bold 24px Arial, sans-serif;	
	color				: #91ab0b;
	padding				: 12px 10px 8px 42px;
	background			: url(../img/back_grup_zona_h2.png) left bottom no-repeat;
	margin				: 0 0 20px 0;
}

.botes1B,
.botes2B,
.botes3B,
.botes4B,
.botes5B {
	display				: inline-block;
	overflow			: hidden;
	height				: 21px;
	width				: 22px;
	background			: url(../img/ico_botes-trans.png) no-repeat top left;
	line-height			: 9999px;
}

.botes2B {
	width				: 44px;
}

.botes2B {
	width				: 66px;
}

.botes3B {
	width				: 88px;
}

.botes4B {
	width				: 110px;
}

.botes5B {
	width				: 132px;
}


.caixaHotel {
	background			: url(../img/back_caixa_hotels.png) no-repeat 0 10px;
	height				: 188px;
	overflow			: hidden;
	width				: 172px; /*=200-14-14 */
	padding				: 0 14px 0 14px;
	float				: left;
	margin				: 0 10px 15px 0;
}

a.imgHotel {
	position			: relative;
	border				: 1px solid #f9f7f0;
	width				: 170px;
	height				: 110px;
	overflow			: hidden;
	display				: block;
}

a.imgHotel span {
	position			: absolute;
	background			: #f9f7f0;
	bottom				: 8px;
	color				: #262016;
	font-size			: 14px;
	line-height			: 14px;
	font-weight			: bold;
	padding				: 5px;
	width				: 160px; /*=170-5-5 */
}

a.imgHotel:hover {
	border				: 1px solid #69644e;
	text-decoration		: none;
}

a.imgHotel:hover span {
	background			: #69644e;
	color				: #f9f7f0;
	text-decoration		: none;
}


.llocHotel {
	padding				: 5px 0 5px 5px;
	color				: #FFF;
	font-weight			: bold;
}

/*---------------------------------------------
//  Pagina Detall Hotels
//---------------------------------------------
*/

#direccioHotel {
	width				: 100%;
	overflow			: hidden;
	font-size			: 11px;
	line-height			: 13px;
}

#direccioHotel div{
	float				: left;
	width				: 161px;
	min-height			: 50px;
	padding				: 0 15px 0 40px;
}

#direccioHotel .lloc {
	background			: url(../img/back_direccio_lloc.png) top left no-repeat;	
}

#direccioHotel .telefon {
	background			: url(../img/back_direccio_telefon.png) top left no-repeat;	
}

#direccioHotel .gps {
	background			: url(../img/back_direccio_gps.png) top left no-repeat;	
	padding				: 0 0 0 40px;
}

#grupIntro {
	background			: #d4ceb4;
	margin				: 0 0 15px 0;
}

#topIntro, #bottomIntro {
	background			: url(../img/back_intro_hotel.png) top left no-repeat;
	height				: 12px;
}

#bottomIntro {
	background-position	: bottom left;
	clear				: both;
}

#galeriaHotel {
	float				: left;
	margin				: 0 0 0 15px;
}

#introHotel {
	margin				:  0 15px 15px 325px;
}

.catSender {
	color				: #69644e;
	vertical-align		: middle;
}

.serveis {
	border-top			: 6px solid #69644e;
	padding				: 20px 0 35px 0;
}

.serveis h2,
#rutes h2{
	font-size			: 24px;
	font-weight			: bold;
	color				: #91ab0b;
	padding				: 0 0 10px 0;
}

#rutes {
	padding				: 0 0 15px 0;	
}
#taulaRutes {
	width				: 100%;
	font-size			: 13px;
}
#taulaRutes td {
	border-bottom		: 1px solid #e9e8e5;
	padding				: 4px 3px 4px 3px;
}
#taulaRutes th {
	font-size			: 11px;
	color				: #91ab0b;
	text-align			: center;
}


#taulaRutes .nomRuta {
	background			: transparent url(../img/back_td_nom_ruta.png) 10px 5px no-repeat;
	padding				: 5px 0 5px 40px;
}

tr.pijama1 {
	background-color	: #f9f7f0;
}

td.linkRutes {
	text-align			: center;
	padding				: 4px 2px;
}

td.linkRutes a{
	font				: normal normal 11px/11px Arial, Helvetica, sans-serif;
	color				: #262016;
	text-transform		: uppercase;
	display				: inline-block;
	background			: #d4ceb4;
	padding				: 4px 6px;
	border				: 1px solid #878371;
}
td.linkRutes a:hover{
	background			: #69644e;
	color				: #FFF;
	text-decoration		: none;
}



.dificil1D,
.dificil2D,
.dificil3D,
.dificil4D,
.dificil5D {
	display				: inline-block;
	overflow			: hidden;
	height				: 13px;
	width				: 78px;
	background			: url(../img/ico_dificultat.png) no-repeat top left;
	line-height			: 9999px;
}

.dificil2D {
	background-position	: 0 -13px;	
}

.dificil3D {
	background-position	: 0 -26px;	
}

.dificil4D {
	background-position	: 0 -39px;	
}

.dificil5D {
	background-position	: 0 -52px;	
}


#grupMapa {
	background			: #69644e;
	margin				: 0 0 15px 0;
	color				: #f9f7f0;
	font-size			: 11px;
	line-height			: 13px;
}

#topMapa, #bottomMapa {
	background			: url(../img/back_mapa_hotel.png) top left no-repeat;
	height				: 12px;
}

#bottomMapa {
	background-position	: bottom left;
	clear				: both;
}

#mapaHotel {
	float				: left;
	margin				: 0 0 0 15px;
	border				: 1px solid #d4ceb4;
}


#direccioHotel2 {
	margin				:  0 15px 15px 465px;
}

#direccioHotel2 div {
	padding				: 0 0 10px 0;	
}


/*---------------------------------------------
//  Pagina Llistat Rutes
//---------------------------------------------
*/

.caixaRutes {
	background			: url(../img/back_caixa_rutes.png) no-repeat 0 0;
	overflow			: hidden;
	width				: 172px; /*=200-14-14 */
	padding				: 14px 14px 0 14px;
	float				: left;
	margin				: 0 10px 15px 0;
}

.numRutes {
	padding				: 8px 0 0 0;
	color				: #f9f7f0;
	font-size			: 20px;
	font-weight			: bold;
	line-height			: 45px;
}

.caixaRutes a.imgHotel:hover{
	border				: 1px solid #d4ceb4;
}

.caixaRutes a.imgHotel:hover span{
	background			: #d4ceb4;
	color				: #262016;
}

.numTotal {
	display				: inline-block;
	background			: url(../img/back_numero_rutes-trans.png) no-repeat 0 0;
	width				: 54px;
	height				: 56px;
	text-align			: center;
}

/*---------------------------------------------
//  Pagina Detall Rutes
//---------------------------------------------
*/

#detallRuta {
	border-bottom		: 6px solid #69644e;
	padding				: ;
}


#detallRuta h2{
	font-size			: 24px;
	line-height			: 30px;
	font-weight			: bold;
	color				: #91ab0b;
	text-transform		: uppercase;
	padding				: 0 0 10px 0;
}

a.botoGPS,
a.botoPDF {
	background			: url(../img/back_boto_gps_pdf.png) left top no-repeat;	
	display				: inline-block;
	width				: 97px;
	height				: 36px;
	/* line-height			: 9999px; */
	overflow			: hidden;
	margin				: 15px 15px 15px 0;
}

a.botoPDF {
	background-position	: right top;	
}

a.botoGPS:hover {
	background-position	: left bottom;
}

a.botoPDF:hover {
	background-position	: right bottom;
}

a.botoGPS span,
a.botoPDF span {
	display				: none;	
}

.linkReserves a{
	display				: inline-block;
	padding				: 5px 14px;
	border				: 1px solid #b16502;
	color				: #FFF;
	text-transform		: uppercase;
	font				: normal bold 14px/16px Arial, Helvetica, sans-serif;
	background			: #ed9017 url(../img/back_link_reserves.png) left top repeat-x;
	margin				: 0 0 0 20px;
}

.linkReserves a:hover {
	text-decoration		: none;
	background			: #ed9017;
}


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

.llistat {
	background			: #faf8ec;
	padding				: 15px;
	margin				: 0 0 15px 0;
	overflow			: hidden;
}

.llistat h2{
	font-size			: 24px;
	line-height			: 28px;
	font-weight			: bold;
	color				: #91ab0b;
	padding				: 0 0 10px 0;
}

.llistat .imgLeft {
	float				: left;	
}

.llistat .imgLeft img{
	margin				: 0 15px 5px 0;
	background			: #FFF;
	padding				: 1px;
	border				: 1px solid #e9e8e5;
	max-width			: 300px;
}

.texteLlistat {
	padding				: 0 0 10px 0;
	border-bottom		: 1px solid #e9e8e5;	
}

/*---------------------------------------------
//  Banner Newsletter secció
//---------------------------------------------
*/

#bannerNewsletter {
	background			: url(../img/back_banner_newsletter.png) left top no-repeat;
	color				: #FFF;
	margin				: 0 0 0 23px;
	padding				: 10px;
}

#bannerNewsletter h2 {
	font				: normal bold 24px/28px Arial, Helvetica, sans-serif;
}

#bannerNewsletter p {
	font-size			: 11px;
	line-height			: 13px;
	color				: #eae5ce;
}

#bannerNewsletter label {
	color				: #91ab0b;
	display				: block;
	font-size			: 14px;
}

#bannerNewsletter label, 
#bannerNewsletter input {
	margin				: 0 0 0 90px;
	width				: 110px;
}

#bannerNewsletter input {
	margin				: 0 0 5px 90px;
}
/*---------------------------------------------
//  Peu
//---------------------------------------------
*/

#peu {
	background			: #69644e url(../img/back_peu.png) left top repeat-x;
	/* border-top			: 1px solid #69644e; */
	color				: #FFF;
	text-align			: center;
}

#contePeu {
	width				: 950px;
	margin				: 0 auto;
	overflow			: hidden;
	padding				: 15px 0;
}

#peu address {
	float				: left;
	text-align			: left;
}

ul#menuInferior {
	margin				: 0 0 0 200px;
}

#menuInferior li{
	display				: inline;
	font				: normal bold 12px/14px Arial, Helvetica, Sans-serif;
	text-transform		: uppercase;
	padding				: 0 20px 0 0;
}

#menuInferior li a {
	color				: #91ab0b;
}
