#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;	

	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #eee;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	/*padding: 10px;*/
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 100%;
		line-height: 150%;
		color: #444444;
		float: left;
		padding: 0 0px 0 0;
	}
	
	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}



/*----- carta menu ------*/

#carta-menu { background:#fff url(../img/fondo-carta-menu.gif) center top no-repeat; width:850px; padding:35px 0px 0; margin:0px;}
#carta-menu h4 { font: normal 120% Georgia, "Times New Roman", Times, serif; color:#CC0000; background: none; margin:35px 0 5px 0px;}
.ee { float:right; }
.ee a{ font: normal 100% Arial, Helvetica, sans-serif; color:#999; text-decoration:none; margin-right:35px;}
.ee a:hover{ color:#000;}

.columna { float:left; width:190px; margin:20px 0 0 20px; }
#carta-menu ul { }
#carta-menu li { color:#666; list-style-type:none; background:url(../img/ico-flecha2.gif) left 4px no-repeat; padding-left:10px; line-height:150%; font: normal 90% Arial, Helvetica, sans-serif; margin-left:8px;}
#carta-menu li span { padding-left:3px; color:#999;}


/*----- carta bebida ------*/

#carta-bebida { background:#fff url(../img/fondo-carta-bebida.gif) center top no-repeat; width:850px; padding:35px 0px 0; margin:0px;}
#carta-bebida h4 { font: normal 120% Georgia, "Times New Roman", Times, serif; color:#CC0000; background: none; margin:35px 0 5px 0px;}
.ee { float:right; }
.ee a{ font: normal 100% Arial, Helvetica, sans-serif; color:#999; text-decoration:none; margin-right:35px;}
.ee a:hover{ color:#000;}

.columna2 { float:left; width:220px; margin:20px 0 0 40px; }
#carta-bebida ul { }
#carta-bebida li { color:#666; list-style-type:none; background:url(../img/ico-flecha2.gif) left 4px no-repeat; padding-left:10px; line-height:150%; font: normal 90% Arial, Helvetica, sans-serif; margin-left:8px;}
#carta-bebida li span { padding-left:3px; color:#999;}
