/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #191919;
}
#contenedor {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #191919;
}
#top {
	height: 160px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#logo {
	margin-top: 5px;
	margin-left: 5px;
}
#navegacion {
	width: 600px;
	height: 40px;
	position: absolute;
	top: 80px;
	left: 200px;
}

#navegacion ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navegacion li {
	float: left;
	height: 30px;
}
#navegacion a {
	display: block;
	height: 30px;
}
#navegacion span {
display:none;
}
#navegacion #home_btn {
	background-image: url(../images/botones/home.png);
	background-repeat: no-repeat;
	width: 60px;
}
#navegacion #carta_btn {
	background-image: url(../images/botones/carta.png);
	background-repeat: no-repeat;
	width: 60px;
}
#carta #navegacion #carta_btn {
	background-image: url(../images/botones/carta2.png);
	background-repeat: no-repeat;
}

#navegacion #eventos_btn {
	background-image: url(../images/botones/eventos.png);
	background-repeat: no-repeat;
	width: 80px;
}
#navegacion #clientes_btn {
	background-image: url(../images/botones/clientes.png);
	background-repeat: no-repeat;
	width: 130px;
}
#navegacion #contacto_btn {
	background-image: url(../images/botones/contacto.png);
	background-repeat: no-repeat;
	width: 80px;
}
#navegacion #galeria_btn {
	background-image: url(../images/botones/galeria.png);
	background-repeat: no-repeat;
	width: 70px;
}
#navegacion #promo_btn {
	background-image: url(../images/botones/promo.png);
	background-repeat: no-repeat;
	width: 120px;
}
#contenido {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 140px;
}
#footer {
	clear: both;
	width: 920px;
	background-color: #191919;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
	width: 930px;
}
.datos_ubicacion {
	width: 200px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.caja_transparente {
	height: 400px;
	width: 300px;
	border: 2px solid #000000;
	position: absolute;
	/*background-color:#333333;*/
	background-image:url(../images/fondos/trama.gif);
	top: 10px;
	right: 10px;
	z-index: 100;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
	
}
.texto_cajaTrans  {
	color:#FFFFFF;
	position: absolute;
	top: 20px;
	z-index: 110;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 270px;
	right: 30px;
	height: 300px;
}
.texto_cajaTrans .texto_index {
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
	display: block;
}
.texto_cajaTrans .contact {
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
	display: block;
	font-size:14px;
}

.texto_cajaTrans .contact p{
	padding-top: 10px;
	padding-bottom: 10px;	
}

.top_contenido {
	height: 200px;
}
.contenedor_2columnas .columna {
	float: left;
	width: 420px;
	margin-left: 20px;
}
#carta  #contenido {
	background-image: url(../images/fondos/bg_carta.gif);
	padding-bottom: 10px;
}

#carta #contenedor #contenido .contenedor_2columnas .columna th {
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	padding-top:5px;
}
#carta .columna td {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#carta .contenedor_2columnas .columna table {
	width: 410px;
	padding-bottom: 10px;
		padding-top: 10px;
}
#carta #contenedor #contenido .contenedor_2columnas .columna h2 {
	font-size: 120%;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:20px;
	color:#000;
}
#carta h1 {
	background-image: url(../images/titulos/carta_h1.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 920px;
	margin-top: 10px;
}
#carta #contenedor #contenido .top_contenido span {
	display: none;
}
.tragos {
}
.comidas {
}
.bg_blanco {
	background-color: #FFFFFF;
}
.vinculo_blanco {
	color: #FFFFFF;
}
.album {
	float: left;
	width: 140px;
	background-color: #666666;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.album img {
	height: 104px;
	width: 140px;
	overflow: hidden;
}
.marcas {
	
	background-color:#191919;
	float: left;
	margin: 5px;
}
.centrado {
	text-align: center;
}
.evento {
	clear: both;
	width: 90%;
	padding: 10px;
}
.evento img {
	float: left;
	padding: 5px;
}
.evento h2 {
	font-size: 250%;
	font-weight: lighter;
}
.texto_cajaTrans .texto_index a {
	color: #FFFFFF;
	text-decoration: underline;
}
#carta  .contenedor_2columnas .columna .accordion  .accordion2 table tr td h3 {
	font-size: 120%;
	color: #CCC;
}
