html {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:20px;
/*	background: #656562 url(../images/layout/sitebg.png) top center repeat-y; */
	background:#656562;
	color: #615C58;
}


#shdw {
	width:900px;
	height:100%;
	margin: 0 auto;
	background: #656562 url(../images/layout/sitebg.png) top center repeat-y;
}

h1, h2, h3, h4 {
	display:block;
	font-weight:bold;
}

h1{
	font-size:18px;
	margin:15px 0 0 0;
}

h2{
	font-size:16px;
	margin:12px 0 0 0;
}

h3{	
	font-size:14px;
	margin:10px 0 0 0;
}

h4{	
	font-size:12px;
	margin:10px 0 0 0;
}

p{
	margin:10px 0;
}

a, a:visited, a:active, a:link{
	font-size:12px;
	font-weight:bold;
	color:#a67474;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;

}

#inner_content p a{
	font-size:12px;
}


.tcenter{
	text-align:center;
}

.tleft{
	text-align:left;
}

.tright{
	text-align:right;
}

.clr{
	clear:both;
}


div.hr{
	width:100%;
	height:23px;
	background:url(../images/layout/hr_bg.png)top center no-repeat;
	margin:0;

}

img.hr{
	display:block;
	width:256px;
	height:23px;
	margin:0 auto;

}

/* LAYOUT */

#container{
	width:800px;
	margin:0 auto;
	padding:0;
}

#header{
	width:800px;
	height:120px;
	margin:0;
	padding:0;
/*	background: url(../images/layout/header.png) top left no-repeat;*/
}

#header h1{
	display:none;
	margin:0;
}

#topnav{
	width:800px;
	height:22px;
	background:#555 url(../images/layout/menu_bg.png) top left repeat-x;
	margin:0;
	padding:0;

}


#leftcolumn{
	width:150px;
	float:left;
}

#rightcolumn{
	width:150px;
	float:right;
}

#content{
	width:500px;
	float:left;
	background:url(../images/layout/content_shadow.png) top left no-repeat;
}

#inner_content{
	width:480px;
	margin:10px auto 0 auto;
	padding:1px 0;
}

#leftcolumn img,#rightcolumn img{
	display:block;
	margin:0;
	padding:0;
}

#leftcolumn ,#rightcolumn {
	color:#767474;
	font-size:12px;
	line-height:14px;
}

#inner_left{
	width:140px;
	margin:0 auto;
	padding:00;
}

#inner_left hr{
	color:white;
	height:4px;
	border:solid 1px white;
}

#inner_left p{
	font-size:12px;
	color:white;
}

#footer{	clear:both;	width:800px;	height:266px;	background: red url(../images/layout/footer.png) top left no-repeat;
	text-align:center;
}

#footer .fbody{
	width:800px;
	float:left;
	margin:220px 0 0 0;	
}

.fbody h3, .fbody p{
	margin:0;
}

#inner_content .narrow{	width:450px;	margin:0 auto;	text-align:justify;}

/* NAVIGATION */

#topnav ul{
	display:block;
	margin:0 0 0 80px;
	padding:0;
	height:22px;
	overflow:hidden;
	list-style:none;
}

#topnav ul li{
	display:block;
	height:22px;
	float:left;
	margin:0;
	padding:0;
}

#topnav ul li a{
	display:block;
	float:left;
	height:22px;
	padding:1px 14px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	background:none;
}

#topnav ul li a:hover, #topnav ul li a.active{
	background:#e4bc96;
	color:#333;
}


/*  login form */

#inner_left img.haj{
	display:block;
	width:168px;
	margin:15px auto 5px auto;
}
/* GALÉRIA*/

ul.galeria_folders{
	margin:0;
	padding:0;
	list-style:none;
}

ul.galeria_folders li
{
	float:left;
	margin:5px 10px 5px 0;
}

ul.galeria_folders li a{
	display:block;
	float:left;
	width:100px;
	height:35px;
	color:#666;
	padding:55px 0 0 0;
	text-align:center;
	background:url(../images/layout/folder.gif) top center no-repeat;
}

ul.galeria 
{
	margin:0;
	padding:0;
	list-style:none;
}

ul.galeria li
{
	float:left;
	margin:5px 10px 5px 0;
}

ul.galeria li a:hover 
{
	background:transparent;
}

ul.galeria li img
{
	height:50px;
	border:solid 1px #e4bc96;
}




/* LIGHTBOX*/


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


