@charset "utf-8";
html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
/* hide overflow:hidden from IE5/Mac */
/* \*/
/*overflow:hidden; /*get rid of scroll bars in IE */
/* */
}

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d4c5a0;
	background-image: url(img/paper.jpg);
	background-repeat: repeat;
	height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
/*overflow:hidden; /*get rid of scroll bars in IE */
border:0; /* remove borders */
}
.twoColFixLt #container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 635px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #fff;
	text-align: center; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}
.twoColFixLt #container_fotos {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	overflow:hidden;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	position: absolute;
	top: 70px;
	left: 50px;
	padding: 15px 10px 15px 10px;
	overflow:auto;
}
.twoColFixLt #mainContent { 
	position:absolute;
	top: 15px;
	left: 530px;
	width:420px;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
} 
.twoColFixLt #mainContent_fotos { 
	margin: 0px 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 920px;
	padding: 0 40px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
height:100%; /* set height to full page */
overflow:hidden; /* add scroll bars as required */
position:relative; /* set up relative positioning so that z-index will work */
z-index:3; /* allocate a suitable z-index */
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link { 
	color: #333333;
	}
a:visited {
	color: #333333;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a:active {
	color: #333333;
	}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
p {
	color: #666;
}
.box {
	margin: 0px;
	padding: 10px 25px 0px;
	border: 1px dashed #FFFFFF;
}
.where_box {
	
	position: fixed;
	left:75px;
	top: 428px;
	
	width: 350px;
	padding: 10px;
	border: 1px dashed #FFFFFF;
	text-align:center;
}
.menu_fotos {
	position: absolute;
	left:25px;
	top: 180px;
	width: 168px;
	padding: 10px;
	border: 1px dashed #FFFFFF;
	text-align:left;
}

.where_p {
	margin: 0px auto;
}
.bold {
	font-weight: bold;
	}
.bold_white {
	font-weight: bold;
	color:#fff;
	}
.logo_fotos {
	position: absolute;
	top: 15px;
	left: 20px;
}
/*********** Start Img Gallery *************/

	#dhtmlgoodies_slideshow{
		width:900px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px dashed #fff;
		margin-bottom:0px;	
		text-align:center;
		padding:0;
/*		vertical-align:middle;
		padding-top:10px;
*/
/*
		position:relative;
		left: 268px;
		width:650px;
*/
		position:absolute;
		left: 280px;
		top: 15px;
		width:640px;

		
		/* CSS HACK */
		height: 478px;	/* IE 5.x */
		height/* */:/**/480px;	/* Other browsers */
		height: /**/480px;
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1em;
		color: #666;
		padding-top:10px;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px dashed #fff;

		position:relative;
		float:left;
		left:25px;
		width: 895px;
		top:515px;


		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		top:0px;
		left:0px;
		z-index:10;
		background-color: transparent;
		border-right: 1px dashed #fff;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		top:0px;
		z-index:10;
		background-color: transparent;
		border-left: 1px dashed #fff;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		padding:0px;
		margin:0px;
		height:100px;
		left:0px;
		width:100000px;
		top:-30px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px 1px;
		filter: alpha(opacity=70);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
	display:none;
	position:fixed;
	left:495px;
	top:420px;
	background-color:#666;
	border:1px dashed #fff;
	padding:15px 30px;
	color:#fff;
	font-weight: bold;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
/*********** End Img Gallery *************/

