
	body{
		margin:0px;
		background-color:#000;
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		
	}
	
	html{
		overflow-y: scroll;
	}
	
	a {
		color: #AA0200;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}
	
	dt a, h2 a{
		color:#666;
	}

	#wrapper_header{
		display:block;
		background:url(../Images/header-bg.png);
	}
	#header{
		display:block;
		margin-left:auto;
		margin-right:auto;
		height:80px;
		width:900px;
		color:#FFF;
	}
	#header img{
		border:0px;
	}
	#header #header-logo{
		 margin-top:20px;
		 height:45px;
		 margin-left:10px;
		 margin-right:10px;
	}
	#header #userbox{
		display:block;
		height:30px;
		text-align:right;
		color:#FFF;
	}
	#header #userbox a{
		color:#FFF;
		text-decoration:none;
		margin-left:10px;
	}
	#header #panel{
		float:right;
		height:70px;
		display:block;
		padding:5px;
		padding-left:20px;
	}
	#header #panel #panel_search{
		display:block;
		background:#FFF;
		border:thin #000 solid;
	}
	#header #panel input{		
		width:130px;
		height:18px;
		margin:0px;
		border:none;
		outline: none;
		margin-top:2px;
	}
	
	#header #panel .search{
		margin:0px;
		padding:0px;
		display:inline-block;
		background-image: url(../Images/panel-search.png);
		height:20px;
		text-decoration:none;
		width:20px;
	}
	
	#header ul{
		margin:0px;
		padding:0px;
		padding-left:20px;
		float:right;
		display:inline;
		border-right:thin #000 solid;
	}
	#header li{
		display:inline;
		list-style-type:none;
		text-align:center;
	}
	#header li:hover{
		background-image:url(../Images/nav-arrow.png);
	}
	#header li a{
		display:block;
		float:left;
		padding:25px 8px;
		line-height:30px;
		color:#FFF;
		border-left:#000 thin solid;
		text-decoration:none;
		text-transform: uppercase;
	}
	#header li a:hover{
		background: url(../Images/header-bg-hover.png);
	}
	
	#wrapper_content{
		display:block;
	}
	
	#advertisement{
		display:block;
		float:right;
		left:10px;
	}
	#advertisement img{
		width:100px;
		display:block;
	}
	
	#content{
		display:block;
		margin-left:auto;
		margin-right:auto;
		padding:10px;
		background-color:#FFF;
		width:900px;
		display:block;
		min-height:550px;
	}
	#wrapper_spacer{
		display:block;
		background:url(../Images/footer-bg.png);
		padding-top:8px;
		color:#FFF;
	}
	
	
	#wrapper_sitemap{
		display:block;
		color:#FFF;
		background: #666;
		padding-bottom:30px;
	}
	#sitemap{
		margin-left:auto;
		margin-right:auto;
		width:900px;
		padding-top:10px;
	}
	#sitemap ul{
		display:block;
		margin:0px;
		text-transform:uppercase;
	}
	
	#sitemap a{
		text-decoration:none;
		color:#FFF;
	}
	#sitemap_descr{
		float:right;
		margin:20px;
		width:600px;
	}
	#sitemap #findus {
		float:right;
		margin-top:10px;
	}
	#sitemap #findus img{
		height:24px;
		width:24px;
		border:0px;
	}
	
	#wrapper_footer{
		display:block;
		background:url(../Images/footer-bg.png);
		padding-top:8px;
		color:#FFF;
	}
	#wrapper_footer img{
		border:0px;
	}
	#footer{
		display:block;
		margin-left:auto;
		margin-right:auto;
		padding:10px 0px 15px 0px;
		width:900px;
		font-size:13px;
		font-weight:bold;
	}
	#footer-valid{
		float:right;
		margin-right:5px;
	}
	
	.zoomable{
		cursor: crosshair;
	}
	
	/******************************************************************************************************/
	/* main */
	/******************************************************************************************************/
	
	.picture-shadow {
		float: left;
		background: url(../Images/shadow.gif) no-repeat bottom right;
		margin: 5px;
	}
	.picture-frame {
		float: left;
		background-color: #FFFFFF;
		border: 1px solid #a9a9a9;
		padding: 10px;
		position: relative;
		left: -5px;
		top: -5px;
		text-align:center;
		font-weight:bold;
	}
	
	.block{
		display:block;
		padding-bottom:15px;
	}
	.block h1{
		display:block;
		background-color:#555;
		padding:8px 6px;
		margin:0px;
		color:#FFF;
		font-size:16px;
		font-weight:bold;
		border-top-left-radius: 7px 7px;
		border-top-right-radius: 7px 7px;
	}
	.block h1:before{
		content: "•";
		font-weight:normal;
	}
	.block .text{
		display:block;
		border:thin #AAA solid;
		border-top:none;
		padding:5px 10px 15px 10px;
		border-bottom-left-radius: 7px 7px;
		border-bottom-right-radius: 7px 7px;
	}
	
	.clear{
		clear:both;
	}
	
	.link:hover{
		cursor:pointer;
	}
	.bottomline{
		border-bottom: #000 solid thin;
	}
	.hidden{
	  display:none;
	}
	
/****************************************************************************************/
/* home 
/****************************************************************************************/

	.box{
		width:550px;
		float:left;
		padding:5px 10px 15px 10px;
	}
	.box dt{
		clear:both;
		font-weight:bold;
		margin-bottom:3px;
		font-size:14px;
	}
	.box dt .postinfo{
		font-size:10px;
		font-weight:100;
		color:#999;
	}
	.box dd{
		margin:0px;
		margin-bottom:10px;
	}
	
	.list{
		border-left:thin solid #000;
		margin-left:20px;
		width:300px;
		float:right;
		min-height:300px;
		max-height:350px;
		height:auto;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	
/****************************************************************************************/
/* fotos 
/****************************************************************************************/

	
	.piclink{
		text-decoration:none;
		margin-right:5px;
		color: #009;
		cursor:pointer;
	}