@CHARSET "ISO-8859-1";

body {
 margin:0;
 background: url('../img/sfondo01.jpg') repeat-x #7e7868;
}

#site_conten {
	margin: auto;
	width: 1020px;
	margin: 0px auto 0 auto;
	
}

#total_conten {
	width: 1000px;
	float:left;
	position:relative;
	border:2px solid #847c71;
}

#header {
	float: left;
	width: 1000px;
	height:70px;
	color:#fff;
	padding: 10px  0 0 0px;
}
#over-header p,
#header  p{
	font-family: Times New Roman,comic sans ms,cursive; 
	font-size: 34px;
	color:#fff;
	margin: 10px 0 10px 0 ;
	float: left;
	clear:both;
}

#over-header span,
#header  span{
	font-family: comic sans ms,cursive; 
	font-size: 18px;
	color:#fff;
	float: left;
	clear:left;
}


#header-dinamico {
	float: left;
	width: 1000px;
    height: 250px;
   background:  #f7f7f7;
}

#over-header {
	position:absolute;
	left:0px;
	top: -75px;
/*	width: 420px;*/
	height: 70px;
	z-index: 60;
	overflow:hidden;
}	
	
#footer {
	background:#554e44;
	color:#fff;
	float:left;
	padding:0;
	width:100%;
	margin: 1px 0 0 0;
}



#footer-dinamico {
	float: left;
	width: 960px;
	font-size:0.95em;
}

#credits {
		
	float:left;
	padding:0;
	width:100%;
	color: #ccc;
	font-size:0.85em;
	text-align: right;
	margin: 5px 0 0 0;
}
#credits p {
    width:985px;
    margin: 0 auto;
}

#credits a{
	color: #ccc;
	font-weight: normal !important;
	}
	
#credits a:hover{
	color: #fff;
	}
	

#credits span{
	color: #238202;
	}
	
#central_conten {
	float: left;
	width: 100%;
	margin: 1px 0 0 0;
	padding: 10px 0 0 0;
	background:#fff;
}		