/*RESET*/
* {
	margin:0;
	padding:0;
	border:0;
	font-family: Tahoma,Verdana,Sans;
	font-size: 11px;
	color:#444;
	
	}
	
body {
	text-align:center;
	background:url('img/bg1.gif');
}	


ul , ul li {
	text-decoration: none;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	
}

/*GENERIC*/
.clear {clear:both;}




/*ESTRUCTURA*/
#wrapper {
	text-align:left;
	width:900px;
	min-height:100px;
	margin:auto;
}

#logo span {
	display:none;
}
#logo {
	display: block;
	width:202px;
	height:202px;
	float:left;
	margin-top:20px;
	background: url('img/logo.gif') no-repeat;
}

#menu {float:right;
	padding-top:145px;
	padding-right:20px;
}
	#menu a {
		text-decoration: none;
		color:#eee;
		padding-left:5px;
		padding-right:8px;
		background: url(img/bulletMenu.gif) 6px right no-repeat;
	}
	#menu a:hover {
		color:#6a6247;
	}
	#menu a.active {
		color:#008700;
	}
	
#contenido {
	border: 1px solid #1c1b17;
	min-height: 377px;
	background: url(img/bgContent.gif);
	clear:both;
	margin-top:30px;
}	
#contenido.prensa {
	border:0;
	background: none;
}
	
#footer {
	clear:both;
	padding-top: 40px;
}
#direccion {
	color:#6a6247; 
	float:right;
	padding-right:24px;
}
	#direccion a {
		text-decoration: none;
		color:#fff;
		font-weight: bold
	}
	
	
	
/* HOME */
#home {
	height:377px;
	overflow: hidden;
}	

/*INTERNA*/
#designInternaDiv {
	width:449px;
	height:377px;
	float:left;
	overflow: hidden;
	border-right:1px solid #1c1b17;
}

#menuInterna {
	position:absolute;
	width:227px;
	padding-top:20px;
	z-index: 1000;
}

.concepto #menuInterna {
	position:absolute;
	width:224px;
	padding-top:20px;
	z-index: 1000;
}


#menuInterna a {
	font-size:20px;
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	display: block;
	text-transform: lowercase
}
#menuInterna a:hover {
	background: url('img/bgHover-trans.png');
}	
#menuInterna a.active {
	color:#008700;
	background: url('img/bgHover-trans.png');
}
#contenidoInterna {
	float:left;
	width:448px;
}
#contenidoInterna .txt {
	padding:20px;
}

/*TEXTOS*/

.txt h1 {
	font-weight:bold;
	color:#7c755b;
	margin-bottom:16px;
	font-size: 12px;
	line-height: 18px
}

.txt h2 {
	font-weight:normal;
	color:#008700;
	margin-bottom:16px;
	line-height: 14px;
}
.txt ,.txt p {
	color:#fff;	line-height: 14px;
}
.txt p {
	margin-bottom:8px;
		line-height: 14px;
}

.txt p span {
	color:#008700;
}
.txt p strong {
	color:#6a6247;
}


/*MENU*/

.hidden {
	display: none;
}
#submenuSushi a {
	padding-left:40px;
	
}

.submenu a:hover, .submenu a.active {
	color:#7c755b !important;
	background:url('img/bgHover-trans.png') !important;
}



.lightbox span{
	display: none;	
}

#morePics {
	position:absolute;
	width:215px;
	color:#fff;
	background:#008700;
	padding:2px;
	padding-left:5px;
	text-decoration: none;
	margin-left:-243px;
	top:612px;
	z-index: 1000;
}


#btnReserva{
position:absolute;
top:614px;
left:50%;
margin-left:225px;
}

#jquery-lightbox {
	z-index:2000;
}

.viewMore {
	float:right;
	text-decoration: none;
	background: #008700;
	color: #fff;
	width:100px;
	padding-left:10px;
	height:14px;
	position: absolute;
	top:616px;
left:50%;
margin-left:340px;
}

.viewMoreOff {
	float:right;
	text-decoration: none;
	background: #292925;
	color: #7c755b;
	width:100px;
	padding-left:10px;
	height:14px;
	position: absolute;
	top:616px;
left:50%;
margin-left:340px;
}

.viewPrev {
	float:right;
	text-decoration: none;
	background: #008700;
	color: #fff;
	width:100px;
	padding-left:10px;
	height:14px;
	position: absolute;
	top:616px;
left:50%;
margin-left:229px;
}

.viewPrevOff {
	float:right;
	text-decoration: none;
	background: #292925;
	color: #7c755b;
	width:100px;
	padding-left:10px;
	height:14px;
	position: absolute;
	top:616px;
left:50%;
margin-left:229px;
}



/*FORMS*/
label {
	display: block;
	margin-top:15px;
	color:#fff;
	padding-left:3px;
	padding-bottom:2px;
}
.l48 {
	float: left;
	width:48%;
} 
.d48 {
	float: right;
	width:48%;
} 
.l100 {
	padding-top:5px;
}
input, textarea {
	background: #0a0a0a;
	border:1px solid #161615;
}

.l48 input, .d48 input {
	width:180px;
	padding:3px;
}
.l100 textarea{
	width:100%;
	height:50px;
}

.error {
	border-color:#7c755b;
	color:#008700;
}

/*PRENSA*/

.notaPrensa {
margin-bottom:20px;
}
.notaPrensa p {
line-height:12px;
margin:0 !important;
padding:0 !important;
}
.notaPrensa h2{
margin:0 !important;
padding:0 !important;
padding-bottom:3px !important;
}
.notaPrensa .medio {
width:270px;
float:left;
}
.notaPrensa a {
text-decoration: none;
color:#008700;
margin-left:30px;
}
.notaPrensa span {
color:#7c755b !important;
}

/*SONIDO*/

.withSound {
padding-right: 0px !important;
}
#snd {
position: absolute; 
margin-top:-4px;
margin-right:500px;
}


/*menu especial*/
#menuEspecial {
	position:absolute;
	z-index:9990000;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	background: url('img/overlay.png') ;
	padding-top:150px;
	padding-bottom:50px;
	
}
#menuEspecial a span {
display: none;
}
#menuEspecial a {
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	background:url('img/closebox.png');
	left:50%;
	margin-left:290px;
		z-index:9999000;
}#contenido1 {
	min-height: 377px;
	clear:both;
	margin-top:1px;
	height: 430px;
	width: 898px;
	z-index: 50;
	float: none;
	position: absolute;
	top: 250px;
	visibility: visible;

}
#contenido2 {

	min-height: 377px;
	clear:both;
	margin-top:1px;
	height: 60px;
	width: 898px;
	z-index: 51;
	float: none;
	position: absolute;
	top: 190px;
	visibility: visible;
}
