@charset "utf-8";
body  {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 
.twoColFixLtHdr #container { 
	width: 973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 669px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin:0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 670px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 
	 
	 /*background:#DDDDDD; */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a{text-decoration:none;}
img{border:0;}

a:hover{text-decoration:none;}

.azulclarito{
	color:#ccf2fe;
	line-height:18px;
}

.alto16px{
line-height:16px;
height:16px;}

.oportunigadis{
color:#ccf2fe;
line-height:18px;
font-size:12px;
font-weight:bold;
}

.azul {
color:#3086a1;
}
.azul a{
color:#25667a;
}
.azulnegrita a{
color:#25667a;
}
.azul:hover,.azulnegrita:hover,.azulnegrita a:hover{
color:#25667a;
}

.azulnegrita{
color:#3086a1;
font-weight:bold;
}

.azul12negrita{
color:#25667a;
font-size:12px;
font-weight:bold;
}
.tre13azuosc{
font-weight:bold;
color:#25667a;
background:#3ca6c7;
}
.tre13azuosc:hover{
font-weight:bold;
color:#582d15;
background:#3ca6c7;
}
.tre13azuosc:active{
background: #FFFFFF;
}
.cuerpobloque{
	display:block;
	float:right;
}
.azul14negrita{
color:#3ca6c7;
font-size:14px;
font-weight:bold;
}
.rosa14negrita{
color:#fe0387;
font-size:15px;
font-weight:bold;
}
.blanconegrita{
color:#FFFFFF;
font-weight:bold;
}
.precioOport{
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}
.tre15azuosc{
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#25667a;	}
.tre15azuosc:hover{	
	color:#1b4a59;}
	
.tre15azu{	
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:15px;
	font-weight:bold;
	color:#3086a1;}
.tre15azu:hover{	
	color:#1b4a59;}

.tre15marr{	
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:15px;
	font-weight:bold;
	color:#ad7f00;	
}
.tre15marr2{	
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:15px;
	font-weight:bold;
	color:#ad7f00;
	line-height:21px;
}
.tre15marr:hover{
color:#582d15;	
}	
.tre15marrosc {
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:15px;
	font-weight:bold;
	color:#6e5000;	
	}	
.tre15marrosc:hover{
color:#582d15;	
}

.tre13marrosc {
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:13px;
	font-weight:bold;
	color:#6e5000;	
}	
.tre13marrosc:hover{
color:#582d15;	
}

.tre18azuosc{	
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:18px;
	font-weight:bold;
	color:#25667a;
	}
.tre18rosa{	
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:14px;
	font-weight:bold;
	color:#fe0387;
	}
.tre18marrosc {
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:18px;
	font-weight:bold;
	color:#6e5000;	
	}	
		
#menu{
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:16px;
	font-weight:bold;
	float: left;
	width: 195px;
	height: 190px;
		/*border: 0px solid #ececff;
	
	
padding: 5px 5px 5px 0px ;
	 padding-left: 8px; 
	background-color:#d49b00;
	border-right-color: #006;*/
}

#menu a{
	margin-left:10px;
	font-family:Trebuchet MS,"Trebuchet MS",Trebuchet, Arial, Tahoma;  
	font-size:16px;
	color:#FFFFFF;	
	padding: 3px 1px;
	display: block;
/*	width: 100%;
	

	border-bottom: 0px solid gray;*/
 text-decoration: none;
}

#menu a:hover{
 /*	background-color: #ad7f00;53270e
	*/ color: #6e5000;
}


.titulos {
	color: #036;
}

.centrobajo {

width:670px;

}
.bajoizq{
margin-top:10px;
width:370px;
float:left;
display:inline;
}

.bajoder {
margin-top:10px;
width:295px;
float:right;
display:inline;
}

#contenidocentral{
	float:left;
	width:450px;
	min-height: 220px;
	background-color:#f9f0d3;
	padding:1px;
	
	
/* 	border: 1px solid #d49b00;;
	
	 margin-left: 10px;
	 padding: 5px;
	 padding-bottom: 8px;
	background-color: #fff;*/
}

.miScroll{
	scrollbar-face-color: #d49b00;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #f9f0d3;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #f9f0d3;
	scrollbar-3dlight-color: #f9f0d3;
	scrollbar-darkshadow-Color: #f9f0d3;
}

* html #contenidocentral{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
height: 220px;
}
.rosaa{display:block}
.rosaa *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#fe0387}
.rosaa1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fe0387;
  border-right:1px solid #fe0387;
  background:#fe0387}
.rosaa2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fe0387;
  border-right:1px solid #fe0387;
  background:#fe0387}
.rosaa3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #fe0387;
  border-right:1px solid #fe0387;}
.rosaa4{
  border-left:1px solid #fe0387;
  border-right:1px solid #fe0387}
.rosaa5{
  border-left:1px solid #fe0387;
  border-right:1px solid #fe0387}
.rosafg{
  background:#fe0387;
  padding:3px 3px 3px 10px;
  text-align:center;
}

.rojo{display:block}
.rojo *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FF0000}
.rojo1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #FF0000;
  border-right:1px solid #FF0000;
  background:#FF0000}
.rojo2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #FF0000;
  border-right:1px solid #FF0000;
  background:#FF0000}
.rojo3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #FF0000;
  border-right:1px solid #FF0000;}
.rojo4{
  border-left:1px solid #FF0000;
  border-right:1px solid #FF0000}
.rojo5{
  border-left:1px solid #FF0000;
  border-right:1px solid #FF0000}
.rojofg{
  background:#FF0000;
  padding:3px 3px 3px 10px;
  text-align:center;
}

.azula{display:block}
.azula *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#3ca6c7}
.azula1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #abd8e6;
  border-right:1px solid #abd8e6;
  background:#6cbcd5}
.azula2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #ebf6f9;
  border-right:1px solid #ebf6f9;
  background:#61b6d1}
.azula3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #61b6d1;
  border-right:1px solid #61b6d1;}
.azula4{
  border-left:1px solid #abd8e6;
  border-right:1px solid #abd8e6}
.azula5{
  border-left:1px solid #6cbcd5;
  border-right:1px solid #6cbcd5}
.azulafg{
  background:#3ca6c7;
 padding:3px 3px 3px 10px;
   /**/
}
 
.azulb{display:block}
.azulb *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#afe8fa}
.azulb1{
  /* margin-left:3px;*/
 margin-right:3px;
 /*  padding-left:1px;*/
 padding-right:1px;
 /*  border-left:1px solid #dcf5fc;*/
  border-right:1px solid #dcf5fc;
  background:#c3edfb}
.azulb2{
  /* margin-left:1px;
  */margin-right:1px;
  padding-right:1px;
  /* padding-left:1px;
  border-left:1px solid #f7fcfe;
  */border-right:1px solid #f7fcfe;
  background:#beecfa}
.azulb3{
  /* margin-left:1px;
  */margin-right:1px;
  /* border-left:1px solid #beecfa;
  */border-right:1px solid #beecfa;}
.azulb4{
  /* border-left:1px solid #dcf5fc;
*/  border-right:1px solid #dcf5fc}
.azulb5{
 /*  border-left:1px solid #c3edfb;
 */ border-right:1px solid #c3edfb}
.azulbfg{
  background:#afe8fa;
  height:181px;
  padding:3px 3px 3px 0px;
/* */ }
  .oro{display:block}
.oro *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#d49b00}
.oro1{
  /*margin-left:3px;
  */margin-right:3px;
  /*padding-left:1px;
  */padding-right:1px;
  /*border-left:1px solid #ecd491;
  */border-right:1px solid #ecd491;
  background:#deb43f}
.oro2{
  /*margin-left:1px;
  */margin-right:1px;
  padding-right:1px;
  /*padding-left:1px;
  border-left:1px solid #faf5e5;
  */border-right:1px solid #faf5e5;
  background:#dcae30}
.oro3{
  /*margin-left:1px;
  */margin-right:1px;
  /*border-left:1px solid #dcae30;
  */border-right:1px solid #dcae30;}
.oro4{
  /*border-left:1px solid #ecd491;
  */border-right:1px solid #ecd491}
.oro5{
 /* border-left:1px solid #deb43f;
 */ border-right:1px solid #deb43f}
.orofg{
	width: 195px;
	height: 211px;/**/
  background:#d49b00}
  
.enlinea{display:inline;}
.noflotar{margin-left:10px; float:none;}
.salto{float:none;display:block;}
.espacioizquierda{margin-left:10px;display:inline;}
.bloqueizquierda{margin-left:10px;display:inline;
height:130px;
  border-left:10px;}
.fotooferta{
	float:left;
	background-color:#afe8fa;
	width:150px;
	padding-right:10px;
	display:block; /*inline
*/}
.separaaltura{
line-height:15px;
}
.w295{width:300px;}
.separa5px{
	font-size:5px;
}
.central{
padding:10px;
}
.central a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#D49B00;
}
.central a:hover{
	text-decoration:none;
}

input, textarea  {
  	font-size:12px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#582d15;
	border:1px #d49b00 solid;
}

submit  {
 
  background-color:#d49b00;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size:13px;
	font-weight:bold;
	color:#582d15;
	cursor:pointer;
 
}

/*recetas*/

#kwick {
	position: relative;
	/*border-bottom: 3px double #333;
	margin-top: 20px;*/
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 115px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
}

li, ul {
margin:0;
padding:0;
border:0;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #f9f0d3 url(imagenes/entrantes.jpg) ;
}

#kwick .opt2 {
	background: #f9f0d3 url(imagenes/platos.jpg);
}

#kwick .opt3 {
	background: #f9f0d3 url(imagenes/postres.jpg);
}
/*Insertado por Turu para modificación*/
#kwick .tabs {
	display: block;
	height: 20px;
	margin: 0px;
}
#kwick .gal {
	background: #FFFFFF;
}

#kwick .cas {
	background: #f9f0d3;
}
/*-----*/
ul {
	list-style: none;
}

.justizq
{
text-align:justify;
}

.divPrecio{
	background-image:url(imagenes/fondoEuro.gif);
	float:right;
	width:80px;
	height:80px;
}
.precioO{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#f00081;
	text-align:center;
	margin:25px auto;
}
.productoO{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FBB0D9;
}
.fuente08{
	font-size:0.8em;
	text-align:justify;
}
.helveticarosabold15{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#6E5000;
}
.pululart{
	color:#000000;
}
.pululart a{
	color:#000000;
	text-decoration:none;
}