body{
	background: url('img/background.jpg');
}

h1{
	font-size: 30px;
	color: #522E0C;
	margin-bottom: 5px;
	font-family: Rockwell;
	letter-spacing: -0.02em;
}

h2{
	font-size: 25px;
	color: #522E0C;
  margin-top: 5px;
  margin-bottom: 5px;
	font-family: Rockwell;
	letter-spacing: -0.02em;
  font-weight: normal;
}

h3{
	font-size: 15px;
	background-color: #522E0C;
	color: #fff;
	padding: 5px 0px 3px 30px;
	margin-bottom: 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}

h4{
  font-size: 16px;
  font-weight: normal;
	font-size: 12px;
	color: #B85E06;
	margin-bottom: 5px;
}

.ctext{
  text-align: center;
}

.rtext{
  text-align: right;
}

a{
	color: #B85E06;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul li{
	list-style: #522E0C;
}

.hosteleria ul li{
  color: #333534;
  font-size: 11px;
  text-align: justify;
}

.photo{
	border: solid 6px #fff;
	margin: 0 3px;
}

.button{
	width:  101px;
	height: 28px;
	background: url('img/background_btn.png') no-repeat;
	display: block;
	color: #522E0C;
	border: none;
	padding: none;
	text-align: center;
	padding-top: 8px;
	font-size: 10px;
	margin-left: 10px;
}

.button_submit{
	background:url("img/background_btn.png") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#522E0C;
	display:block;
	font-size:10px;
	height:28px;
	margin-left:10px;
	text-align:center;
	width:101px;
  cursor: hand;
  cursor: pointer;
}

p{
	color: #333534;
	font-size: 11px;
	margin: 8px 0px 10px 0px;
	text-align: justify;
}

p.date{
	color: #646361;
/*	font-weight: bold; */
}

table{
	color: #522E0C;
	font-size: 11px;
	margin-bottom: 10px;
	background: transparent;
	width: 100%;
}

table input{
	width: 20px;
	background-color: #FDE9A4;
	border: solid 1px #EAD596;
	color: #522E0C;
	text-align: center;
	padding: 2px;
}

table input.button-refresh{
  background: url('img/refresh.png') no-repeat;
  border: none;
  float: right;
  cursor: hand;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 25px;
}

table td{
	padding: 2px 5px;
	vertical-align: middle;
}

table td.small{
  font-size: 10px;
}

table tr{
	border-top: solid 1px #fff;
}

table tfoot tr, table thead tr, tr{
  background-color: #FF7805;
}

table tfoot tr.foot{
  background-color: #FF7805;
}

table tbody tr{
	background-color: #fec92a;
}

table tbody tr.odd{
	background-color: #FDDA5A;
}

#main-content{
	background: url('img/background_main.jpg') 2px repeat-y;
	width: 970px;
	margin-top: 20px;
}

.box{
	background: url('img/box_border.gif') 0 100% repeat-x;
  padding-bottom: 2px;
	margin-bottom: 6px;
}

/* Header */
#header{
	margin-left: 5px;
/*	width: 962px; */
}

.banner_top{ padding-top: 30px; margin-bottom: 0; }

#overheader{
	background: url('img/bg_header.jpg') 1px 0px no-repeat;
	height: 25px;
}

/* Footer */
#footer{
	background: url('img/bg_footer.jpg') 2px 0px no-repeat;
	padding-top: 25px;
	text-align: center;
}

#footer a{
	color: #522E0C;
}

#footer p{
	color: #522E0C;
	text-align: center;
}


/* -- Navigation -- */
#nav{
	margin:0;
	padding-top: 2px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

#nav ul{ margin: 0; vertical-align: middle;}

#nav ul li{
	background: transparent;
	display: block;
	float: left;
	margin: 0;
	width: 110px;
	height: 49px;
	background: url('img/menu.jpg') no-repeat;
}

#nav ul a{ color: #000; text-decoration: none; display: block; height: 49px; width: 110px; background: url('img/menu.jpg') no-repeat;}
#nav ul span{ display: none; }

#nav ul li#btn1 a{         background-position:    0px    0px; }
#nav ul li#btn1 a:hover{   background-position:    0px  -49px; }
#nav ul li#btn1.current a{ background-position:    0px  -98px; }
    
#nav ul li#btn2 a{         background-position: -110px    0px; }
#nav ul li#btn2 a:hover{   background-position: -110px  -49px; }
#nav ul li#btn2.current a{ background-position: -110px  -98px; }

#nav ul li#btn3 a{         background-position: -220px    0px; }
#nav ul li#btn3 a:hover{   background-position: -220px  -49px; }
#nav ul li#btn3.current a{ background-position: -220px  -98px; }  

#nav ul li#btn4 a{         background-position: -330px    0px; }
#nav ul li#btn4 a:hover{   background-position: -330px  -49px; }
#nav ul li#btn4.current a{ background-position: -330px  -98px; }    

#nav ul li#btn5 a{         background-position: -440px    0px; }
#nav ul li#btn5 a:hover{   background-position: -440px  -49px; }
#nav ul li#btn5.current a{ background-position: -440px  -98px; }    

#nav ul li#btn6 a{         background-position: -550px    0px; }
#nav ul li#btn6 a:hover{   background-position: -550px  -49px; }
#nav ul li#btn6.current a{ background-position: -550px  -98px; }    

#nav ul li#btn7 a{         background-position: -660px   0px; }
#nav ul li#btn7 a:hover{   background-position: -660px  -49px; }
#nav ul li#btn7.current a{ background-position: -660px  -98px; }    

#nav ul li#btn8 a{         background-position: -770px    0px; }
#nav ul li#btn8 a:hover{   background-position: -770px  -49px; }
#nav ul li#btn8.current a{ background-position: -770px  -98px; }    

/* Products */
.product{
  padding: 10px 0px;
}

.product img{
  border: solid 1px #F9D5B1;
}

.product p.price{
	text-align: center;
	font-size: 10px;
}

.product p.price span{
	font-size: 16px;
/*	font-weight: bold; */
}

.product p.tax{
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}

.product .purchase-period{
	color: #B85E06;
}

.product .purchase-over{
  color: #E70033;
}

.product .purchase-period .offer{
  text-align: center;
  font-size: 16px;
  float: right;
}

/* Right Column */
h3.basket{
	font-size: 15px;
	background: url('img/header_basket.png') no-repeat;
	color: #fff;
	padding: 10px 0px 3px 55px;
	margin-bottom: 0;
	height: 20px;
}

p.basket{
  background-color: #c0864e;
  margin: 0;
  padding: 4px 5px;
  margin: 0px;
  color: #fff;
  height: 14px;
}

h3.buy{
	font-size: 15px;
	background: url('img/header_buy.png')  0px 0px no-repeat;
	color: #fff;
	padding: 10px 0px 1px 55px;
	margin-bottom: 0;
  height: 20px;
}

h3.buy.closed{
	background: url('img/header_buy.png') 0px -32px no-repeat;
}

h3.offer{
	font-size: 15px;
	background: url('img/header_offer.png') no-repeat;
	color: #fff;
	padding: 10px 0px 3px 55px;
	margin-bottom: 0;
  height: 20px;	
}

div.offer{
	background-color: #a5bc58;
	margin-top: 0;
	padding: 10px;
}

div.offer h4{
	display: inline;
}

div.offer img{
	float: left;
	margin-right: 10px;
}


/* Home */
#club-home{
	background: url('img/bg_club-home.png') 100% 0 no-repeat;
	padding-top: 10px;
}


/*****************************************************/
/* FAQ */
/*****************************************************/

h4.faq-item{
	background: url('img/bg_faq_down.jpg') no-repeat #fcd745;
	padding: 8px;
	margin-bottom: 2px;
	width: 525px;
}

h4.faq-item.ui-state-active{
	background: url('img/bg_faq_up.jpg') no-repeat #fcd745;
}

h4.faq-item.odd{
	background: url('img/bg_faq_odd_down.jpg') no-repeat #febf04;
}

h4.faq-item.odd.ui-state-active{
	background: url('img/bg_faq_odd_up.jpg') no-repeat #febf04;
}

h4.faq-item a{
	color: #522E0C;
}

.faq-desc p{
	padding: 2px 10px;
}

/* Proceso de compra*/
#purchase-list{
	width: 100%;
}

#purchase-list thead td{
	font-weight: bold;
	font-size: 13px;
}

/*****************************************************/
/* INICIO - Noticias */
/*****************************************************/

.article{
  padding-top: 5px;
  padding-bottom: 5px;
}


/*****************************************************/
/* INICIO - Oferta de la semana */
/*****************************************************/

.offerweek img{
  border: solid 1px #F9D5B1;
}

.offerweek p{
  margin: 0px 0px 5px;
}

.offerweek p a{
  float: right;
}

.offerweek .purchase-period{
  color: #B85E06;
}

.offerweek p.price{
  text-align: center;
  font-size: 10px;
  margin-right:20px;
}

.offerweek p.price span{
  font-size: 16px;
}

.offerweek p.tax{
  text-align: center;
  font-size: 10px;
  margin-right:20px;
}


/*****************************************************/
/* CARRITO COMPRA */
/*****************************************************/

.cart img{
  border: solid 1px #FF7805;
  margin: 2px;
}


/*****************************************************/
/* CONTACTO */
/*****************************************************/

.contact{
	color:#B85E06;
}

.contact input{
  width: 250px;
  border: solid 1px #B85E06;
  padding: 4px 6px;
  font-size: 11px;
  color: #522E0C;
}

.contact input.button{
  width: 96px;
  height: 29px;
  border: none;
  padding: 0px 6px;
  font-size: 11px;
  color: #522E0C;
}

.contact textarea{
  width: 260px !important;
  width: 245px;
  height: 107px;
  border: solid 1px #B85E06;
  padding: 4px 6px;
  font-size: 12px;
  color: #522E0C;
}

.contact label{
  color: #B85E06;
}


/*****************************************************/
/* PROCESO DE COMPRA */
/*****************************************************/

.purchase p{
  color:#B85E06;
}

.purchase span{
  color:#B85E06;
}

.purchase input.button{
  width: 96px;
  height: 29px;
  border: none;
  padding: 0px 6px;
  font-size: 11px;
  color: #522E0C;
}

.purchase input[type='text']{
  width: 250px;
  border: solid 1px #B85E06;
  padding: 4px 6px;
  font-size: 11px;
  color: #522E0C;
}

.purchase input[type='password']{
  border: solid 1px #B85E06;
  padding: 4px 6px;
  font-size: 11px;
  color: #522E0C;
}

.purchase textarea{
  width: 325px !important;
  width: 310px;
  height: 107px;
  border: solid 1px #B85E06;
  padding: 4px 6px;
  font-size: 12px;
  color: #522E0C;
}

.purchase label{
  color: #B85E06;
}

ul.radio_list li{
  list-style: none;
  padding-bottom: 10px;
}

ul.error_list{
	background:url("img/error.png") no-repeat scroll 10px 4px #FF3333;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	color:#FFFFFF;
	margin-bottom:10px;
	padding:4px;
}

ul.error_list li{
  list-style: none;
}

#purchase-process{
  margin:0;
  font-weight: bold;
  font-size: 14px;
}

#purchase-process ul{
  height: 60px;
  margin-top: 20px;
  margin-bottom: 50px;
}

#purchase-process ul li{
  display: block;
  float: left;
  margin: 0;
  width: 145px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  background: url('img/bg_purchase_process.png') 0 0 no-repeat;
}

#purchase-process ul li.current{
  background-position: -145px    0px;
  color: #f26421;
}

#purchase-process ul li.done{
  background-position: -291px    0px;
  color: #fac9b2;
}

.purchase-resume{
  border: 1px solid #c69b6e;
  background-color: #fdf9f0;
  margin: 0 0 30px 0;
  padding: 0px 18px;
}

.purchase-resume table{
  border: none;
  background-color: #fdf9f0;
}

.purchase-resume table thead{
  font-weight: bold;
}

tr.purchase-resume-bottomborder{
  border-bottom: 1px solid #522e0c !important;
}

tr.purchase-resume-topborder{
  border-top: 1px solid #522e0c !important;
}

.purchase-resume table tr{
  background-color: #fdf9f0;
  border: none;
}

.purchase-resume table tr td{
  background-color: #fdf9f0;
  padding: 8px  0px;
}

.purchase-confirmation p{
  color: #522E0C;
  font-size: 14px;
}

.purchase-confirmation-low{
  font-size: 12px !important;
}


/*****************************************************/
/* UTILIDADES */
/*****************************************************/

.print{
  display: none;
}

.underline{
  text-decoration: underline;
}

.left{
  float: left;
}

.right{
  float: right;
}

.gadget{
	padding-bottom: 10px;
}

input[type='text'].short{
  width: 150px;
}

select{
  border: solid 1px #B85E06;
  padding: 4px 6px;
  font-size: 11px;
  color: #522E0C;
}

#map{ width: 345px; height: 300px; }

/*****************************************************/
/* PAGINADOR */
/*****************************************************/

#pager{ color: #666; font-size: 11px; padding: 10px 0px; }
#pager ul{ list-style: none; }
#pager ul li{ display: block; float: left; border: solid 1px #666; margin: 1px; }
#pager ul li a{ padding: 2px 5px; color: #666; text-decoration: none; }
#pager ul li a.current{ }
#pager ul li a:hover{ }

