html {
	height: 100%;
}

body {
	height: 100%;
	background: #2f1d16 url(../images/bg.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

#sitecontainer {
	width: 100%;
	height: 100%;
}

#maincontainer {
	width: 973px;
	border-left: 1px solid #511702;
	border-right: 1px solid #511702;
	margin-left: auto;
	margin-right: auto;
	height: auto; 
	min-height:100%;
	position:relative;
}

#header {
	height: 163px;
	background: url(../images/header-bg.gif) no-repeat
}

#content {
	padding-bottom: 110px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#footer {
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 11px;
}

#footer .floatleft {
	padding: 23px 15px 0 15px;
	color: #dbd2c6;
}

#footer .floatright {
	padding: 23px 15px 0 15px;
	color: #dbd2c6;
}

#footer img {
	border: none;
}

.logotipos {
	padding: 5px;
	margin-top: 10px;
}

.logotipos a {
	margin: 0;
}

.logotipos img {
	margin: 0;
}

.clearer {
	clear: both;
}