@charset "utf-8";
/* CSS Document */
/*********************************** MainTemplate ********************************/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background-color: #000;
	margin:0;
	background-image: url(../images/siteBg.jpg);
	background-repeat: x-repeat;
	background-position: 0px 0px;
}
a {	
	color: #0c8aa7;
}
a:hover {	
	color: #15c7f0;
}
a:visited {	
	color: #024f5f;
}
.tripDate {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	color: #FFF;
	
}
.itinerary {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	color: #FFF;
}

#siteContainer { /* Site layout */
	background-color: #000;
	width: 980px;	/*Ancho de la página*/
	margin: 0 auto;
}
#botImage { /* Site layout */
	
	width: 980px;	/*Ancho de la página*/
	margin: 0 auto;
}

#topContainer { /* Site logo and main menu container */
	position: relative;
	height: 55px;
}
#logoContainer { /* Site logo and main menu container */
	position: relative;	
	top: 0px;
	left: 8px;
	width: 618px;
	z-index: 5;
}
#middleContainer { /* container for contents of any page */
	position: relative;
	background-color: #00181a;	
	height: 652px;	
}
#footerContainer { /* Site footer container */
	position: relative;	
	height: 80px;
}
/**** main menu ****/
#tripsMenu {
	position: absolute;
	top: 21px;
	left: 231px;
	width: 750px;
	z-index: 6;
	height: 34px;
}
#tripsMenu ul
{
	border: 0px;
	margin-top: 2px;
	background-color:  #000;
}
#tripsMenu li {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-variant:small-caps;	
	font-size: 12px;
	width: 149px;
	background-color: #000000;
	border: 0px;
}
#tripsMenu a.MenuBarItemSubmenu{ /*menu nivel1 (continentes)*/
	color: #ffffff;
	background-color:  #000;
	background-image: url(../images/mainMenuBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-right: 1pt;
	padding: 8px;	
}
#tripsMenu a.MenuBarItemSubmenu:hover{ /*menu nivel1 (continentes)*/
	color: #ffffff;
	background-image: url(../images/mainMenuBg_hover.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-right: 1pt;
	padding: 8px;	
}
#tripsMenu ul a{ /*menu nivel2 (paises)*/
	color: #ffffff;
	background-color:  #024857;
}
#tripsMenu ul a:hover{ /*menu nivel2 (paises) - resaltado*/
	background-color:  #026b82;
}
/**** Footer menu ****/
#footerMenu {
	position: absolute;
	top: 1px;
	left: 210px;
	
}
#footerMenu li {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-variant:small-caps;	
	font-size: 12px;
	width: 149px;
	background-color: #000000;
	border: 0px;
}
#footerMenu li a { 
	color: #ffffff;
	background-color:  #000;
	background-image: url(../images/mainMenuBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-right: 1pt;
	padding: 8px;	
}
#footerMenu li a:hover { 
	color: #ffffff;
	background-image: url(../images/mainMenuBg_hover.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-right: 1pt;
	padding: 8px;	
}
#copyright {
	position: absolute;	
	top: 62px;
	left: 670px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #aaa;
	background-color: #000;
	margin:0;
	font-weight: lighter;
}
/*********************************** End MainTemplate ********************************/
/*********************************** Home page ********************************/
#homeImageContainer { /* Site logo and main menu container */
	position: relative;	
	top: 30px;
	
}
.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:30px;
	}
/*********************************** End Home page ********************************/
/*********************************** tripTemplate ********************************/
#tripHeadlineContainer {
	position: relative;	
	height: 40px;
	background-color: #000;	
}
#tripMiddleContainer {
	position: relative;	
	height: 602px;	
}
#tripTitle { /* Name of the trip */
	position: absolute;	
	top: 10px;
	right: 20px;
	width: 700px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-variant:small-caps;
	text-align: right;	
}
#tripTitle a{ /* Name of the trip */
	width: 700px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant:small-caps;
	text-align: right;	
	color: #FFF;
	text-decoration: none;
}

/*********************************** End tripTemplate ********************************/
/*********************************** tripHomeTemplate ********************************/
#tripPhotoContainer {
	position: absolute;
	top: 1px;
	left: 0px;
	height: 440px;
}
#gotoGalleryContainer a{
	position: absolute;
	top: 450px;
	left: 0px;
	color: #fff;
	width: 980px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
#tripTextContainer {
	position: absolute;
	top: 470px;
	left: 0px;
	background-color: #01303a;
	height: 95px;
	width: 920px;
	margin: 15px;
	padding: 15px;
	padding-top: 5px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;	
	overflow-y: auto;
	scrollbar-3dlight-color:#00181a;
	scrollbar-arrow-color: #06b7dd;
	scrollbar-base-color: #00181a;
	scrollbar-darkshadow-color: #00181a;
	scrollbar-face-color: #003f4b;
	scrollbar-highlight-color: #00181a;
	scrollbar-shadow-color: #00181a;
	scrollbar-track-color: #00181a;	
}

/*********************************** End tripHomeTemplate ********************************/
/*********************************** tripGalleryTemplate ********************************/
#locationsMenuContainer {	
	width: 980px;
	height: 30px;
	background-color: #00181a;	
}
#iframeContainer {	
	width:100%; 
	height:580px; 
}
#photoGallery {	/*iframe*/
	width:100%; 
	height:580px;		
}
/*********************************** End tripGalleryTemplate ********************************/
/*********************************** tripGalleryTemplateV3 ********************************/
#locationsMenuContainerV3 {	
	width: 980px;
	height: 30px;
	background-color: #00181a;	
}
#iframeContainerV3 {
	background-color: #000000;
	width:980px;
	height:580px;
	overflow: hidden;
}
#photoGalleryV3 {	/*iframe*/
	width:1000px; 
	height:654px;
	position: relative;		
	top:-120px;
	left: -20px;
}
/*********************************** End tripGalleryTemplate ********************************/
/*********************************** Gallery pages ********************************/
/**** locations menu ****/
#locationsMenu {
	position: absolute;	
	top: 3px;
	left: 0px;
	width:980px;
	z-index: 5;
}
#locationsMenu ul
{
	border: 0px;
	background-color: #00181a;
}
#locationsMenu li {		
	background-color: #00181a;
	border: 0px;
	width:auto;
}
#locationsMenu li a { 
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;		
	font-size: 11px;
	color: #f3fdfe;
	background-color:  #00181a;	
	padding-right:10pt;
	margin-right:5pt;
}
#locationsMenu li a:hover {
	background-color:  #026b82; 		
}

#locationsMenu ul a{ /*menu nivel2*/
	font-size: 10px;
	background-color:  #024857;
	width:  80px;
	margin-right:0pt;
	
}
#locationsMenu ul a:hover{ /*menu nivel2 - resaltado*/
	font-size: 10px;
	background-color:  #026b82;
	width: 80px;
}
/*****gallery pages creadas por Bridge*****/
#photoGallery body{	
	background-color:  #000000;	
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;		

}
#photoGallery thumbnail{	
	background-color:  #00ff00;
	height: 100px;	
}
/*********************************** End Gallery pages ********************************/
/*********************************** Other pages ********************************/
.otherTitle { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-variant:small-caps;
	border-bottom:dotted;
	border-bottom-width: thin;
	border-bottom-style:dotted;
  	border-bottom-color:#cccccc;
	padding:10px;
}
#mePhotoContainer{
	position:absolute;
	top:80px;
	left: 200px;
}
#meTextContainer{
	position:absolute;
	top:40px;
	left: 430px;
	width: 410px;
	padding: 20px;
}
#copyContainer{
	position:absolute;
	top:80px;
	left: 200px;
	width: 500px;	
}
#titleLinkContainer{
	padding: 20px;
	padding-bottom: 0px;
}
#linksContainer{	
	width: 940px;
	padding: 20px;
	
}

		
}
