body {
	background-position: left top;
	background-color: #174217;
	margin-bottom: 36px;
	background-attachment: fixed;
	background-image: url(images/bck_pantoja.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}
table {
	background-color: #fcfcfc;
}
.introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #57381f;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.captiontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
}
h2 {
	font-size: 10px;
	color: #666;
}

a 			{ color: #57381f; text-decoration: none; font-weight:normal;} 
a:link		{ color: #57381f;} 
a:visited	{ color: #57381f;} 
a:active	{ color: #57381f;} 
a:hover		{ color: #F00;}


/* BEGIN GALLERY NAVIGATION */

.galleryselect { color: #f00; text-decoration: none; font-weight:normal;}

a#right img {height: 19px;
color: #ccc;
width: 19px; 
border-width: 0; 
background: top 
left no-repeat;
}

a#left img {height: 19px;
color: #ccc;
width: 19px; 
border-width: 0; 
background: top 
left no-repeat;
}


a#right img {background-image: url(images/arrow_rightup.gif);}
a#left img {background-image: url(images/arrow_leftup.gif);}

a#right:visited img {background-image: url(images/arrow_rightup.gif);}
a#left:visited img {background-image: url(images/arrow_leftup.gif);}

a#right:active img {background-image: url(images/arrow_rightup.gif);}
a#left:active img {background-image: url(images/arrow_leftup.gif);}

a#right:hover img {background-image: url(images/arrow_rightdn.gif);}
a#left:hover img {background-image: url(images/arrow_leftdn.gif);}

/* END GALLERY NAVIGATION */




/* BEGIN GLOBAL NAVIGATION */


.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:0px solid #06a; /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
	display:block;
	color: #fff;
  background:; 
	border:0px solid #fff; /* add a 1px white border around items */
	text-decoration:none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
	color:#fff;
	background-color: #990;
  }
  
.menuselected {
	color: #990;
	background-color: #57381f;
	border:0px solid #fff; /* add a 1px white border around items */
	text-decoration:none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
 

.left01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
}


/* END GLOBAL NAVIGATION */

