@charset "UTF-8";
/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

body,
form, input {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FBE9A9;
	/*background-image:url(images/bg03.jpg);*/
}

/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

.container {
	margin:0 auto;
	width: 942px;
	background-image:url(images/body_bg.jpg);
	padding-bottom:20px;
}

.clear {
	clear:both;
}

	/* -----------------------------
	   LOGO                        */
	
	#logo{
		background:url(images/arqueologo_header.jpg);
		height:114px;
	}
	

	
	/* -----------------------------
       3 COLUMN Layout       */
	   
	#threecolumn_left {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 23px;
		margin-right: 0px;
		width: 294px;
		float: left;	
		display:inline;

	}
	#threecolumn_center {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 7px;
		margin-right: 7px;
		width: 294px;	
		float: left;
		display:inline;

	}
	#threecolumn_right {
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 22px;
		width: 294px;
		float: right;
		display:inline;

	}
	

	/* -----------------------------
	/* -----------------------------
       FOOTER                      */

	#footer {
		margin:0 auto;
		width: 942px;
		background-image:url(images/footer_bg.jpg);
		background-repeat:no-repeat;
		clear:both;
		color:#666666;
		font-size:11px;
		height:60px;
	}


	/* --------------------------- 
	   HOMEPAGE IMAGE SWITCHER    */

#picture {
	margin: 8px auto 0;
	width: 598px;
	height: 301px;
	background: url(images/home_welcome.jpg) no-repeat top left;
	float:right;
	margin-right:23px;
	display:inline;
}
#image_tab {
	margin: 8px auto;
	width: 297px;
	height: 76px;
	background: #ccc;
	float:left;
	margin-left: 23px;
	display:inline;
}
#image_tab ul {
	list-style: none;
	height: 76px;
	font-weight: bold;
	font-size: 12px;
}
#image_tab li {
	float: left;
	background: transparent;
	display:inline;
}
#image_tab li a {
	width:297px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#image_tab ul li a:hover {
	color: #fff;
	background: #FFF;
}
#image_tab li ul {
	position: absolute;
	background: #FFF;
	left: -5000px;
	top: 50px;
}
#image_tab li li {
	width: 297px;
}

li#tab_arqueolgo a {
	background: #FFF;
}
li#tab_bb a {
	background: #FFF;
}
li#tab_camping a {
	background: #FFF;
}
li#tab_titicaca a {
	background: #FFF;
}
li#tab_arqueologo:hover ul {
	margin-left: 298px;
	margin-top: 108px;
	left: auto;
	width: 598px;
	height: 301px;
	text-indent: 0;
}
li#tab_bb:hover ul {
	margin-left: 298px;
	margin-top: 108px;
	left: auto;
	width: 598px;
	height: 301px; 
}
li#tab_camping:hover ul {
	margin-left: 298px;
	margin-top: 108px;
	left: auto;
	width: 598px;
	height: 301px; 
}
li#tab_titicaca:hover ul {
	margin-left: 298px;
	margin-top: 108px;
	left: auto;
	width: 598px;
	height: 301px; 
}


/* --------------------------- 
   STYLE TAGS
------------------------------ */

#logo img {
	padding:24px 0px 0px 30px;
	border:0px;
}

#footer p {
	padding:28px 40px 0px 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#726838;
	text-align:center;
}
#footer a {
	color:#009136;
	text-decoration:none;
}
#footer a:hover {
	color:#009136;
	text-decoration:underline;
}

#threecolumn_center_home {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	width: 294px;
	height:104px;	
	float: left;
	background-image:url(images/titicaca-lake.jpg);
	text-align:right;

}

