/*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');

/*BASIC.CSS OVERWRITES*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
body
{
	background-image:						url('../images/BG_3.jpg');
}
a.vcard
{
	background-image:						url('../images/logoBIG.png');
	width:									350px;
	height:									355px;
	left:									-30px;
	top:									-60px;
	position:absolute;
}
#preferencesAndDescription h2
{
	font-size:								22px;
	font-weight:							bold;
	width:									665px;
	text-align:								right;
	float:									left;
	height:									30px;
}
* html #options  
{
	height:									463px;
}
#options ul.mainMenu li ul
{
	z-index:								100;
}
#options 
{
	height:									451px;
}
#options ul.mainMenu li a
{
	padding-left:							10px;
	padding-right:							10px;
}
#options div.RandomMessage
{
	width:									558px;
	height:									100px;
	background-image:						url('../images/specialTransparency.png');
}
#options div.RandomMessage h3
{
	font-size:								40px;
}
#options div.RandomMessage p
{
	font-weight:							bold;
	font-size:								17px;
	line-height:							24px;
}
div.MenuOptionsAndDescriptions
{
	background-image:						url('../images/whiteTransparentBG.png');
	position:								absolute;
	right:									0;
	width:									250px;
	height:									416px;
}
div.MenuOptionsAndDescriptions dl
{
	padding:								15px;
	height:									72px;
	border-top-style:						solid;
	border-top-color:						#bbbab9;
	border-top-width:						1px;
	border-bottom-style:					solid;
	border-bottom-color:					#d3d3cf;
	border-bottom-width:					1px;
}
div.MenuOptionsAndDescriptions dl:hover
{
	background-image:						url('../images/buttonHover.png');
}
div.MenuOptionsAndDescriptions dl dt a
{
	color:									#8f2e04;
	font-size:								21px;
}
div.MenuOptionsAndDescriptions dl dd a
{
	color:									#333;
	font-size:								14px;
	line-height:							18px;
}

/*content*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
#content
{
	padding-bottom:							0px;
	overflow:								auto;
	padding-top:							0 !important;
}
#content h2.normalTitle
{
	color:									#f2d533;
	font-size:								14px;
	margin-bottom:							10px;
}
#content p.normalText
{
	color:									#FFFFFF;
	line-height:							18px;
}
#content p.normalText strong
{
	font-weight:							bold;
}
div.restaurantIntroduction
{
	width:									540px;
	float:									left;
}
div.MenuDownloadInformation
{
	width:									310px;
	float:									right;
	background-color:						#e9d5cd;
	color:									#000000;
	padding:								10px;
	margin-top:								20px;
}
div.MenuDownloadInformation h2
{
	color:									#8f2e04;	
	font-size:								23px;
	text-align:								center;
}
div.MenuDownloadInformation h2 strong
{
	font-weight:							bold;
	font-size:								25px;
}
div.MenuDownloadInformation p
{
	line-height:							18px;
	margin-top:								10px;
	text-align:								center;
	color:									#333333;
}
div.MenuDownloadInformation p abbr
{
	font-weight:							bold;
	background-image:						url('../images/pdf_icon.gif');
	background-position:					center right;
	background-repeat:						no-repeat;	
	padding-right:							18px;
}
div.MenuDownloadInformation p a
{
	color:									#8f2e04;
	font-weight:							bold;
	font-size:								18px;
}
div.MenuDownloadInformation p a:hover
{
	text-decoration:						underline;
}
