/*Creado por Iván Bustos para DisenoPaginas.com*/
/*Prohibida su reproducción parcial ó total*/
/*Todos los derechos reservados©*/
/*Created by Iván Bustos for DisenoPaginas.com*/
/*Copying or reverse engineering is strictly prohibited*/
/*All rights reserved©*/

/*IMPORTS*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/

@import url('basic.css');

/*content*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
* html div #contentContainer
{
	height:								890px;
}
div.gallery
{
	margin-bottom:						10px;
	position:							relative;
	background-color:					#d0a48c;
	overflow:							auto;
	
}
* html div.gallery
{
	padding:							10px;
} 

div.gallery a
{
	bottom:								0;
	color:								#FFF;
	display:							block;
	float:								left;
	font-size:							40px;
	background-image:					url('../images/about/buttonBG.png');
	width:								30px;
	height:								45px;
	padding-left:						10px;
	padding-top:						5px;
	border-right-style:					solid;
	background-color:					#d0a48c;
	border-right-width:					1px;
}
* html div.gallery a
{
	width:								433px;
	height:								195px;
	background-image:					none;
	z-index:							400;
	margin-bottom:						5px;
	border-style:						none;
	padding:							0;
	display:							inline;
	float:								none;
}
* html div.gallery a span
{
	display:							none;
}

* html div.gallery img
{
	display:							none;
}
* html div.gallery a:hover
{
	background-image:					none;
}
div.gallery a:hover
{
	background-image:					url('../images/about/buttonBGhover.png');
}

div.gallery a.p1:hover img,
div.gallery a.p2:hover img,
div.gallery a.p3:hover img,
div.gallery a.p4:hover img,
div.gallery a.p5:hover img,
div.gallery a.p6:hover img
{
	position:							absolute;
	left:								0;
	top:								0px;
	left:								0px;
	display:							inline;
	z-index:							0;
	width:								890px;
	height:								400px;
}

div.gallery a img
{
	display:							none;
}
* html div.gallery a img
{
	display:							inline;
	width:								433px;
	height:								195px;
}
div.restaurantInformation
{
	width:								630px;
	float:								left;
}
div.moreInformation
{
	margin-top:							10px;
	width:								210px;
	float:								right;
	padding:							15px;
	background-image:					url('../images/about/buttonBGhover.png');
}

div.moreInformation p
{
	line-height:						17px;
}

div.moreInformation h4
{
	color:								#8f2e04;
	font-weight:						bold;
	margin-bottom:						5px;
	line-height:						17px;
}

div.restaurantInformation p
{
	line-height:						17px;
	margin-top:							10px;
}

div.restaurantInformation p strong
{
	font-weight:						bold;
	color:								#8f2e04;
}

br
{
	margin-bottom:						10px;
}
