#page {
	width: 758px;
	border-bottom: 2px solid #3e3e3e;
	border-right: 2px solid #3e3e3e;
	background: #fff url(/images/newSito/bg-page.gif) no-repeat left bottom;
	padding: 0;
	margin: 20px auto;
}

#header img#logo {
	margin-left: 40px;
	margin-top: 30px;
	float: left;
	margin-bottom: 10px;
}

#header-links {
	padding: 0;
	float: right;
	margin: 43px 40px 0 0;
	font-weight: bold;
	font-size: 12px;
}

#header-links img {
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: -1px;
	float: left;
}

#header-links ul {
	list-style-type: none;
	margin: 0;
}
#header-links a {
	color:#FFF;
}
#header-links a:hover {
	color:#A61321;
}

#header-links ul li {
	margin-bottom: 5px;
}

.red {
	color: #a51220;
}

.red-small {
	color: #a51220;
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
}

.title-date {
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
}

#content {

}

#footer {
	font-size: 10px;
	background: #e1e1e1 url(/images/newSito/logo-footer.gif) no-repeat right bottom;
	border: 1px solid #8f8f8f;
	padding: 10px;
	clear: both;
	margin: 15px 40px 40px;
}
.clear{
	clear: both;
}

